Searched defs:SelectorName (Results 1 – 4 of 4) sorted by relevance
32 const char *SelectorName; member
803 StringRef SelectorName = SelectorString; in checkPreObjCMessage() local
9254 std::string SelectorName = (Twine("is") + UpperKey).str(); in AddObjCKeyValueCompletions() local9273 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local9324 std::string SelectorName = (Twine("countOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local9346 std::string SelectorName = (Twine("objectIn") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local9373 std::string SelectorName = (Twine(Property->getName()) + "AtIndexes").str(); in AddObjCKeyValueCompletions() local9394 std::string SelectorName = (Twine("get") + UpperKey).str(); in AddObjCKeyValueCompletions() local9426 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local9456 std::string SelectorName = (Twine("insert") + UpperKey).str(); in AddObjCKeyValueCompletions() local9485 std::string SelectorName = in AddObjCKeyValueCompletions() local9507 std::string SelectorName = (Twine("remove") + UpperKey + "AtIndexes").str(); in AddObjCKeyValueCompletions() local[all …]
1060 StringRef SelectorName = in parseContextScore() local