Home | History | Annotate | Download | only in AST

Lines Matching refs:Index

20 static SourceLocation getStandardSelLoc(unsigned Index,
27 assert(Index == 0);
35 assert(Index < NumSelArgs);
38 IdentifierInfo *II = Sel.getIdentifierInfoForSlot(Index);
65 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) {
66 return Index < Args.size() ? getArgLoc(Args[Index]) : SourceLocation();
104 SourceLocation clang::getStandardSelectorLoc(unsigned Index,
109 return getStandardSelLoc(Index, Sel, WithArgSpace,
110 getArgLoc(Index, Args), EndLoc);
121 SourceLocation clang::getStandardSelectorLoc(unsigned Index,
126 return getStandardSelLoc(Index, Sel, WithArgSpace,
127 getArgLoc(Index, Args), EndLoc);