OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Can
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp
102
// Since instance & class methods
can
have the same name, the loop below
219
// We
can
't find the instance property, return the class property.
1544
"Class
can
't be externally completed without an external source");
1546
"Forward declarations
can
't be externally completed");
1790
// Ivar's
can
only appear in interfaces, implementations (via synthesized
1834
// Ivars
can
only appear in class extension categories.
1924
const auto *
Can
= Parent->getCanonicalDecl();
1925
auto Result = IPs.insert(
Can
);
2186
// We
can
't find the instance property, return the class property.
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp
372
/// None and the caller
can
generate a msgSend instead.
454
const auto *
Can
= PD->getCanonicalDecl();
455
PDs.insert(
Can
);
471
const auto *
Can
= It->getCanonicalDecl();
472
if (
Can
->isNonRuntimeProtocol())
473
NonRuntimePDs.insert(
Can
);
475
RuntimePds.push_back(
Can
);
478
// If there are no non-runtime protocols then we
can
just stop now.
494
const auto *
Can
= PD->getCanonicalDecl();
495
AllImpliedProtocols.insert(
Can
);
[
all
...]
Completed in 16 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026