clang API Documentation

clang::CastExpr Member List
This is the complete list of members for clang::CastExpr, including all inherited members.
addStmtClass(const StmtClass s)clang::Stmt [static]
Alignerclang::Stmt
ASTStmtReader classclang::Stmt [friend]
ASTStmtWriter classclang::Stmt [friend]
CallExprBitsclang::Stmt
CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind, Expr *op, unsigned BasePathSize)clang::CastExpr [inline, protected]
CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize)clang::CastExpr [inline, protected]
CastExprBitsclang::Stmt
CastKind typedefclang::CastExpr
CharacterLiteralBitsclang::Stmt
child_begin()clang::Stmt [inline]
child_begin() const clang::Stmt [inline]
child_end()clang::Stmt [inline]
child_end() const clang::Stmt [inline]
child_iterator typedefclang::Stmt
child_range typedefclang::Stmt
children()clang::CastExpr [inline]
clang::Expr::children() const clang::Stmt [inline]
Classify(ASTContext &Ctx) const clang::Expr [inline]
ClassifyLValue(ASTContext &Ctx) const clang::Expr
ClassifyModifiable(ASTContext &Ctx, SourceLocation &Loc) const clang::Expr [inline]
classof(const Stmt *T)clang::CastExpr [inline, static]
classof(const CastExpr *)clang::CastExpr [inline, static]
clang::Expr::classof(const Expr *)clang::Expr [inline, static]
CompoundStmtBitsclang::Stmt
const_child_iterator typedefclang::Stmt
const_child_range typedefclang::Stmt
containsUnexpandedParameterPack() const clang::Expr [inline]
DeclRefExprBitsclang::Stmt
dump() const clang::Stmt
dump(SourceManager &SM) const clang::Stmt
dump(raw_ostream &OS, SourceManager &SM) const clang::Stmt
dumpAll() const clang::Stmt
dumpAll(SourceManager &SM) const clang::Stmt
dumpPretty(ASTContext &Context) const clang::Stmt
EnableStatistics()clang::Stmt [static]
EvaluateAsBooleanCondition(bool &Result, const ASTContext &Ctx) const clang::Expr
EvaluateAsInitializer(APValue &Result, const ASTContext &Ctx, const VarDecl *VD, llvm::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
EvaluateKnownConstInt(const ASTContext &Ctx) const clang::Expr
Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK, bool TD, bool VD, bool ID, bool ContainsUnexpandedParameterPack)clang::Expr [inline, protected]
Expr(StmtClass SC, EmptyShell)clang::Expr [inline, explicit, protected]
ExprBitsclang::Stmt
ExprWithCleanupsBitsclang::Stmt
findBoundMemberType(const Expr *expr)clang::Expr [static]
FloatingLiteralBitsclang::Stmt
getBitField()clang::Expr
getBitField() const clang::Expr [inline]
getCastKind() const clang::CastExpr [inline]
getCastKindName() const clang::CastExpr
getExprLoc() const LLVM_READONLYclang::Expr
getLocEnd() const LLVM_READONLYclang::Stmt
getLocStart() const LLVM_READONLYclang::Stmt
getObjCProperty() const clang::Expr
getObjectKind() const clang::Expr [inline]
getSourceRange() const LLVM_READONLYclang::Stmt
getStmtClass() const clang::Stmt [inline]
getStmtClassName() const clang::Stmt
getSubExpr()clang::CastExpr [inline]
getSubExpr() const clang::CastExpr [inline]
getSubExprAsWritten()clang::CastExpr
getSubExprAsWritten() const clang::CastExpr [inline]
getType() const clang::Expr [inline]
getValueKind() const clang::Expr [inline]
getValueKindForType(QualType T)clang::Expr [inline, static]
hasAnyTypeDependentArguments(llvm::ArrayRef< Expr * > Exprs)clang::Expr [static]
hasImplicitControlFlow() const clang::Stmt
hasNonTrivialCall(ASTContext &Ctx)clang::Expr
hasPlaceholderType() const clang::Expr [inline]
hasPlaceholderType(BuiltinType::Kind K) const clang::Expr [inline]
HasSideEffects(const ASTContext &Ctx) const clang::Expr
IgnoreConversionOperator() LLVM_READONLYclang::Expr
IgnoreConversionOperator() const LLVM_READONLYclang::Expr [inline]
IgnoreImpCasts() LLVM_READONLYclang::Expr [inline]
IgnoreImpCasts() const LLVM_READONLYclang::Expr [inline]
IgnoreImplicit() LLVM_READONLYclang::Expr [inline]
IgnoreParenCasts() LLVM_READONLYclang::Expr
IgnoreParenCasts() const LLVM_READONLYclang::Expr [inline]
IgnoreParenImpCasts() LLVM_READONLYclang::Expr
IgnoreParenImpCasts() const LLVM_READONLYclang::Expr [inline]
IgnoreParenLValueCasts() LLVM_READONLYclang::Expr
IgnoreParenLValueCasts() const LLVM_READONLYclang::Expr [inline]
IgnoreParenNoopCasts(ASTContext &Ctx) LLVM_READONLYclang::Expr
IgnoreParenNoopCasts(ASTContext &Ctx) const LLVM_READONLYclang::Expr [inline]
IgnoreParens() LLVM_READONLYclang::Expr
IgnoreParens() const LLVM_READONLYclang::Expr [inline]
InitListExprBitsclang::Stmt
isBoundMemberFunction(ASTContext &Ctx) const clang::Expr
isConstantInitializer(ASTContext &Ctx, bool ForRef) const clang::Expr
isCXX11ConstantExpr(ASTContext &Ctx, APValue *Result=0, SourceLocation *Loc=0) const clang::Expr
isCXX98IntegralConstantExpr(ASTContext &Ctx) const clang::Expr
isDefaultArgument() const clang::Expr
isEvaluatable(const ASTContext &Ctx) const clang::Expr
isGLValue() const clang::Expr [inline]
isImplicitCXXThis() const clang::Expr
isInstantiationDependent() const clang::Expr [inline]
isIntegerConstantExpr(llvm::APSInt &Result, ASTContext &Ctx, SourceLocation *Loc=0, bool isEvaluated=true) const clang::Expr
isIntegerConstantExpr(ASTContext &Ctx, SourceLocation *Loc=0) const clang::Expr
isKnownToHaveBooleanValue() const clang::Expr
isLValue() const clang::Expr [inline]
isModifiableLvalue(ASTContext &Ctx, SourceLocation *Loc=0) const clang::Expr
isModifiableLvalueResult enum nameclang::Expr
isNullPointerConstant(ASTContext &Ctx, NullPointerConstantValueDependence NPC) const clang::Expr
isOBJCGCCandidate(ASTContext &Ctx) const clang::Expr
isOrdinaryOrBitFieldObject() const clang::Expr [inline]
isPotentialConstantExpr(const FunctionDecl *FD, llvm::SmallVectorImpl< PartialDiagnosticAt > &Diags)clang::Expr [static]
isRValue() const clang::Expr [inline]
isTemporaryObject(ASTContext &Ctx, const CXXRecordDecl *TempTy) const clang::Expr
isTypeDependent() const clang::Expr [inline]
isUnusedResultAWarning(SourceLocation &Loc, SourceRange &R1, SourceRange &R2, ASTContext &Ctx) const clang::Expr
isValueDependent() const clang::Expr [inline]
isXValue() const clang::Expr [inline]
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_ArrayType enum valueclang::Expr
MLV_ClassTemporary 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_ReadonlyProperty enum valueclang::Expr
MLV_SubObjCPropertySetting enum valueclang::Expr
MLV_Valid enum valueclang::Expr
NoStmtClass enum valueclang::Stmt
NPC_NeverValueDependent enum valueclang::Expr
NPC_ValueDependentIsNotNull enum valueclang::Expr
NPC_ValueDependentIsNull enum valueclang::Expr
NPCK_CXX0X_nullptr enum valueclang::Expr
NPCK_GNUNull enum valueclang::Expr
NPCK_NotNull enum valueclang::Expr
NPCK_ZeroInteger enum valueclang::Expr
NullPointerConstantKind enum nameclang::Expr
NullPointerConstantValueDependence enum nameclang::Expr
NumExprBits enum valueclang::Stmt [protected]
NumStmtBits enum valueclang::Stmt [protected]
ObjCIndirectCopyRestoreExprBitsclang::Stmt
operator delete(void *data)clang::Stmt [inline, protected]
operator delete(void *, ASTContext &, unsigned)clang::Stmt [inline]
operator delete(void *, ASTContext *, unsigned)clang::Stmt [inline]
operator delete(void *, std::size_t)clang::Stmt [inline]
operator delete(void *, void *)clang::Stmt [inline]
operator new(size_t bytes)clang::Stmt [inline, protected]
operator new(size_t bytes, ASTContext &C, unsigned alignment=8)clang::Stmt [inline]
operator new(size_t bytes, ASTContext *C, unsigned alignment=8)clang::Stmt [inline]
operator new(size_t bytes, void *mem)clang::Stmt [inline]
path_begin()clang::CastExpr [inline]
path_begin() const clang::CastExpr [inline]
path_const_iterator typedefclang::CastExpr
path_empty() const clang::CastExpr [inline]
path_end()clang::CastExpr [inline]
path_end() const clang::CastExpr [inline]
path_iterator typedefclang::CastExpr
path_size() const clang::CastExpr [inline]
printPretty(raw_ostream &OS, PrinterHelper *Helper, const PrintingPolicy &Policy, unsigned Indentation=0) const clang::Stmt [inline]
printPretty(raw_ostream &OS, ASTContext &Context, PrinterHelper *Helper, const PrintingPolicy &Policy, unsigned Indentation=0) const clang::Stmt
PrintStats()clang::Stmt [static]
Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, bool Canonical) const clang::Stmt
PseudoObjectExprBitsclang::Stmt
refersToVectorElement() const clang::Expr
SE_AllowSideEffects enum valueclang::Expr
SE_NoSideEffects enum valueclang::Expr
setCastKind(CastKind K)clang::CastExpr [inline]
setCastPath(const CXXCastPath &Path)clang::CastExpr
setContainsUnexpandedParameterPack(bool PP=true)clang::Expr [inline]
setInstantiationDependent(bool ID)clang::Expr [inline]
setObjectKind(ExprObjectKind Cat)clang::Expr [inline]
setSubExpr(Expr *E)clang::CastExpr [inline]
setType(QualType t)clang::Expr [inline]
setTypeDependent(bool TD)clang::Expr [inline]
setValueDependent(bool VD)clang::Expr [inline]
setValueKind(ExprValueKind Cat)clang::Expr [inline]
SideEffectsKind enum nameclang::Expr
Stmt(StmtClass SC, EmptyShell)clang::Stmt [inline, explicit, protected]
Stmt(StmtClass SC)clang::Stmt [inline]
StmtBitsclang::Stmt
StmtClass enum nameclang::Stmt
stripLabelLikeStatements() const clang::Stmt
stripLabelLikeStatements()clang::Stmt [inline]
TypeTraitExprBitsclang::Stmt
UnaryExprOrTypeTraitExprBitsclang::Stmt
viewAST() const clang::Stmt