Searched defs:SelectorName (Results 1 – 3 of 3) sorted by relevance
6484 std::string SelectorName = (Twine("is") + UpperKey).str(); in AddObjCKeyValueCompletions() local6504 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local6556 std::string SelectorName = (Twine("countOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local6579 std::string SelectorName in AddObjCKeyValueCompletions() local6606 std::string SelectorName in AddObjCKeyValueCompletions() local6628 std::string SelectorName = (Twine("get") + UpperKey).str(); in AddObjCKeyValueCompletions() local6662 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local6694 std::string SelectorName = (Twine("insert") + UpperKey).str(); in AddObjCKeyValueCompletions() local6725 std::string SelectorName in AddObjCKeyValueCompletions() local6747 std::string SelectorName in AddObjCKeyValueCompletions() local[all …]
34 const char *SelectorName; member
742 StringRef SelectorName = SelectorString; in checkPreObjCMessage() local881 std::string SelectorName = S.getAsString(); in checkPostObjCMessage() local