Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp6384 std::string SelectorName = (Twine("is") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6404 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6456 std::string SelectorName = (Twine("countOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6479 std::string SelectorName in AddObjCKeyValueCompletions() local
6506 std::string SelectorName in AddObjCKeyValueCompletions() local
6528 std::string SelectorName = (Twine("get") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6562 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local
6594 std::string SelectorName = (Twine("insert") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6625 std::string SelectorName in AddObjCKeyValueCompletions() local
6647 std::string SelectorName in AddObjCKeyValueCompletions() local
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCMissingSuperCallChecker.cpp34 const char *SelectorName; member