Searched defs:SelectorName (Results 1 – 2 of 2) sorted by relevance
6384 std::string SelectorName = (Twine("is") + UpperKey).str(); in AddObjCKeyValueCompletions() local6404 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local6456 std::string SelectorName = (Twine("countOf") + UpperKey).str(); in AddObjCKeyValueCompletions() local6479 std::string SelectorName in AddObjCKeyValueCompletions() local6506 std::string SelectorName in AddObjCKeyValueCompletions() local6528 std::string SelectorName = (Twine("get") + UpperKey).str(); in AddObjCKeyValueCompletions() local6562 std::string SelectorName = (Twine("in") + UpperKey + "AtIndex").str(); in AddObjCKeyValueCompletions() local6594 std::string SelectorName = (Twine("insert") + UpperKey).str(); in AddObjCKeyValueCompletions() local6625 std::string SelectorName in AddObjCKeyValueCompletions() local6647 std::string SelectorName in AddObjCKeyValueCompletions() local[all …]
34 const char *SelectorName; member