Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp9013 std::string SelectorName = (Twine("is") + UpperKey).str(); AddObjCKeyValueCompletions() local
9032 std::string SelectorName = (Twine("set") + UpperKey).str(); AddObjCKeyValueCompletions() local
9083 std::string SelectorName = (Twine("countOf") + UpperKey).str(); AddObjCKeyValueCompletions() local
9105 std::string SelectorName = (Twine("objectIn") + UpperKey + "AtIndex").str(); AddObjCKeyValueCompletions() local
9132 std::string SelectorName = (Twine(Property->getName()) + "AtIndexes").str(); AddObjCKeyValueCompletions() local
9153 std::string SelectorName = (Twine("get") + UpperKey).str(); AddObjCKeyValueCompletions() local
9185 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str(); AddObjCKeyValueCompletions() local
9215 std::string SelectorName = (Twine("insert") + UpperKey).str(); AddObjCKeyValueCompletions() local
9244 std::string SelectorName = AddObjCKeyValueCompletions() local
9266 std::string SelectorName = (Twine("remove") + UpperKey + "AtIndexes").str(); AddObjCKeyValueCompletions() local
9287 std::string SelectorName = AddObjCKeyValueCompletions() local
9355 std::string SelectorName = (Twine("enumeratorOf") + UpperKey).str(); AddObjCKeyValueCompletions() local
9374 std::string SelectorName = (Twine("memberOf") + UpperKey).str(); AddObjCKeyValueCompletions() local
9403 std::string SelectorName = AddObjCKeyValueCompletions() local
9426 std::string SelectorName = (Twine("add") + UpperKey).str(); AddObjCKeyValueCompletions() local
9447 std::string SelectorName = AddObjCKeyValueCompletions() local
9470 std::string SelectorName = (Twine("remove") + UpperKey).str(); AddObjCKeyValueCompletions() local
9491 std::string SelectorName = (Twine("intersect") + UpperKey).str(); AddObjCKeyValueCompletions() local
9519 std::string SelectorName = AddObjCKeyValueCompletions() local
9540 std::string SelectorName = AddObjCKeyValueCompletions() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1100 StringRef SelectorName = parseContextScore() local