Searched defs:VAArgExpr (Results 1 – 1 of 1) sorted by relevance
3257 VAArgExpr(SourceLocation BLoc, Expr* e, TypeSourceInfo *TInfo, in VAArgExpr() function3270 explicit VAArgExpr(EmptyShell Empty) : Expr(VAArgExprClass, Empty) { } in VAArgExpr() function3291 static bool classof(const VAArgExpr *) { return true; } in classof()