Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp33 const char *SelectorName; member
H A DLocalizationChecker.cpp811 StringRef SelectorName = SelectorString; in checkPreObjCMessage() local
982 std::string SelectorName = S.getAsString(); in checkPostObjCMessage() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp8361 std::string SelectorName = (Twine("is") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8380 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8431 std::string SelectorName = (Twine("countOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8453 std::string SelectorName = (Twine("objectIn") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local
8480 std::string SelectorName = (Twine(Property->getName()) + "AtIndexes").str(); in AddObjCKeyValueCompletions() local
8501 std::string SelectorName = (Twine("get") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8533 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local
8563 std::string SelectorName = (Twine("insert") + UpperKey).str(); in AddObjCKeyValueCompletions() local
8592 std::string SelectorName = in AddObjCKeyValueCompletions() local
8614 std::string SelectorName = (Twine("remove") + UpperKey + "AtIndexes").str(); in AddObjCKeyValueCompletions() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp1087 StringRef SelectorName = in parseContextScore() local