Home
last modified time | relevance | path

Searched refs:SelectorName (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp33 const char *SelectorName; member
110 const IdentifierInfo *II = &Ctx.Idents.get(Descriptor.SelectorName); in fillSelectors()
H A DLocalizationChecker.cpp807 StringRef SelectorName = SelectorString; in checkPreObjCMessage() local
808 assert(!SelectorName.empty()); in checkPreObjCMessage()
814 if (!(SelectorName.starts_with("drawAtPoint") || in checkPreObjCMessage()
815 SelectorName.starts_with("drawInRect") || in checkPreObjCMessage()
816 SelectorName.starts_with("drawWithRect"))) in checkPreObjCMessage()
977 std::string SelectorName = S.getAsString(); in checkPostObjCMessage() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp9106 std::string SelectorName = (Twine("is") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9107 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
9125 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9126 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
9176 std::string SelectorName = (Twine("countOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9177 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
9198 std::string SelectorName = (Twine("objectIn") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local
9199 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions()
9207 Builder.AddTypedTextChunk(Allocator.CopyString(SelectorName + ":")); in AddObjCKeyValueCompletions()
9225 std::string SelectorName = (Twine(Property->getName()) + "AtIndexes").str(); in AddObjCKeyValueCompletions() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1110 StringRef SelectorName = in parseContextScore() local
1112 if (SelectorName != "score") in parseContextScore()
1116 ScoreExpr = P.ParseOpenMPParensExpr(SelectorName, RLoc); in parseContextScore()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h142 TYPE(SelectorName) \