Searched defs:SelectorName (Results 1 – 3 of 3) sorted by relevance
6304 std::string SelectorName = (Twine("is") + UpperKey).str(); in AddObjCKeyValueCompletions() local6323 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local6375 std::string SelectorName = (Twine("countOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local6397 std::string SelectorName in AddObjCKeyValueCompletions() local6424 std::string SelectorName in AddObjCKeyValueCompletions() local6446 std::string SelectorName = (Twine("get") + UpperKey).str(); in AddObjCKeyValueCompletions() local6480 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local6512 std::string SelectorName = (Twine("insert") + UpperKey).str(); in AddObjCKeyValueCompletions() local6543 std::string SelectorName in AddObjCKeyValueCompletions() local6565 std::string SelectorName in AddObjCKeyValueCompletions() local[all …]
34 const char *SelectorName; member
471 SmallString<100> SelectorName; in constructSetterName() local