clang API Documentation

clang::CXXOperatorCallExpr Member List
This is the complete list of members for clang::CXXOperatorCallExpr, including all inherited members.
addStmtClass(const StmtClass s)clang::Stmt [static]
Alignerclang::Stmt
arg_begin()clang::CallExpr [inline]
arg_begin() const clang::CallExpr [inline]
arg_end()clang::CallExpr [inline]
arg_end() const clang::CallExpr [inline]
arg_iterator typedefclang::CallExpr
ASTStmtReader classclang::CXXOperatorCallExpr [friend]
ASTStmtWriter classclang::CXXOperatorCallExpr [friend]
CallExpr(ASTContext &C, StmtClass SC, Expr *fn, unsigned NumPreArgs, Expr **args, unsigned numargs, QualType t, ExprValueKind VK, SourceLocation rparenloc)clang::CallExpr [protected]
CallExpr(ASTContext &C, StmtClass SC, unsigned NumPreArgs, EmptyShell Empty)clang::CallExpr [protected]
CallExpr(ASTContext &C, Expr *fn, Expr **args, unsigned numargs, QualType t, ExprValueKind VK, SourceLocation rparenloc)clang::CallExpr
CallExpr(ASTContext &C, StmtClass SC, EmptyShell Empty)clang::CallExpr
CallExprBitsclang::Stmt
CastExprBitsclang::Stmt
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::CallExpr [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::CXXOperatorCallExpr [inline, static]
classof(const CXXOperatorCallExpr *)clang::CXXOperatorCallExpr [inline, static]
clang::CallExpr::classof(const CallExpr *)clang::CallExpr [inline, static]
clang::Expr::classof(const Expr *)clang::Expr [inline, static]
CompoundStmtBitsclang::Stmt
const_arg_iterator typedefclang::CallExpr
const_child_iterator typedefclang::Stmt
const_child_range typedefclang::Stmt
containsUnexpandedParameterPack() const clang::Expr [inline]
CXXOperatorCallExpr(ASTContext &C, OverloadedOperatorKind Op, Expr *fn, Expr **args, unsigned numargs, QualType t, ExprValueKind VK, SourceLocation operatorloc)clang::CXXOperatorCallExpr [inline]
CXXOperatorCallExpr(ASTContext &C, EmptyShell Empty)clang::CXXOperatorCallExpr [inline, explicit]
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
getArg(unsigned Arg)clang::CallExpr [inline]
getArg(unsigned Arg) const clang::CallExpr [inline]
getArgs()clang::CallExpr [inline]
getArgs() const clang::CallExpr [inline]
getBitField()clang::Expr
getBitField() const clang::Expr [inline]
getCallee() const clang::CallExpr [inline]
getCallee()clang::CallExpr [inline]
getCalleeDecl()clang::CallExpr
getCalleeDecl() const clang::CallExpr [inline]
getCallReturnType() const clang::CallExpr
getDirectCallee()clang::CallExpr
getDirectCallee() const clang::CallExpr [inline]
getExprLoc() const LLVM_READONLYclang::Expr
getLocEnd() const LLVM_READONLYclang::CallExpr
getLocStart() const LLVM_READONLYclang::CallExpr
getNumArgs() const clang::CallExpr [inline]
getNumCommas() const clang::CallExpr [inline]
getNumPreArgs() const clang::CallExpr [inline, protected]
getObjCProperty() const clang::Expr
getObjectKind() const clang::Expr [inline]
getOperator() const clang::CXXOperatorCallExpr [inline]
getOperatorLoc() const clang::CXXOperatorCallExpr [inline]
getPreArg(unsigned i)clang::CallExpr [inline, protected]
getPreArg(unsigned i) const clang::CallExpr [inline, protected]
getRParenLoc() const clang::CallExpr [inline]
getSourceRange() const clang::CXXOperatorCallExpr [inline]
getStmtClass() const clang::Stmt [inline]
getStmtClassName() const clang::Stmt
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
isBuiltinCall() const clang::CallExpr
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]
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
setArg(unsigned Arg, Expr *ArgExpr)clang::CallExpr [inline]
setCallee(Expr *F)clang::CallExpr [inline]
setContainsUnexpandedParameterPack(bool PP=true)clang::Expr [inline]
setInstantiationDependent(bool ID)clang::Expr [inline]
setNumArgs(ASTContext &C, unsigned NumArgs)clang::CallExpr
setObjectKind(ExprObjectKind Cat)clang::Expr [inline]
setPreArg(unsigned i, Stmt *PreArg)clang::CallExpr [inline, protected]
setRParenLoc(SourceLocation L)clang::CallExpr [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