Searched defs:SelectorName (Results 1 – 7 of 7) 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
33 const char *SelectorName; member
811 StringRef SelectorName = SelectorString; in checkPreObjCMessage() local982 std::string SelectorName = S.getAsString(); in checkPostObjCMessage() local
8199 std::string SelectorName = (Twine("is") + UpperKey).str(); in AddObjCKeyValueCompletions() local8218 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local8269 std::string SelectorName = (Twine("countOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local8291 std::string SelectorName = (Twine("objectIn") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local8318 std::string SelectorName = (Twine(Property->getName()) + "AtIndexes").str(); in AddObjCKeyValueCompletions() local8339 std::string SelectorName = (Twine("get") + UpperKey).str(); in AddObjCKeyValueCompletions() local8371 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local8401 std::string SelectorName = (Twine("insert") + UpperKey).str(); in AddObjCKeyValueCompletions() local8430 std::string SelectorName = in AddObjCKeyValueCompletions() local8452 std::string SelectorName = (Twine("remove") + UpperKey + "AtIndexes").str(); in AddObjCKeyValueCompletions() local[all …]
1077 StringRef SelectorName = in parseContextScore() local