Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp6304 std::string SelectorName = (Twine("is") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6323 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6375 std::string SelectorName = (Twine("countOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6397 std::string SelectorName in AddObjCKeyValueCompletions() local
6424 std::string SelectorName in AddObjCKeyValueCompletions() local
6446 std::string SelectorName = (Twine("get") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6480 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local
6512 std::string SelectorName = (Twine("insert") + UpperKey).str(); in AddObjCKeyValueCompletions() local
6543 std::string SelectorName in AddObjCKeyValueCompletions() local
6565 std::string SelectorName in AddObjCKeyValueCompletions() local
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCMissingSuperCallChecker.cpp34 const char *SelectorName; member
/external/clang/lib/Basic/
DIdentifierTable.cpp471 SmallString<100> SelectorName; in constructSetterName() local