class VAArgExpr
Declaration
class VAArgExpr : public Expr { /* full declaration omitted */ };
Description
Represents a call to the builtin function \c __builtin_va_arg.
Declared at: clang/include/clang/AST/Expr.h:4633
Inherits from: Expr
Member Variables
- private clang::Stmt* Val
- private llvm::PointerIntPair<TypeSourceInfo*, 1, bool> TInfo
- private clang::SourceLocation BuiltinLoc
- private clang::SourceLocation RParenLoc
Inherited from Stmt:
Method Overview
- public VAArgExpr(clang::Stmt::EmptyShell Empty)
- public VAArgExpr(clang::SourceLocation BLoc, clang::Expr * e, clang::TypeSourceInfo * TInfo, clang::SourceLocation RPLoc, clang::QualType t, bool IsMS)
- public clang::Stmt::const_child_range children() const
- public clang::Stmt::child_range children()
- public static bool classof(const clang::Stmt * T)
- public clang::SourceLocation getBeginLoc() const
- public clang::SourceLocation getBuiltinLoc() const
- public clang::SourceLocation getEndLoc() const
- public clang::SourceLocation getRParenLoc() const
- public clang::Expr * getSubExpr()
- public const clang::Expr * getSubExpr() const
- public clang::TypeSourceInfo * getWrittenTypeInfo() const
- public bool isMicrosoftABI() const
- public void setBuiltinLoc(clang::SourceLocation L)
- public void setIsMicrosoftABI(bool IsMS)
- public void setRParenLoc(clang::SourceLocation L)
- public void setSubExpr(clang::Expr * E)
- public void setWrittenTypeInfo(clang::TypeSourceInfo * TI)
Inherited from Expr:
- public Classify
- public ClassifyLValue
- public ClassifyModifiable
- public EvaluateAsBooleanCondition
- public EvaluateAsConstantExpr
- public EvaluateAsFixedPoint
- public EvaluateAsFloat
- public EvaluateAsInitializer
- public EvaluateAsInt
- public EvaluateAsLValue
- public EvaluateAsRValue
- public EvaluateForOverflow
- public EvaluateKnownConstInt
- public EvaluateKnownConstIntCheckOverflow
- public EvaluateWithSubstitution
- public HasSideEffects
- public IgnoreCasts
- public IgnoreCasts
- public IgnoreConversionOperatorSingleStep
- public IgnoreConversionOperatorSingleStep
- public IgnoreImpCasts
- public IgnoreImpCasts
- public IgnoreImplicit
- public IgnoreImplicit
- public IgnoreImplicitAsWritten
- public IgnoreImplicitAsWritten
- public IgnoreParenBaseCasts
- public IgnoreParenBaseCasts
- public IgnoreParenCasts
- public IgnoreParenCasts
- public IgnoreParenImpCasts
- public IgnoreParenImpCasts
- public IgnoreParenLValueCasts
- public IgnoreParenLValueCasts
- public IgnoreParenNoopCasts
- public IgnoreParenNoopCasts
- public IgnoreParens
- public IgnoreParens
- public IgnoreUnlessSpelledInSource
- public IgnoreUnlessSpelledInSource
- public classof
- public containsErrors
- public containsUnexpandedParameterPack
- public findBoundMemberType
- public getAsBuiltinConstantDeclRef
- public getBestDynamicClassType
- public getBestDynamicClassTypeExpr
- public getDependence
- public getExprLoc
- public getFPFeaturesInEffect
- public getIntegerConstantExpr
- public getObjCProperty
- public getObjectKind
- public getReferencedDeclOfCallee
- public getReferencedDeclOfCallee
- public getSourceBitField
- public getSourceBitField
- public getType
- public getValueKind
- public getValueKindForType
- public hasAnyTypeDependentArguments
- public hasNonTrivialCall
- public hasPlaceholderType
- public hasPlaceholderType
- public isBoundMemberFunction
- public isCXX11ConstantExpr
- public isCXX98IntegralConstantExpr
- public isConstantInitializer
- public isDefaultArgument
- public isEvaluatable
- public isGLValue
- public isImplicitCXXThis
- public isInstantiationDependent
- public isIntegerConstantExpr
- public isKnownToHaveBooleanValue
- public isLValue
- public isModifiableLvalue
- public isNullPointerConstant
- public isOBJCGCCandidate
- public isObjCSelfExpr
- public isOrdinaryOrBitFieldObject
- public isPRValue
- public isPotentialConstantExpr
- public isPotentialConstantExprUnevaluated
- public isReadIfDiscardedInCPlusPlus11
- public isSameComparisonOperand
- public isTemporaryObject
- public isTypeDependent
- public isUnusedResultAWarning
- public isValueDependent
- public isXValue
- public refersToBitField
- public refersToGlobalRegisterVar
- public refersToMatrixElement
- public refersToVectorElement
- protected setDependence
- public setObjectKind
- public setType
- public setValueKind
- public skipRValueSubobjectAdjustments
- public skipRValueSubobjectAdjustments
- public tryEvaluateObjectSize
- public tryEvaluateStrLen
Inherited from ValueStmt:
Inherited from Stmt:
- public EnableStatistics
- public IgnoreContainers
- public IgnoreContainers
- public PrintStats
- public ProcessODRHash
- public Profile
- public addStmtClass
- public child_begin
- public child_begin
- public child_end
- public child_end
- public children
- public children
- public determineLikelihoodConflict
- public dump
- public dump
- public dumpColor
- public dumpPretty
- public getBeginLoc
- public getEndLoc
- public getID
- public getLikelihood
- public getLikelihood
- public getLikelihood
- public getLikelihoodAttr
- public getSourceRange
- public getStmtClass
- public getStmtClassName
- public printJson
- public printPretty
- public printPrettyControlled
- public stripLabelLikeStatements
- public stripLabelLikeStatements
- public viewAST
Methods
¶VAArgExpr(clang::Stmt::EmptyShell Empty)
VAArgExpr(clang::Stmt::EmptyShell Empty)
Description
Create an empty __builtin_va_arg expression.
Declared at: clang/include/clang/AST/Expr.h:4646
Parameters
- clang::Stmt::EmptyShell Empty
¶VAArgExpr(clang::SourceLocation BLoc,
clang::Expr* e,
clang::TypeSourceInfo* TInfo,
clang::SourceLocation RPLoc,
clang::QualType t,
bool IsMS)
VAArgExpr(clang::SourceLocation BLoc,
clang::Expr* e,
clang::TypeSourceInfo* TInfo,
clang::SourceLocation RPLoc,
clang::QualType t,
bool IsMS)
Declared at: clang/include/clang/AST/Expr.h:4638
Parameters
- clang::SourceLocation BLoc
- clang::Expr* e
- clang::TypeSourceInfo* TInfo
- clang::SourceLocation RPLoc
- clang::QualType t
- bool IsMS
¶clang::Stmt::const_child_range children() const
clang::Stmt::const_child_range children() const
Declared at: clang/include/clang/AST/Expr.h:4675
¶clang::Stmt::child_range children()
clang::Stmt::child_range children()
Declared at: clang/include/clang/AST/Expr.h:4674
¶static bool classof(const clang::Stmt* T)
static bool classof(const clang::Stmt* T)
Declared at: clang/include/clang/AST/Expr.h:4669
Parameters
- const clang::Stmt* T
¶clang::SourceLocation getBeginLoc() const
clang::SourceLocation getBeginLoc() const
Declared at: clang/include/clang/AST/Expr.h:4666
¶clang::SourceLocation getBuiltinLoc() const
clang::SourceLocation getBuiltinLoc() const
Declared at: clang/include/clang/AST/Expr.h:4660
¶clang::SourceLocation getEndLoc() const
clang::SourceLocation getEndLoc() const
Declared at: clang/include/clang/AST/Expr.h:4667
¶clang::SourceLocation getRParenLoc() const
clang::SourceLocation getRParenLoc() const
Declared at: clang/include/clang/AST/Expr.h:4663
¶clang::Expr* getSubExpr()
clang::Expr* getSubExpr()
Declared at: clang/include/clang/AST/Expr.h:4650
¶const clang::Expr* getSubExpr() const
const clang::Expr* getSubExpr() const
Declared at: clang/include/clang/AST/Expr.h:4649
¶clang::TypeSourceInfo* getWrittenTypeInfo() const
clang::TypeSourceInfo* getWrittenTypeInfo() const
Declared at: clang/include/clang/AST/Expr.h:4657
¶bool isMicrosoftABI() const
bool isMicrosoftABI() const
Description
Returns whether this is really a Win64 ABI va_arg expression.
Declared at: clang/include/clang/AST/Expr.h:4654
¶void setBuiltinLoc(clang::SourceLocation L)
void setBuiltinLoc(clang::SourceLocation L)
Declared at: clang/include/clang/AST/Expr.h:4661
Parameters
¶void setIsMicrosoftABI(bool IsMS)
void setIsMicrosoftABI(bool IsMS)
Declared at: clang/include/clang/AST/Expr.h:4655
Parameters
- bool IsMS
¶void setRParenLoc(clang::SourceLocation L)
void setRParenLoc(clang::SourceLocation L)
Declared at: clang/include/clang/AST/Expr.h:4664
Parameters
¶void setSubExpr(clang::Expr* E)
void setSubExpr(clang::Expr* E)
Declared at: clang/include/clang/AST/Expr.h:4651
Parameters
- clang::Expr* E
¶void setWrittenTypeInfo(clang::TypeSourceInfo* TI)
void setWrittenTypeInfo(clang::TypeSourceInfo* TI)
Declared at: clang/include/clang/AST/Expr.h:4658