Home | History | Annotate | Download | only in AST

Lines Matching refs:Args

65 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) {
66 return Index < Args.size() ? getArgLoc(Args[Index]) : SourceLocation();
72 ArrayRef<T *> Args,
74 // Are selector locations in standard position with no space between args ?
78 Args, EndLoc))
84 // Are selector locations in standard position with space between args ?
87 Args, EndLoc))
99 ArrayRef<Expr *> Args,
101 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc);
107 ArrayRef<Expr *> Args,
110 getArgLoc(Index, Args), EndLoc);
116 ArrayRef<ParmVarDecl *> Args,
118 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc);
124 ArrayRef<ParmVarDecl *> Args,
127 getArgLoc(Index, Args), EndLoc);