Lines Matching defs:Index
19 static SourceLocation getStandardSelLoc(unsigned Index,
26 assert(Index == 0);
34 assert(Index < NumSelArgs);
37 const IdentifierInfo *II = Sel.getIdentifierInfoForSlot(Index);
64 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) {
65 return Index < Args.size() ? getArgLoc(Args[Index]) : SourceLocation();
103 SourceLocation clang::getStandardSelectorLoc(unsigned Index,
108 return getStandardSelLoc(Index, Sel, WithArgSpace,
109 getArgLoc(Index, Args), EndLoc);
120 SourceLocation clang::getStandardSelectorLoc(unsigned Index,
125 return getStandardSelLoc(Index, Sel, WithArgSpace,
126 getArgLoc(Index, Args), EndLoc);