Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp6484 std::string SelectorName = (Twine("is") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6504 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6556 std::string SelectorName = (Twine("countOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6579 std::string SelectorName in AddObjCKeyValueCompletions() local
6606 std::string SelectorName in AddObjCKeyValueCompletions() local
6628 std::string SelectorName = (Twine("get") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6662 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local
6694 std::string SelectorName = (Twine("insert") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6725 std::string SelectorName in AddObjCKeyValueCompletions() local
6747 std::string SelectorName in AddObjCKeyValueCompletions() local
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCMissingSuperCallChecker.cpp34 const char *SelectorName; member
DLocalizationChecker.cpp742 StringRef SelectorName = SelectorString; in checkPreObjCMessage() local
881 std::string SelectorName = S.getAsString(); in checkPostObjCMessage() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DObjCMissingSuperCallChecker.cpp33 const char *SelectorName; member
DLocalizationChecker.cpp811 StringRef SelectorName = SelectorString; in checkPreObjCMessage() local
982 std::string SelectorName = S.getAsString(); in checkPostObjCMessage() local
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp8199 std::string SelectorName = (Twine("is") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8218 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8269 std::string SelectorName = (Twine("countOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8291 std::string SelectorName = (Twine("objectIn") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local
8318 std::string SelectorName = (Twine(Property->getName()) + "AtIndexes").str(); in AddObjCKeyValueCompletions() local
8339 std::string SelectorName = (Twine("get") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8371 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local
8401 std::string SelectorName = (Twine("insert") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8430 std::string SelectorName = in AddObjCKeyValueCompletions() local
8452 std::string SelectorName = (Twine("remove") + UpperKey + "AtIndexes").str(); in AddObjCKeyValueCompletions() local
[all …]
/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp1077 StringRef SelectorName = in parseContextScore() local