Home | History | Annotate | Download | only in AST

Lines Matching refs:Arg

158   const Expr *Arg = getArgument();
160 const QualType ArgType = Arg->getType();
436 const Expr *Arg = getArg(I-1);
437 if (!Arg->isDefaultArgument()) {
438 SourceLocation NewEnd = Arg->getLocEnd();