Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp33 const char *SelectorName; member
110 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-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp9013 std::string SelectorName = (Twine("is") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9032 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9153 std::string SelectorName = (Twine("get") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9215 std::string SelectorName = (Twine("insert") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9244 std::string SelectorName = in AddObjCKeyValueCompletions() local
9287 std::string SelectorName = in AddObjCKeyValueCompletions() local
9403 std::string SelectorName = in AddObjCKeyValueCompletions() local
9426 std::string SelectorName = (Twine("add") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9447 std::string SelectorName = in AddObjCKeyValueCompletions() local
9519 std::string SelectorName = in AddObjCKeyValueCompletions() local
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1100 StringRef SelectorName = in parseContextScore() local
1102 if (!SelectorName.equals("score")) in parseContextScore()
1106 ScoreExpr = P.ParseOpenMPParensExpr(SelectorName, RLoc); in parseContextScore()
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h139 TYPE(SelectorName) \