25 if (NumSelArgs == 0) {
34 assert(Index < NumSelArgs);
38 unsigned Len = (II ? II->
getLength() : 0) + 1;
65 return Index < Args.size() ? getArgLoc(Args[Index]) :
SourceLocation();
75 for (i = 0; i != SelLocs.size(); ++i) {
80 if (i == SelLocs.size())
84 for (i = 0; i != SelLocs.size(); ++i) {
100 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc);
109 getArgLoc(Index, Args), EndLoc);