Searched defs:SelectorName (Results 1 – 2 of 2) sorted by relevance
6239 std::string SelectorName = (Twine("is") + UpperKey).str(); in AddObjCKeyValueCompletions() local6258 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local6310 std::string SelectorName = (Twine("countOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local6332 std::string SelectorName in AddObjCKeyValueCompletions() local6359 std::string SelectorName in AddObjCKeyValueCompletions() local6381 std::string SelectorName = (Twine("get") + UpperKey).str(); in AddObjCKeyValueCompletions() local6415 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local6447 std::string SelectorName = (Twine("insert") + UpperKey).str(); in AddObjCKeyValueCompletions() local6478 std::string SelectorName in AddObjCKeyValueCompletions() local6500 std::string SelectorName in AddObjCKeyValueCompletions() local[all …]
34 const char *SelectorName; member