Lines Matching defs:Args
64 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) {
65 return Index < Args.size() ? getArgLoc(Args[Index]) : SourceLocation();
71 ArrayRef<T *> Args,
77 Args, EndLoc))
86 Args, EndLoc))
98 ArrayRef<Expr *> Args,
100 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc);
106 ArrayRef<Expr *> Args,
109 getArgLoc(Index, Args), EndLoc);
115 ArrayRef<ParmVarDecl *> Args,
117 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc);
123 ArrayRef<ParmVarDecl *> Args,
126 getArgLoc(Index, Args), EndLoc);