Home | History | Annotate | Download | only in Checkers

Lines Matching full:selectorname

129 /// Format: {"ClassName", {{"selectorName:", LocStringArg#}, ...}, ...}
678 StringRef SelectorName = SelectorString;
679 assert(!SelectorName.empty());
685 if (!(SelectorName.startswith("drawAtPoint") ||
686 SelectorName.startswith("drawInRect") ||
687 SelectorName.startswith("drawWithRect")))
817 std::string SelectorName = S.getAsString();