Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp33 const char *SelectorName; member
H A DLocalizationChecker.cpp807 StringRef SelectorName = SelectorString; checkPreObjCMessage() local
977 std::string SelectorName = S.getAsString(); checkPostObjCMessage() local
/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp9246 IdentifierInfo *SelectorId = &Context.Idents.get(SelectorName); in AddObjCKeyValueCompletions() local
9337 std::string SelectorName = (Twine("objectIn") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local
9106 std::string SelectorName = (Twine("is") + UpperKey).str(); AddObjCKeyValueCompletions() local
9125 std::string SelectorName = (Twine("set") + UpperKey).str(); AddObjCKeyValueCompletions() local
9176 std::string SelectorName = (Twine("countOf") + UpperKey).str(); AddObjCKeyValueCompletions() local
9198 std::string SelectorName = (Twine("objectIn") + UpperKey + "AtIndex").str(); AddObjCKeyValueCompletions() local
9225 std::string SelectorName = (Twine(Property->getName()) + "AtIndexes").str(); AddObjCKeyValueCompletions() local
9278 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str(); AddObjCKeyValueCompletions() local
9308 std::string SelectorName = (Twine("insert") + UpperKey).str(); AddObjCKeyValueCompletions() local
9359 std::string SelectorName = (Twine("remove") + UpperKey + "AtIndexes").str(); AddObjCKeyValueCompletions() local
9380 std::string SelectorName = AddObjCKeyValueCompletions() local
9448 std::string SelectorName = (Twine("enumeratorOf") + UpperKey).str(); AddObjCKeyValueCompletions() local
9467 std::string SelectorName = (Twine("memberOf") + UpperKey).str(); AddObjCKeyValueCompletions() local
9496 std::string SelectorName = AddObjCKeyValueCompletions() local
9519 std::string SelectorName = (Twine("add") + UpperKey).str(); AddObjCKeyValueCompletions() local
9540 std::string SelectorName = AddObjCKeyValueCompletions() local
9563 std::string SelectorName = (Twine("remove") + UpperKey).str(); AddObjCKeyValueCompletions() local
9584 std::string SelectorName = (Twine("intersect") + UpperKey).str(); AddObjCKeyValueCompletions() local
9612 std::string SelectorName = AddObjCKeyValueCompletions() local
9633 std::string SelectorName = AddObjCKeyValueCompletions() local
[all...]
/llvm-project/clang-tools-extra/clangd/refactor/
H A DRename.cpp583 llvm::StringRef SelectorName) { in isMatchingSelectorName()
/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1110 StringRef SelectorName = in parseContextScore() local