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

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

Completed in 154 milliseconds