class CompoundLiteralExpr
Declaration
class CompoundLiteralExpr : public Expr { /* full declaration omitted */ };
Description
CompoundLiteralExpr - [C99 6.5.2.5]
Declared at: clang/include/clang/AST/Expr.h:3405
Inherits from: Expr
Member Variables
- private clang::SourceLocation LParenLoc
- LParenLoc - If non-null, this is the location of the left paren in a compound literal like "(int){4}". This can be null if this is a synthesized compound expression.
- private llvm::PointerIntPair<TypeSourceInfo*, 1, bool> TInfoAndScope
- The type as written. This can be an incomplete array type, in which case the actual expression type will be different. The int part of the pair stores whether this expr is file scope.
- private clang::Stmt* Init
Inherited from Stmt:
Method Overview
- public CompoundLiteralExpr(clang::SourceLocation lparenloc, clang::TypeSourceInfo * tinfo, clang::QualType T, clang::ExprValueKind VK, clang::Expr * init, bool fileScope)
- public CompoundLiteralExpr(clang::Stmt::EmptyShell Empty)
- public clang::Stmt::child_range children()
- public clang::Stmt::const_child_range children() const
- public static bool classof(const clang::Stmt * T)
- public clang::SourceLocation getBeginLoc() const
- public clang::SourceLocation getEndLoc() const
- public const clang::Expr * getInitializer() const
- public clang::Expr * getInitializer()
- public clang::SourceLocation getLParenLoc() const
- public clang::TypeSourceInfo * getTypeSourceInfo() const
- public bool isFileScope() const
- public void setFileScope(bool FS)
- public void setInitializer(clang::Expr * E)
- public void setLParenLoc(clang::SourceLocation L)
- public void setTypeSourceInfo(clang::TypeSourceInfo * tinfo)
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
¶CompoundLiteralExpr(
clang::SourceLocation lparenloc,
clang::TypeSourceInfo* tinfo,
clang::QualType T,
clang::ExprValueKind VK,
clang::Expr* init,
bool fileScope)
CompoundLiteralExpr(
clang::SourceLocation lparenloc,
clang::TypeSourceInfo* tinfo,
clang::QualType T,
clang::ExprValueKind VK,
clang::Expr* init,
bool fileScope)
Declared at: clang/include/clang/AST/Expr.h:3417
Parameters
- clang::SourceLocation lparenloc
- clang::TypeSourceInfo* tinfo
- clang::QualType T
- clang::ExprValueKind VK
- clang::Expr* init
- bool fileScope
¶CompoundLiteralExpr(clang::Stmt::EmptyShell Empty)
CompoundLiteralExpr(clang::Stmt::EmptyShell Empty)
Description
Construct an empty compound literal.
Declared at: clang/include/clang/AST/Expr.h:3425
Parameters
- clang::Stmt::EmptyShell Empty
¶clang::Stmt::child_range children()
clang::Stmt::child_range children()
Declared at: clang/include/clang/AST/Expr.h:3465
¶clang::Stmt::const_child_range children() const
clang::Stmt::const_child_range children() const
Declared at: clang/include/clang/AST/Expr.h:3466
¶static bool classof(const clang::Stmt* T)
static bool classof(const clang::Stmt* T)
Declared at: clang/include/clang/AST/Expr.h:3460
Parameters
- const clang::Stmt* T
¶clang::SourceLocation getBeginLoc() const
clang::SourceLocation getBeginLoc() const
Declared at: clang/include/clang/AST/Expr.h:3445
¶clang::SourceLocation getEndLoc() const
clang::SourceLocation getEndLoc() const
Declared at: clang/include/clang/AST/Expr.h:3453
¶const clang::Expr* getInitializer() const
const clang::Expr* getInitializer() const
Declared at: clang/include/clang/AST/Expr.h:3428
¶clang::Expr* getInitializer()
clang::Expr* getInitializer()
Declared at: clang/include/clang/AST/Expr.h:3429
¶clang::SourceLocation getLParenLoc() const
clang::SourceLocation getLParenLoc() const
Declared at: clang/include/clang/AST/Expr.h:3435
¶clang::TypeSourceInfo* getTypeSourceInfo() const
clang::TypeSourceInfo* getTypeSourceInfo() const
Declared at: clang/include/clang/AST/Expr.h:3438
¶bool isFileScope() const
bool isFileScope() const
Declared at: clang/include/clang/AST/Expr.h:3432
¶void setFileScope(bool FS)
void setFileScope(bool FS)
Declared at: clang/include/clang/AST/Expr.h:3433
Parameters
- bool FS
¶void setInitializer(clang::Expr* E)
void setInitializer(clang::Expr* E)
Declared at: clang/include/clang/AST/Expr.h:3430
Parameters
- clang::Expr* E
¶void setLParenLoc(clang::SourceLocation L)
void setLParenLoc(clang::SourceLocation L)
Declared at: clang/include/clang/AST/Expr.h:3436
Parameters
¶void setTypeSourceInfo(
clang::TypeSourceInfo* tinfo)
void setTypeSourceInfo(
clang::TypeSourceInfo* tinfo)
Declared at: clang/include/clang/AST/Expr.h:3441
Parameters
- clang::TypeSourceInfo* tinfo