Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp33 const char *SelectorName; member
112 IdentifierInfo *II = &Ctx.Idents.get(Descriptor.SelectorName); in fillSelectors()
H A DLocalizationChecker.cpp811 StringRef SelectorName = SelectorString; in checkPreObjCMessage() local
812 assert(!SelectorName.empty()); in checkPreObjCMessage()
818 if (!(SelectorName.startswith("drawAtPoint") || in checkPreObjCMessage()
819 SelectorName.startswith("drawInRect") || in checkPreObjCMessage()
820 SelectorName.startswith("drawWithRect"))) in checkPreObjCMessage()
982 std::string SelectorName = S.getAsString(); in checkPostObjCMessage() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp8851 std::string SelectorName = (Twine("is") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8870 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8991 std::string SelectorName = (Twine("get") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9053 std::string SelectorName = (Twine("insert") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9082 std::string SelectorName = in AddObjCKeyValueCompletions() local
9125 std::string SelectorName = in AddObjCKeyValueCompletions() local
9241 std::string SelectorName = in AddObjCKeyValueCompletions() local
9264 std::string SelectorName = (Twine("add") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9285 std::string SelectorName = in AddObjCKeyValueCompletions() local
9357 std::string SelectorName = in AddObjCKeyValueCompletions() local
[all …]
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp1102 StringRef SelectorName = in parseContextScore() local
1104 if (!SelectorName.equals("score")) in parseContextScore()
1108 ScoreExpr = P.ParseOpenMPParensExpr(SelectorName, RLoc); in parseContextScore()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormatToken.h121 TYPE(SelectorName) \