addStmtClass(const StmtClass s) | clang::Stmt | static |
ArrayOrMatrixSubscriptExprBits | clang::Stmt | |
AttributedStmtBits | clang::Stmt | |
BinaryOperator(const ASTContext &Ctx, Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, ExprValueKind VK, ExprObjectKind OK, SourceLocation opLoc, FPOptionsOverride FPFeatures) | clang::BinaryOperator | protected |
BinaryOperator(EmptyShell Empty) | clang::BinaryOperator | inlineexplicitprotected |
BinaryOperator(const ASTContext &Ctx, Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, ExprValueKind VK, ExprObjectKind OK, SourceLocation opLoc, FPOptionsOverride FPFeatures, bool dead2) | clang::BinaryOperator | protected |
BinaryOperator(StmtClass SC, EmptyShell Empty) | clang::BinaryOperator | inlineprotected |
BinaryOperatorBits | clang::Stmt | |
BreakStmtBits | clang::Stmt | |
CallExprBits | clang::Stmt | |
CastExprBits | clang::Stmt | |
CharacterLiteralBits | clang::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 typedef | clang::Stmt | |
child_range typedef | clang::Stmt | |
children() | clang::BinaryOperator | inline |
children() const | clang::BinaryOperator | 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 *S) | clang::BinaryOperator | inlinestatic |
CoawaitBits | clang::Stmt | |
CompoundStmtBits | clang::Stmt | |
const_child_iterator typedef | clang::Stmt | |
const_child_range typedef | clang::Stmt | |
ConstantExprBits | clang::Stmt | |
ConstantExprKind enum name | clang::Expr | |
ConstCastIterator typedef | clang::Stmt | protected |
ConstExprIterator typedef | clang::Stmt | protected |
containsErrors() const | clang::Expr | inline |
containsUnexpandedParameterPack() const | clang::Expr | inline |
ContinueStmtBits | clang::Stmt | |
Create(const ASTContext &C, Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, ExprValueKind VK, ExprObjectKind OK, SourceLocation opLoc, FPOptionsOverride FPFeatures) | clang::BinaryOperator | static |
CreateEmpty(const ASTContext &C, bool hasFPFeatures) | clang::BinaryOperator | static |
CXXBoolLiteralExprBits | clang::Stmt | |
CXXConstructExprBits | clang::Stmt | |
CXXDefaultArgExprBits | clang::Stmt | |
CXXDefaultInitExprBits | clang::Stmt | |
CXXDeleteExprBits | clang::Stmt | |
CXXDependentScopeMemberExprBits | clang::Stmt | |
CXXNewExprBits | clang::Stmt | |
CXXNoexceptExprBits | clang::Stmt | |
CXXNullPtrLiteralExprBits | clang::Stmt | |
CXXOperatorCallExprBits | clang::Stmt | |
CXXRewrittenBinaryOperatorBits | clang::Stmt | |
CXXScalarValueInitExprBits | clang::Stmt | |
CXXThisExprBits | clang::Stmt | |
CXXThrowExprBits | clang::Stmt | |
CXXUnresolvedConstructExprBits | clang::Stmt | |
DeclRefExprBits | clang::Stmt | |
DependentScopeDeclRefExprBits | clang::Stmt | |
determineLikelihoodConflict(const Stmt *Then, const Stmt *Else) | clang::Stmt | static |
DoStmtBits | clang::Stmt | |
dump() const | clang::Stmt | |
dump(raw_ostream &OS, const ASTContext &Context) const | clang::Stmt | |
dumpColor() const | clang::Stmt | |
dumpPretty(const ASTContext &Context) const | clang::Stmt | |
EnableStatistics() | clang::Stmt | static |
EvaluateAsBooleanCondition(bool &Result, const ASTContext &Ctx, bool InConstantContext=false) const | clang::Expr | |
EvaluateAsConstantExpr(EvalResult &Result, const ASTContext &Ctx, ConstantExprKind Kind=ConstantExprKind::Normal) const | clang::Expr | |
EvaluateAsFixedPoint(EvalResult &Result, const ASTContext &Ctx, SideEffectsKind AllowSideEffects=SE_NoSideEffects, bool InConstantContext=false) const | clang::Expr | |
EvaluateAsFloat(llvm::APFloat &Result, const ASTContext &Ctx, SideEffectsKind AllowSideEffects=SE_NoSideEffects, bool InConstantContext=false) const | clang::Expr | |
EvaluateAsInitializer(APValue &Result, const ASTContext &Ctx, const VarDecl *VD, SmallVectorImpl< PartialDiagnosticAt > &Notes, bool IsConstantInitializer) const | clang::Expr | |
EvaluateAsInt(EvalResult &Result, const ASTContext &Ctx, SideEffectsKind AllowSideEffects=SE_NoSideEffects, bool InConstantContext=false) const | clang::Expr | |
EvaluateAsLValue(EvalResult &Result, const ASTContext &Ctx, bool InConstantContext=false) const | clang::Expr | |
EvaluateAsRValue(EvalResult &Result, const ASTContext &Ctx, bool InConstantContext=false) const | clang::Expr | |
EvaluateCharRangeAsString(std::string &Result, const Expr *SizeExpression, const Expr *PtrExpression, ASTContext &Ctx, EvalResult &Status) const | clang::Expr | |
EvaluateForOverflow(const ASTContext &Ctx) const | clang::Expr | |
EvaluateKnownConstInt(const ASTContext &Ctx, SmallVectorImpl< PartialDiagnosticAt > *Diag=nullptr) const | clang::Expr | |
EvaluateKnownConstIntCheckOverflow(const ASTContext &Ctx, SmallVectorImpl< PartialDiagnosticAt > *Diag=nullptr) const | clang::Expr | |
EvaluateWithSubstitution(APValue &Value, ASTContext &Ctx, const FunctionDecl *Callee, ArrayRef< const Expr * > Args, const Expr *This=nullptr) const | clang::Expr | |
Expr()=delete | clang::Expr | |
Expr(const Expr &)=delete | clang::Expr | |
Expr(Expr &&)=delete | clang::Expr | |
Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK) | clang::Expr | inlineprotected |
Expr(StmtClass SC, EmptyShell) | clang::Expr | inlineexplicitprotected |
ExprBits | clang::Stmt | |
ExprIterator typedef | clang::Stmt | protected |
ExprWithCleanupsBits | clang::Stmt | |
findBoundMemberType(const Expr *expr) | clang::Expr | static |
FloatingLiteralBits | clang::Stmt | |
ForStmtBits | clang::Stmt | |
GenericSelectionExprBits | clang::Stmt | |
getAsBuiltinConstantDeclRef(const ASTContext &Context) const | clang::Expr | |
getBeginLoc() const LLVM_READONLY | clang::BinaryOperator | inline |
getBestDynamicClassType() const | clang::Expr | |
getBestDynamicClassTypeExpr() const | clang::Expr | |
getDependence() const | clang::Expr | inline |
getEndLoc() const LLVM_READONLY | clang::BinaryOperator | inline |
getEnumCoercedType(const ASTContext &Ctx) const | clang::Expr | |
getEnumConstantDecl() | clang::Expr | |
getEnumConstantDecl() const | clang::Expr | inline |
getExprLoc() const | clang::BinaryOperator | inline |
getExprStmt() const | clang::ValueStmt | |
getExprStmt() | clang::ValueStmt | inline |
getFPFeatures() const | clang::BinaryOperator | inline |
getFPFeaturesInEffect(const LangOptions &LO) const | clang::BinaryOperator | inline |
getID(const ASTContext &Context) const | clang::Stmt | |
getIntegerConstantExpr(const ASTContext &Ctx, SourceLocation *Loc=nullptr) const | clang::Expr | |
getLHS() const | clang::BinaryOperator | inline |
getLikelihood(ArrayRef< const Attr * > Attrs) | clang::Stmt | static |
getLikelihood(const Stmt *S) | clang::Stmt | static |
getLikelihood(const Stmt *Then, const Stmt *Else) | clang::Stmt | static |
getLikelihoodAttr(const Stmt *S) | clang::Stmt | static |
getObjCProperty() const | clang::Expr | |
getObjectKind() const | clang::Expr | inline |
getOpcode() const | clang::BinaryOperator | inline |
getOpcodeStr(Opcode Op) | clang::BinaryOperator | static |
getOpcodeStr() const | clang::BinaryOperator | inline |
getOperatorLoc() const | clang::BinaryOperator | inline |
getOpForCompoundAssignment(Opcode Opc) | clang::BinaryOperator | inlinestatic |
getOverloadedOpcode(OverloadedOperatorKind OO) | clang::BinaryOperator | static |
getOverloadedOperator(Opcode Opc) | clang::BinaryOperator | static |
getReferencedDeclOfCallee() | clang::Expr | |
getReferencedDeclOfCallee() const | clang::Expr | inline |
getRHS() const | clang::BinaryOperator | inline |
getSourceBitField() | clang::Expr | |
getSourceBitField() const | clang::Expr | inline |
getSourceRange() const LLVM_READONLY | clang::Stmt | |
getStmtClass() const | clang::Stmt | inline |
getStmtClassName() const | clang::Stmt | |
getStoredFPFeatures() const | clang::BinaryOperator | inline |
getStoredFPFeaturesOrDefault() const | clang::BinaryOperator | inline |
getTrailingFPFeatures() | clang::BinaryOperator | inlineprotected |
getTrailingFPFeatures() const | clang::BinaryOperator | inlineprotected |
getType() const | clang::Expr | inline |
getValueKind() const | clang::Expr | inline |
getValueKindForType(QualType T) | clang::Expr | inlinestatic |
GotoStmtBits | clang::Stmt | |
hasAnyTypeDependentArguments(ArrayRef< Expr * > Exprs) | clang::Expr | static |
hasExcludedOverflowPattern() const | clang::BinaryOperator | inline |
hasNonTrivialCall(const ASTContext &Ctx) const | clang::Expr | |
hasPlaceholderType() const | clang::Expr | inline |
hasPlaceholderType(BuiltinType::Kind K) const | clang::Expr | inline |
HasSideEffects(const ASTContext &Ctx, bool IncludePossibleEffects=true) const | clang::Expr | |
hasStoredFPFeatures() const | clang::BinaryOperator | inline |
IfStmtBits | clang::Stmt | |
IgnoreCasts() LLVM_READONLY | clang::Expr | |
IgnoreCasts() const | clang::Expr | inline |
IgnoreContainers(bool IgnoreCaptured=false) | clang::Stmt | |
IgnoreContainers(bool IgnoreCaptured=false) const | clang::Stmt | inline |
IgnoreConversionOperatorSingleStep() LLVM_READONLY | clang::Expr | |
IgnoreConversionOperatorSingleStep() const | clang::Expr | inline |
IgnoreImpCasts() LLVM_READONLY | clang::Expr | |
IgnoreImpCasts() const | clang::Expr | inline |
IgnoreImplicit() LLVM_READONLY | clang::Expr | |
IgnoreImplicit() const | clang::Expr | inline |
IgnoreImplicitAsWritten() LLVM_READONLY | clang::Expr | |
IgnoreImplicitAsWritten() const | clang::Expr | inline |
IgnoreParenBaseCasts() LLVM_READONLY | clang::Expr | |
IgnoreParenBaseCasts() const | clang::Expr | inline |
IgnoreParenCasts() LLVM_READONLY | clang::Expr | |
IgnoreParenCasts() const | clang::Expr | inline |
IgnoreParenImpCasts() LLVM_READONLY | clang::Expr | |
IgnoreParenImpCasts() const | clang::Expr | inline |
IgnoreParenLValueCasts() LLVM_READONLY | clang::Expr | |
IgnoreParenLValueCasts() const | clang::Expr | inline |
IgnoreParenNoopCasts(const ASTContext &Ctx) LLVM_READONLY | clang::Expr | |
IgnoreParenNoopCasts(const ASTContext &Ctx) const | clang::Expr | inline |
IgnoreParens() LLVM_READONLY | clang::Expr | |
IgnoreParens() const | clang::Expr | inline |
IgnoreUnlessSpelledInSource() | clang::Expr | |
IgnoreUnlessSpelledInSource() const | clang::Expr | inline |
InitListExprBits | clang::Stmt | |
isAdditiveOp(Opcode Opc) | clang::BinaryOperator | inlinestatic |
isAdditiveOp() const | clang::BinaryOperator | inline |
isAssignmentOp(Opcode Opc) | clang::BinaryOperator | inlinestatic |
isAssignmentOp() const | clang::BinaryOperator | inline |
isBitwiseOp(Opcode Opc) | clang::BinaryOperator | inlinestatic |
isBitwiseOp() const | clang::BinaryOperator | inline |
isBoundMemberFunction(ASTContext &Ctx) const | clang::Expr | |
isCommaOp(Opcode Opc) | clang::BinaryOperator | inlinestatic |
isCommaOp() const | clang::BinaryOperator | inline |
isComparisonOp(Opcode Opc) | clang::BinaryOperator | inlinestatic |
isComparisonOp() const | clang::BinaryOperator | inline |
isCompoundAssignmentOp(Opcode Opc) | clang::BinaryOperator | inlinestatic |
isCompoundAssignmentOp() const | clang::BinaryOperator | inline |
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 | |
isEqualityOp(Opcode Opc) | clang::BinaryOperator | inlinestatic |
isEqualityOp() const | clang::BinaryOperator | inline |
isEvaluatable(const ASTContext &Ctx, SideEffectsKind AllowSideEffects=SE_NoSideEffects) const | clang::Expr | |
isFEnvAccessOn(const LangOptions &LO) const | clang::BinaryOperator | inline |
isFlexibleArrayMemberLike(ASTContext &Context, LangOptions::StrictFlexArraysLevelKind StrictFlexArraysLevel, bool IgnoreTemplateOrMacroSubstitution=false) const | clang::Expr | |
isFPContractableWithinStatement(const LangOptions &LO) const | clang::BinaryOperator | inline |
isGLValue() const | clang::Expr | inline |
isImplicitCXXThis() const | clang::Expr | |
isInstantiationDependent() const | clang::Expr | inline |
isIntegerConstantExpr(const ASTContext &Ctx, SourceLocation *Loc=nullptr) const | clang::Expr | |
isKnownToHaveBooleanValue(bool Semantic=true) const | clang::Expr | |
isLogicalOp(Opcode Opc) | clang::BinaryOperator | inlinestatic |
isLogicalOp() const | clang::BinaryOperator | inline |
isLValue() const | clang::Expr | inline |
isModifiableLvalue(ASTContext &Ctx, SourceLocation *Loc=nullptr) const | clang::Expr | |
isModifiableLvalueResult enum name | clang::Expr | |
isMultiplicativeOp(Opcode Opc) | clang::BinaryOperator | inlinestatic |
isMultiplicativeOp() const | clang::BinaryOperator | inline |
isNullPointerArithmeticExtension(ASTContext &Ctx, Opcode Opc, const Expr *LHS, const Expr *RHS) | clang::BinaryOperator | static |
isNullPointerConstant(ASTContext &Ctx, NullPointerConstantValueDependence NPC) const | clang::Expr | |
isOBJCGCCandidate(ASTContext &Ctx) const | clang::Expr | |
isObjCSelfExpr() const | clang::Expr | |
isOrdinaryOrBitFieldObject() const | clang::Expr | inline |
isPotentialConstantExpr(const FunctionDecl *FD, SmallVectorImpl< PartialDiagnosticAt > &Diags) | clang::Expr | static |
isPotentialConstantExprUnevaluated(Expr *E, const FunctionDecl *FD, SmallVectorImpl< PartialDiagnosticAt > &Diags) | clang::Expr | static |
isPRValue() const | clang::Expr | inline |
isPtrMemOp(Opcode Opc) | clang::BinaryOperator | inlinestatic |
isPtrMemOp() const | clang::BinaryOperator | inline |
isReadIfDiscardedInCPlusPlus11() const | clang::Expr | |
isRelationalOp(Opcode Opc) | clang::BinaryOperator | inlinestatic |
isRelationalOp() const | clang::BinaryOperator | inline |
isSameComparisonOperand(const Expr *E1, const Expr *E2) | clang::Expr | static |
isShiftAssignOp(Opcode Opc) | clang::BinaryOperator | inlinestatic |
isShiftAssignOp() const | clang::BinaryOperator | inline |
isShiftOp(Opcode Opc) | clang::BinaryOperator | inlinestatic |
isShiftOp() const | clang::BinaryOperator | inline |
isTemporaryObject(ASTContext &Ctx, const CXXRecordDecl *TempTy) const | clang::Expr | |
isTypeDependent() const | clang::Expr | inline |
isUnusedResultAWarning(const Expr *&WarnExpr, SourceLocation &Loc, SourceRange &R1, SourceRange &R2, ASTContext &Ctx) const | clang::Expr | |
isValueDependent() const | clang::Expr | inline |
isXValue() const | clang::Expr | inline |
LabelStmtBits | clang::Stmt | |
LambdaExprBits | clang::Stmt | |
LH_Likely enum value | clang::Stmt | |
LH_None enum value | clang::Stmt | |
LH_Unlikely enum value | clang::Stmt | |
Likelihood enum name | clang::Stmt | |
LV_ArrayTemporary enum value | clang::Expr | |
LV_ClassTemporary enum value | clang::Expr | |
LV_DuplicateVectorComponents enum value | clang::Expr | |
LV_IncompleteVoidType enum value | clang::Expr | |
LV_InvalidExpression enum value | clang::Expr | |
LV_InvalidMessageExpression enum value | clang::Expr | |
LV_MemberFunction enum value | clang::Expr | |
LV_NotObjectType enum value | clang::Expr | |
LV_SubObjCPropertySetting enum value | clang::Expr | |
LV_Valid enum value | clang::Expr | |
LValueClassification enum name | clang::Expr | |
MemberExprBits | clang::Stmt | |
MLV_ArrayTemporary enum value | clang::Expr | |
MLV_ArrayType enum value | clang::Expr | |
MLV_ClassTemporary enum value | clang::Expr | |
MLV_ConstAddrSpace enum value | clang::Expr | |
MLV_ConstQualified enum value | clang::Expr | |
MLV_ConstQualifiedField enum value | clang::Expr | |
MLV_DuplicateVectorComponents enum value | clang::Expr | |
MLV_IncompleteType enum value | clang::Expr | |
MLV_IncompleteVoidType enum value | clang::Expr | |
MLV_InvalidExpression enum value | clang::Expr | |
MLV_InvalidMessageExpression enum value | clang::Expr | |
MLV_LValueCast enum value | clang::Expr | |
MLV_MemberFunction enum value | clang::Expr | |
MLV_NoSetterProperty enum value | clang::Expr | |
MLV_NotObjectType enum value | clang::Expr | |
MLV_SubObjCPropertySetting enum value | clang::Expr | |
MLV_Valid enum value | clang::Expr | |
negateComparisonOp(Opcode Opc) | clang::BinaryOperator | inlinestatic |
NoStmtClass enum value | clang::Stmt | |
NPC_NeverValueDependent enum value | clang::Expr | |
NPC_ValueDependentIsNotNull enum value | clang::Expr | |
NPC_ValueDependentIsNull enum value | clang::Expr | |
NPCK_CXX11_nullptr enum value | clang::Expr | |
NPCK_GNUNull enum value | clang::Expr | |
NPCK_NotNull enum value | clang::Expr | |
NPCK_ZeroExpression enum value | clang::Expr | |
NPCK_ZeroLiteral enum value | clang::Expr | |
NullPointerConstantKind enum name | clang::Expr | |
NullPointerConstantValueDependence enum name | clang::Expr | |
NullStmtBits | clang::Stmt | |
NumCallExprBits enum value | clang::Stmt | protected |
NumExprBits enum value | clang::Stmt | protected |
NumOverloadExprBits enum value | clang::Stmt | protected |
NumStmtBits enum value | clang::Stmt | protected |
ObjCIndirectCopyRestoreExprBits | clang::Stmt | |
offsetOfTrailingStorage() const | clang::BinaryOperator | inlineprotected |
OpaqueValueExprBits | clang::Stmt | |
Opcode typedef | clang::BinaryOperator | |
operator delete(void *data) noexcept | clang::Stmt | inlineprotected |
operator delete(void *, const ASTContext &, unsigned) noexcept | clang::Stmt | inline |
operator delete(void *, const ASTContext *, unsigned) noexcept | clang::Stmt | inline |
operator delete(void *, size_t) noexcept | clang::Stmt | inline |
operator delete(void *, void *) noexcept | clang::Stmt | inline |
operator new(size_t bytes) noexcept | clang::Stmt | inlineprotected |
operator new(size_t bytes, const ASTContext &C, unsigned alignment=8) | clang::Stmt | |
operator new(size_t bytes, const ASTContext *C, unsigned alignment=8) | clang::Stmt | inline |
operator new(size_t bytes, void *mem) noexcept | clang::Stmt | inline |
operator=(const Expr &)=delete | clang::Expr | |
operator=(Expr &&)=delete | clang::Expr | |
clang::ValueStmt::operator=(const Stmt &)=delete | clang::Stmt | |
clang::ValueStmt::operator=(Stmt &&)=delete | clang::Stmt | |
OverloadExprBits | clang::Stmt | |
ParenListExprBits | clang::Stmt | |
PredefinedExprBits | clang::Stmt | |
printJson(raw_ostream &Out, PrinterHelper *Helper, const PrintingPolicy &Policy, bool AddQuotes) const | clang::Stmt | |
printPretty(raw_ostream &OS, PrinterHelper *Helper, const PrintingPolicy &Policy, unsigned Indentation=0, StringRef NewlineSymbol="\n", const ASTContext *Context=nullptr) const | clang::Stmt | |
printPrettyControlled(raw_ostream &OS, PrinterHelper *Helper, const PrintingPolicy &Policy, unsigned Indentation=0, StringRef NewlineSymbol="\n", const ASTContext *Context=nullptr) const | clang::Stmt | |
PrintStats() | clang::Stmt | static |
ProcessODRHash(llvm::FoldingSetNodeID &ID, ODRHash &Hash) const | clang::Stmt | |
Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, bool Canonical, bool ProfileLambdaExpr=false) const | clang::Stmt | |
PseudoObjectExprBits | clang::Stmt | |
refersToBitField() const | clang::Expr | inline |
refersToGlobalRegisterVar() const | clang::Expr | |
refersToMatrixElement() const | clang::Expr | inline |
refersToVectorElement() const | clang::Expr | |
RequiresExprBits | clang::Stmt | |
ReturnStmtBits | clang::Stmt | |
reverseComparisonOp(Opcode Opc) | clang::BinaryOperator | inlinestatic |
SE_AllowSideEffects enum value | clang::Expr | |
SE_AllowUndefinedBehavior enum value | clang::Expr | |
SE_NoSideEffects enum value | clang::Expr | |
setDependence(ExprDependence Deps) | clang::Expr | inlineprotected |
setExcludedOverflowPattern(bool B) | clang::BinaryOperator | inline |
setHasStoredFPFeatures(bool B) | clang::BinaryOperator | inline |
setLHS(Expr *E) | clang::BinaryOperator | inline |
setObjectKind(ExprObjectKind Cat) | clang::Expr | inline |
setOpcode(Opcode Opc) | clang::BinaryOperator | inline |
setOperatorLoc(SourceLocation L) | clang::BinaryOperator | inline |
setRHS(Expr *E) | clang::BinaryOperator | inline |
setStoredFPFeatures(FPOptionsOverride F) | clang::BinaryOperator | inline |
setType(QualType t) | clang::Expr | inline |
setValueKind(ExprValueKind Cat) | clang::Expr | inline |
SideEffectsKind enum name | clang::Expr | |
sizeOfTrailingObjects(bool HasFPFeatures) | clang::BinaryOperator | inlineprotectedstatic |
skipRValueSubobjectAdjustments(SmallVectorImpl< const Expr * > &CommaLHS, SmallVectorImpl< SubobjectAdjustment > &Adjustments) const | clang::Expr | |
skipRValueSubobjectAdjustments() const | clang::Expr | inline |
SourceLocExprBits | clang::Stmt | |
Stmt(StmtClass SC, EmptyShell) | clang::ValueStmt | inlineexplicitprotected |
Stmt()=delete | clang::ValueStmt | protected |
Stmt(const Stmt &)=delete | clang::ValueStmt | protected |
Stmt(Stmt &&)=delete | clang::ValueStmt | protected |
Stmt(StmtClass SC) | clang::ValueStmt | inlineprotected |
StmtBits | clang::Stmt | |
StmtClass enum name | clang::Stmt | |
StmtExprBits | clang::Stmt | |
StringLiteralBits | clang::Stmt | |
stripLabelLikeStatements() const | clang::Stmt | |
stripLabelLikeStatements() | clang::Stmt | inline |
SubstNonTypeTemplateParmExprBits | clang::Stmt | |
SwitchCaseBits | clang::Stmt | |
SwitchStmtBits | clang::Stmt | |
tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx, unsigned Type) const | clang::Expr | |
tryEvaluateString(ASTContext &Ctx) const | clang::Expr | |
tryEvaluateStrLen(uint64_t &Result, ASTContext &Ctx) const | clang::Expr | |
TypeTraitExprBits | clang::Stmt | |
UnaryExprOrTypeTraitExprBits | clang::Stmt | |
UnaryOperatorBits | clang::Stmt | |
UnresolvedLookupExprBits | clang::Stmt | |
UnresolvedMemberExprBits | clang::Stmt | |
viewAST() const | clang::Stmt | |
WhileStmtBits | clang::Stmt | |