Home
last modified time | relevance | path

Searched defs:SelectorName (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp33 const char *SelectorName; member
H A DLocalizationChecker.cpp807 StringRef SelectorName = SelectorString; in checkPreObjCMessage() local
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
9125 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9176 std::string SelectorName = (Twine("countOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9198 std::string SelectorName = (Twine("objectIn") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local
9225 std::string SelectorName = (Twine(Property->getName()) + "AtIndexes").str(); in AddObjCKeyValueCompletions() local
9246 std::string SelectorName = (Twine("get") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9278 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local
9308 std::string SelectorName = (Twine("insert") + UpperKey).str(); in AddObjCKeyValueCompletions() local
9337 std::string SelectorName = in AddObjCKeyValueCompletions() local
9359 std::string SelectorName = (Twine("remove") + UpperKey + "AtIndexes").str(); in AddObjCKeyValueCompletions() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1110 StringRef SelectorName = in parseContextScore() local