Lines Matching defs:SelLocs
70 ArrayRef<SourceLocation> SelLocs,
75 for (i = 0; i != SelLocs.size(); ++i) {
76 if (SelLocs[i] != getStandardSelectorLoc(i, Sel, /*WithArgSpace=*/false,
80 if (i == SelLocs.size())
84 for (i = 0; i != SelLocs.size(); ++i) {
85 if (SelLocs[i] != getStandardSelectorLoc(i, Sel, /*WithArgSpace=*/true,
97 ArrayRef<SourceLocation> SelLocs,
100 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc);
114 ArrayRef<SourceLocation> SelLocs,
117 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc);