Home
last modified time | relevance | path

Searched defs:VAArgExpr (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h3257 VAArgExpr(SourceLocation BLoc, Expr* e, TypeSourceInfo *TInfo, in VAArgExpr() function
3270 explicit VAArgExpr(EmptyShell Empty) : Expr(VAArgExprClass, Empty) { } in VAArgExpr() function
3291 static bool classof(const VAArgExpr *) { return true; } in classof()