Searched refs:SelectorName (Results 1 – 5 of 5) sorted by relevance
33 const char *SelectorName; member112 IdentifierInfo *II = &Ctx.Idents.get(Descriptor.SelectorName); in fillSelectors()
811 StringRef SelectorName = SelectorString; in checkPreObjCMessage() local812 assert(!SelectorName.empty()); in checkPreObjCMessage()818 if (!(SelectorName.startswith("drawAtPoint") || in checkPreObjCMessage()819 SelectorName.startswith("drawInRect") || in checkPreObjCMessage()820 SelectorName.startswith("drawWithRect"))) in checkPreObjCMessage()982 std::string SelectorName = S.getAsString(); in checkPostObjCMessage() local
8851 std::string SelectorName = (Twine("is") + UpperKey).str(); in AddObjCKeyValueCompletions() local8870 std::string SelectorName = (Twine("set") + UpperKey).str(); in AddObjCKeyValueCompletions() local8991 std::string SelectorName = (Twine("get") + UpperKey).str(); in AddObjCKeyValueCompletions() local9053 std::string SelectorName = (Twine("insert") + UpperKey).str(); in AddObjCKeyValueCompletions() local9082 std::string SelectorName = in AddObjCKeyValueCompletions() local9125 std::string SelectorName = in AddObjCKeyValueCompletions() local9241 std::string SelectorName = in AddObjCKeyValueCompletions() local9264 std::string SelectorName = (Twine("add") + UpperKey).str(); in AddObjCKeyValueCompletions() local9285 std::string SelectorName = in AddObjCKeyValueCompletions() local9357 std::string SelectorName = in AddObjCKeyValueCompletions() local[all …]
1102 StringRef SelectorName = in parseContextScore() local1104 if (!SelectorName.equals("score")) in parseContextScore()1108 ScoreExpr = P.ParseOpenMPParensExpr(SelectorName, RLoc); in parseContextScore()
121 TYPE(SelectorName) \