OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SelectorName
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp
33
const char *
SelectorName
;
112
IdentifierInfo *II = &Ctx.Idents.get(Descriptor.
SelectorName
);
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp
1087
StringRef
SelectorName
=
1089
if (!
SelectorName
.equals("score"))
1093
ScoreExpr = P.ParseOpenMPParensExpr(
SelectorName
, RLoc);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp
8361
std::string
SelectorName
= (Twine("is") + UpperKey).str();
8362
IdentifierInfo *SelectorId = &Context.Idents.get(
SelectorName
);
8380
std::string
SelectorName
= (Twine("set") + UpperKey).str();
8381
IdentifierInfo *SelectorId = &Context.Idents.get(
SelectorName
);
8431
std::string
SelectorName
= (Twine("countOf") + UpperKey).str();
8432
IdentifierInfo *SelectorId = &Context.Idents.get(
SelectorName
);
8453
std::string
SelectorName
= (Twine("objectIn") + UpperKey + "AtIndex").str();
8454
IdentifierInfo *SelectorId = &Context.Idents.get(
SelectorName
);
8462
Builder.AddTypedTextChunk(Allocator.CopyString(
SelectorName
+ ":"));
8480
std::string
SelectorName
= (Twine(Property->getName()) + "AtIndexes").str()
[
all
...]
Completed in 22 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026