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

/external/clang/include/clang/AST/
H A DExpr.h3424 /// VAArgExpr, used for the builtin function __builtin_va_arg.
3425 class VAArgExpr : public Expr { class in class:clang::StringLiteral::OffsetOfExpr
3430 VAArgExpr(SourceLocation BLoc, Expr* e, TypeSourceInfo *TInfo, function in class:clang::StringLiteral::OffsetOfExpr::VAArgExpr
3443 explicit VAArgExpr(EmptyShell Empty) : Expr(VAArgExprClass, Empty) { } function in class:clang::StringLiteral::OffsetOfExpr::VAArgExpr
3464 static bool classof(const VAArgExpr *) { return true; }

Completed in 144 milliseconds