class ObjCBoxedExpr
Declaration
class ObjCBoxedExpr : public Expr { /* full declaration omitted */ };
Description
ObjCBoxedExpr - used for generalized expression boxing. as in: @ (strdup("hello world")), @ (random()) or @ (view.frame) Also used for boxing non-parenthesized numeric literals; as in: @ 42 or @ true (c++/objc++) or @ __objc_yes (c/objc).
Declared at: clang/include/clang/AST/ExprObjC.h:128
Inherits from: Expr
Member Variables
- private clang::Stmt* SubExpr
- private clang::ObjCMethodDecl* BoxingMethod
- private clang::SourceRange Range
Inherited from Stmt:
Method Overview
- public ObjCBoxedExpr(clang::Expr * E, clang::QualType T, clang::ObjCMethodDecl * method, clang::SourceRange R)
- public ObjCBoxedExpr(clang::Stmt::EmptyShell Empty)
- public clang::ObjCBoxedExpr::const_arg_iterator arg_begin() const
- public clang::ObjCBoxedExpr::const_arg_iterator arg_end() const
- 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 getAtLoc() const
- public clang::SourceLocation getBeginLoc() const
- public clang::ObjCMethodDecl * getBoxingMethod() const
- public clang::SourceLocation getEndLoc() const
- public clang::SourceRange getSourceRange() const
- public clang::Expr * getSubExpr()
- public const clang::Expr * getSubExpr() const
- public bool isExpressibleAsConstantInitializer() const
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
¶ObjCBoxedExpr(clang::Expr* E,
clang::QualType T,
clang::ObjCMethodDecl* method,
clang::SourceRange R)
ObjCBoxedExpr(clang::Expr* E,
clang::QualType T,
clang::ObjCMethodDecl* method,
clang::SourceRange R)
Declared at: clang/include/clang/AST/ExprObjC.h:136
Parameters
¶ObjCBoxedExpr(clang::Stmt::EmptyShell Empty)
ObjCBoxedExpr(clang::Stmt::EmptyShell Empty)
Declared at: clang/include/clang/AST/ExprObjC.h:141
Parameters
- clang::Stmt::EmptyShell Empty
¶clang::ObjCBoxedExpr::const_arg_iterator
arg_begin() const
clang::ObjCBoxedExpr::const_arg_iterator
arg_begin() const
Declared at: clang/include/clang/AST/ExprObjC.h:175
¶clang::ObjCBoxedExpr::const_arg_iterator arg_end()
const
clang::ObjCBoxedExpr::const_arg_iterator arg_end()
const
Declared at: clang/include/clang/AST/ExprObjC.h:179
¶clang::Stmt::child_range children()
clang::Stmt::child_range children()
Declared at: clang/include/clang/AST/ExprObjC.h:167
¶clang::Stmt::const_child_range children() const
clang::Stmt::const_child_range children() const
Declared at: clang/include/clang/AST/ExprObjC.h:169
¶static bool classof(const clang::Stmt* T)
static bool classof(const clang::Stmt* T)
Declared at: clang/include/clang/AST/ExprObjC.h:183
Parameters
- const clang::Stmt* T
¶clang::SourceLocation getAtLoc() const
clang::SourceLocation getAtLoc() const
Declared at: clang/include/clang/AST/ExprObjC.h:157
¶clang::SourceLocation getBeginLoc() const
clang::SourceLocation getBeginLoc() const
Declared at: clang/include/clang/AST/ExprObjC.h:159
¶clang::ObjCMethodDecl* getBoxingMethod() const
clang::ObjCMethodDecl* getBoxingMethod() const
Declared at: clang/include/clang/AST/ExprObjC.h:147
¶clang::SourceLocation getEndLoc() const
clang::SourceLocation getEndLoc() const
Declared at: clang/include/clang/AST/ExprObjC.h:160
¶clang::SourceRange getSourceRange() const
clang::SourceRange getSourceRange() const
Declared at: clang/include/clang/AST/ExprObjC.h:162
¶clang::Expr* getSubExpr()
clang::Expr* getSubExpr()
Declared at: clang/include/clang/AST/ExprObjC.h:144
¶const clang::Expr* getSubExpr() const
const clang::Expr* getSubExpr() const
Declared at: clang/include/clang/AST/ExprObjC.h:145
¶bool isExpressibleAsConstantInitializer() const
bool isExpressibleAsConstantInitializer() const
Declared at: clang/include/clang/AST/ExprObjC.h:153