Home | History | Annotate | Download | only in AST

Lines Matching refs:Arg

161   const Expr *Arg = getArgument();
163 const QualType ArgType = Arg->getType();
438 const Expr *Arg = getArg(I-1);
439 if (!Arg->isDefaultArgument()) {
440 SourceLocation NewEnd = Arg->getLocEnd();