Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp6239 std::string SelectorName = (Twine("is") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6258 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6310 std::string SelectorName = (Twine("countOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6332 std::string SelectorName in AddObjCKeyValueCompletions() local
6359 std::string SelectorName in AddObjCKeyValueCompletions() local
6381 std::string SelectorName = (Twine("get") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6415 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local
6447 std::string SelectorName = (Twine("insert") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6478 std::string SelectorName in AddObjCKeyValueCompletions() local
6500 std::string SelectorName in AddObjCKeyValueCompletions() local
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCMissingSuperCallChecker.cpp34 const char *SelectorName; member