Home
last modified time | relevance | path

Searched defs:SelectorName (Results 1 – 3 of 3) 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