Home | History | Annotate | Download | only in Parse

Lines Matching defs:StartLoc

1760   SourceLocation StartLoc = ConsumeToken();   // Eat the builtin identifier.
1790 Res = Actions.ActOnVAArg(StartLoc, Expr.take(), Ty.get(), ConsumeParen());
1862 Res = Actions.ActOnBuiltinOffsetOf(getCurScope(), StartLoc, TypeLoc,
1897 Res = Actions.ActOnChooseExpr(StartLoc, Cond.take(), Expr1.take(),
1925 Res = Actions.ActOnAsTypeExpr(Expr.take(), DestTy.get(), StartLoc,