Searched refs:SelectorName (Results 1 – 5 of 5) sorted by relevance
33 const char *SelectorName; member110 IdentifierInfo *II = &Ctx.Idents.get(Descriptor.SelectorName); in fillSelectors()
807 StringRef SelectorName = SelectorString; in checkPreObjCMessage() local808 assert(!SelectorName.empty()); in checkPreObjCMessage()814 if (!(SelectorName.starts_with("drawAtPoint") || in checkPreObjCMessage()815 SelectorName.starts_with("drawInRect") || in checkPreObjCMessage()816 SelectorName.starts_with("drawWithRect"))) in checkPreObjCMessage()977 std::string SelectorName = S.getAsString(); in checkPostObjCMessage() local
9013 std::string SelectorName = (Twine("is") + UpperKey).str(); in AddObjCKeyValueCompletions() local9032 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local9153 std::string SelectorName = (Twine("get") + UpperKey).str(); in AddObjCKeyValueCompletions() local9215 std::string SelectorName = (Twine("insert") + UpperKey).str(); in AddObjCKeyValueCompletions() local9244 std::string SelectorName = in AddObjCKeyValueCompletions() local9287 std::string SelectorName = in AddObjCKeyValueCompletions() local9403 std::string SelectorName = in AddObjCKeyValueCompletions() local9426 std::string SelectorName = (Twine("add") + UpperKey).str(); in AddObjCKeyValueCompletions() local9447 std::string SelectorName = in AddObjCKeyValueCompletions() local9519 std::string SelectorName = in AddObjCKeyValueCompletions() local[all …]
1100 StringRef SelectorName = in parseContextScore() local1102 if (!SelectorName.equals("score")) in parseContextScore()1106 ScoreExpr = P.ParseOpenMPParensExpr(SelectorName, RLoc); in parseContextScore()
139 TYPE(SelectorName) \