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

/external/clang/include/clang/AST/
H A DExpr.h3667 /// VAArgExpr, used for the builtin function __builtin_va_arg.
3668 class VAArgExpr : public Expr { class in class:clang::StringLiteral::OffsetOfExpr
3673 VAArgExpr(SourceLocation BLoc, Expr* e, TypeSourceInfo *TInfo, function in class:clang::StringLiteral::OffsetOfExpr::VAArgExpr
3686 explicit VAArgExpr(EmptyShell Empty) : Expr(VAArgExprClass, Empty) { } function in class:clang::StringLiteral::OffsetOfExpr::VAArgExpr

Completed in 59 milliseconds