clang  3.9.0
clang::ObjCIndirectCopyRestoreExpr Member List

This is the complete list of members for clang::ObjCIndirectCopyRestoreExpr, including all inherited members.

ASTReader classclang::ObjCIndirectCopyRestoreExprfriend
ASTStmtReader classclang::ObjCIndirectCopyRestoreExprfriend
children()clang::ObjCIndirectCopyRestoreExprinline
Classify(ASTContext &Ctx) const clang::Exprinline
ClassifyLValue(ASTContext &Ctx) const clang::Expr
ClassifyModifiable(ASTContext &Ctx, SourceLocation &Loc) const clang::Exprinline
classof(const Stmt *s)clang::ObjCIndirectCopyRestoreExprinlinestatic
containsUnexpandedParameterPack() const clang::Exprinline
EvaluateAsBooleanCondition(bool &Result, const ASTContext &Ctx) const clang::Expr
EvaluateAsFloat(llvm::APFloat &Result, const ASTContext &Ctx, SideEffectsKind AllowSideEffects=SE_NoSideEffects) const clang::Expr
EvaluateAsInitializer(APValue &Result, const ASTContext &Ctx, const VarDecl *VD, SmallVectorImpl< PartialDiagnosticAt > &Notes) const clang::Expr
EvaluateAsInt(llvm::APSInt &Result, const ASTContext &Ctx, SideEffectsKind AllowSideEffects=SE_NoSideEffects) const clang::Expr
EvaluateAsLValue(EvalResult &Result, const ASTContext &Ctx) const clang::Expr
EvaluateAsRValue(EvalResult &Result, const ASTContext &Ctx) const clang::Expr
EvaluateForOverflow(const ASTContext &Ctx) const clang::Expr
EvaluateKnownConstInt(const ASTContext &Ctx, SmallVectorImpl< PartialDiagnosticAt > *Diag=nullptr) const clang::Expr
EvaluateWithSubstitution(APValue &Value, ASTContext &Ctx, const FunctionDecl *Callee, ArrayRef< const Expr * > Args) const clang::Expr
Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK, bool TD, bool VD, bool ID, bool ContainsUnexpandedParameterPack)clang::Exprinlineprotected
Expr(StmtClass SC, EmptyShell)clang::Exprinlineexplicitprotected
findBoundMemberType(const Expr *expr)clang::Exprstatic
getBestDynamicClassType() const clang::Expr
getExprLoc() const LLVM_READONLYclang::ObjCIndirectCopyRestoreExprinline
getLocEnd() const LLVM_READONLYclang::ObjCIndirectCopyRestoreExprinline
getLocStart() const LLVM_READONLYclang::ObjCIndirectCopyRestoreExprinline
getObjCProperty() const clang::Expr
getObjectKind() const clang::Exprinline
getSourceBitField()clang::Expr
getSourceBitField() const clang::Exprinline
getSubExpr()clang::ObjCIndirectCopyRestoreExprinline
getSubExpr() const clang::ObjCIndirectCopyRestoreExprinline
getType() const clang::Exprinline
getValueKind() const clang::Exprinline
getValueKindForType(QualType T)clang::Exprinlinestatic
hasAnyTypeDependentArguments(ArrayRef< Expr * > Exprs)clang::Exprstatic
hasNonTrivialCall(const ASTContext &Ctx) const clang::Expr
hasPlaceholderType() const clang::Exprinline
hasPlaceholderType(BuiltinType::Kind K) const clang::Exprinline
HasSideEffects(const ASTContext &Ctx, bool IncludePossibleEffects=true) const clang::Expr
IgnoreCasts() LLVM_READONLYclang::Expr
IgnoreCasts() const LLVM_READONLYclang::Exprinline
IgnoreConversionOperator() LLVM_READONLYclang::Expr
IgnoreConversionOperator() const LLVM_READONLYclang::Exprinline
IgnoreImpCasts() LLVM_READONLYclang::Exprinline
IgnoreImpCasts() const LLVM_READONLYclang::Exprinline
IgnoreImplicit() LLVM_READONLYclang::Exprinline
IgnoreImplicit() const LLVM_READONLYclang::Exprinline
ignoreParenBaseCasts() LLVM_READONLYclang::Expr
ignoreParenBaseCasts() const LLVM_READONLYclang::Exprinline
IgnoreParenCasts() LLVM_READONLYclang::Expr
IgnoreParenCasts() const LLVM_READONLYclang::Exprinline
IgnoreParenImpCasts() LLVM_READONLYclang::Expr
IgnoreParenImpCasts() const LLVM_READONLYclang::Exprinline
IgnoreParenLValueCasts() LLVM_READONLYclang::Expr
IgnoreParenLValueCasts() const LLVM_READONLYclang::Exprinline
IgnoreParenNoopCasts(ASTContext &Ctx) LLVM_READONLYclang::Expr
IgnoreParenNoopCasts(ASTContext &Ctx) const LLVM_READONLYclang::Exprinline
IgnoreParens() LLVM_READONLYclang::Expr
IgnoreParens() const LLVM_READONLYclang::Exprinline
isBoundMemberFunction(ASTContext &Ctx) const clang::Expr
isConstantInitializer(ASTContext &Ctx, bool ForRef, const Expr **Culprit=nullptr) const clang::Expr
isCXX11ConstantExpr(const ASTContext &Ctx, APValue *Result=nullptr, SourceLocation *Loc=nullptr) const clang::Expr
isCXX98IntegralConstantExpr(const ASTContext &Ctx) const clang::Expr
isDefaultArgument() const clang::Expr
isEvaluatable(const ASTContext &Ctx, SideEffectsKind AllowSideEffects=SE_NoSideEffects) const clang::Expr
isGLValue() const clang::Exprinline
isImplicitCXXThis() const clang::Expr
isInstantiationDependent() const clang::Exprinline
isIntegerConstantExpr(llvm::APSInt &Result, const ASTContext &Ctx, SourceLocation *Loc=nullptr, bool isEvaluated=true) const clang::Expr
isIntegerConstantExpr(const ASTContext &Ctx, SourceLocation *Loc=nullptr) const clang::Expr
isKnownToHaveBooleanValue() const clang::Expr
isLValue() const clang::Exprinline
isModifiableLvalue(ASTContext &Ctx, SourceLocation *Loc=nullptr) const clang::Expr
isModifiableLvalueResult enum nameclang::Expr
isNullPointerConstant(ASTContext &Ctx, NullPointerConstantValueDependence NPC) const clang::Expr
isOBJCGCCandidate(ASTContext &Ctx) const clang::Expr
isObjCSelfExpr() const clang::Expr
isOrdinaryOrBitFieldObject() const clang::Exprinline
isPotentialConstantExpr(const FunctionDecl *FD, SmallVectorImpl< PartialDiagnosticAt > &Diags)clang::Exprstatic
isPotentialConstantExprUnevaluated(Expr *E, const FunctionDecl *FD, SmallVectorImpl< PartialDiagnosticAt > &Diags)clang::Exprstatic
isRValue() const clang::Exprinline
isTemporaryObject(ASTContext &Ctx, const CXXRecordDecl *TempTy) const clang::Expr
isTypeDependent() const clang::Exprinline
isUnusedResultAWarning(const Expr *&WarnExpr, SourceLocation &Loc, SourceRange &R1, SourceRange &R2, ASTContext &Ctx) const clang::Expr
isValueDependent() const clang::Exprinline
isXValue() const clang::Exprinline
LV_ArrayTemporary enum valueclang::Expr
LV_ClassTemporary enum valueclang::Expr
LV_DuplicateVectorComponents enum valueclang::Expr
LV_IncompleteVoidType enum valueclang::Expr
LV_InvalidExpression enum valueclang::Expr
LV_InvalidMessageExpression enum valueclang::Expr
LV_MemberFunction enum valueclang::Expr
LV_NotObjectType enum valueclang::Expr
LV_SubObjCPropertySetting enum valueclang::Expr
LV_Valid enum valueclang::Expr
LValueClassification enum nameclang::Expr
MLV_ArrayTemporary enum valueclang::Expr
MLV_ArrayType enum valueclang::Expr
MLV_ClassTemporary enum valueclang::Expr
MLV_ConstAddrSpace enum valueclang::Expr
MLV_ConstQualified enum valueclang::Expr
MLV_DuplicateVectorComponents enum valueclang::Expr
MLV_IncompleteType enum valueclang::Expr
MLV_IncompleteVoidType enum valueclang::Expr
MLV_InvalidExpression enum valueclang::Expr
MLV_InvalidMessageExpression enum valueclang::Expr
MLV_LValueCast enum valueclang::Expr
MLV_MemberFunction enum valueclang::Expr
MLV_NoSetterProperty enum valueclang::Expr
MLV_NotObjectType enum valueclang::Expr
MLV_SubObjCPropertySetting enum valueclang::Expr
MLV_Valid enum valueclang::Expr
NPC_NeverValueDependent enum valueclang::Expr
NPC_ValueDependentIsNotNull enum valueclang::Expr
NPC_ValueDependentIsNull enum valueclang::Expr
NPCK_CXX11_nullptr enum valueclang::Expr
NPCK_GNUNull enum valueclang::Expr
NPCK_NotNull enum valueclang::Expr
NPCK_ZeroExpression enum valueclang::Expr
NPCK_ZeroLiteral enum valueclang::Expr
NullPointerConstantKind enum nameclang::Expr
NullPointerConstantValueDependence enum nameclang::Expr
ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy)clang::ObjCIndirectCopyRestoreExprinline
refersToBitField() const clang::Exprinline
refersToGlobalRegisterVar() const clang::Expr
refersToVectorElement() const clang::Expr
SE_AllowSideEffects enum valueclang::Expr
SE_AllowUndefinedBehavior enum valueclang::Expr
SE_NoSideEffects enum valueclang::Expr
setContainsUnexpandedParameterPack(bool PP=true)clang::Exprinline
setInstantiationDependent(bool ID)clang::Exprinline
setObjectKind(ExprObjectKind Cat)clang::Exprinline
setType(QualType t)clang::Exprinline
setTypeDependent(bool TD)clang::Exprinline
setValueDependent(bool VD)clang::Exprinline
setValueKind(ExprValueKind Cat)clang::Exprinline
shouldCopy() const clang::ObjCIndirectCopyRestoreExprinline
SideEffectsKind enum nameclang::Expr
skipRValueSubobjectAdjustments(SmallVectorImpl< const Expr * > &CommaLHS, SmallVectorImpl< SubobjectAdjustment > &Adjustments) const clang::Expr
tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx, unsigned Type) const clang::Expr