clang API Documentation
| AlreadyTransformed(QualType T) | clang::TreeTransform< Derived > | [inline] |
| AlwaysRebuild() | clang::TreeTransform< Derived > | [inline] |
| DropCallArgument(Expr *E) | clang::TreeTransform< Derived > | [inline] |
| ExpandingFunctionParameterPack(ParmVarDecl *Pack) | clang::TreeTransform< Derived > | [inline] |
| FinishCXXForRangeStmt(Stmt *ForRange, Stmt *Body) | clang::TreeTransform< Derived > | [inline] |
| ForgetPartiallySubstitutedPack() | clang::TreeTransform< Derived > | [inline] |
| getBaseEntity() | clang::TreeTransform< Derived > | [inline] |
| getBaseLocation() | clang::TreeTransform< Derived > | [inline] |
| getDerived() | clang::TreeTransform< Derived > | [inline] |
| getDerived() const | clang::TreeTransform< Derived > | [inline] |
| getSema() const | clang::TreeTransform< Derived > | [inline] |
| InitCaptureInfoTy typedef | clang::TreeTransform< Derived > | |
| InventTemplateArgumentLoc(const TemplateArgument &Arg, TemplateArgumentLoc &ArgLoc) | clang::TreeTransform< Derived > | |
| InventTypeSourceInfo(QualType T) | clang::TreeTransform< Derived > | [inline] |
| Owned(Expr *E) | clang::TreeTransform< Derived > | [inline, static] |
| Owned(Stmt *S) | clang::TreeTransform< Derived > | [inline, static] |
| RebuildAddrLabelExpr(SourceLocation AmpAmpLoc, SourceLocation LabelLoc, LabelDecl *Label) | clang::TreeTransform< Derived > | [inline] |
| RebuildArraySubscriptExpr(Expr *LHS, SourceLocation LBracketLoc, Expr *RHS, SourceLocation RBracketLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildArrayType(QualType ElementType, ArrayType::ArraySizeModifier SizeMod, const llvm::APInt *Size, Expr *SizeExpr, unsigned IndexTypeQuals, SourceRange BracketsRange) | clang::TreeTransform< Derived > | |
| RebuildArrayTypeTrait(ArrayTypeTrait Trait, SourceLocation StartLoc, TypeSourceInfo *TSInfo, Expr *DimExpr, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildAtomicExpr(SourceLocation BuiltinLoc, MultiExprArg SubExprs, QualType RetTy, AtomicExpr::AtomicOp Op, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildAtomicType(QualType ValueType, SourceLocation KWLoc) | clang::TreeTransform< Derived > | |
| RebuildAttributedStmt(SourceLocation AttrLoc, ArrayRef< const Attr * > Attrs, Stmt *SubStmt) | clang::TreeTransform< Derived > | [inline] |
| RebuildAutoType(QualType Deduced, bool IsDecltypeAuto) | clang::TreeTransform< Derived > | [inline] |
| RebuildBinaryOperator(SourceLocation OpLoc, BinaryOperatorKind Opc, Expr *LHS, Expr *RHS) | clang::TreeTransform< Derived > | [inline] |
| RebuildBlockPointerType(QualType PointeeType, SourceLocation Sigil) | clang::TreeTransform< Derived > | |
| RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc, MultiExprArg Args, SourceLocation RParenLoc, Expr *ExecConfig=nullptr) | clang::TreeTransform< Derived > | [inline] |
| RebuildCaseStmt(SourceLocation CaseLoc, Expr *LHS, SourceLocation EllipsisLoc, Expr *RHS, SourceLocation ColonLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildCaseStmtBody(Stmt *S, Stmt *Body) | clang::TreeTransform< Derived > | [inline] |
| RebuildChooseExpr(SourceLocation BuiltinLoc, Expr *Cond, Expr *LHS, Expr *RHS, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, SourceLocation RParenLoc, Expr *Init) | clang::TreeTransform< Derived > | [inline] |
| RebuildCompoundStmt(SourceLocation LBraceLoc, MultiStmtArg Statements, SourceLocation RBraceLoc, bool IsStmtExpr) | clang::TreeTransform< Derived > | [inline] |
| RebuildConditionalOperator(Expr *Cond, SourceLocation QuestionLoc, Expr *LHS, SourceLocation ColonLoc, Expr *RHS) | clang::TreeTransform< Derived > | [inline] |
| RebuildConstantArrayType(QualType ElementType, ArrayType::ArraySizeModifier SizeMod, const llvm::APInt &Size, unsigned IndexTypeQuals, SourceRange BracketsRange) | clang::TreeTransform< Derived > | |
| RebuildConvertVectorExpr(SourceLocation BuiltinLoc, Expr *SrcExpr, TypeSourceInfo *DstTInfo, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildCStyleCastExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, SourceLocation RParenLoc, Expr *SubExpr) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXCatchStmt(SourceLocation CatchLoc, VarDecl *ExceptionDecl, Stmt *Handler) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXConstCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXConstructExpr(QualType T, SourceLocation Loc, CXXConstructorDecl *Constructor, bool IsElidable, MultiExprArg Args, bool HadMultipleCandidates, bool ListInitialization, bool StdInitListInitialization, bool RequiresZeroInit, CXXConstructExpr::ConstructionKind ConstructKind, SourceRange ParenRange) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXDefaultArgExpr(SourceLocation Loc, ParmVarDecl *Param) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXDefaultInitExpr(SourceLocation Loc, FieldDecl *Field) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXDeleteExpr(SourceLocation StartLoc, bool IsGlobalDelete, bool IsArrayForm, Expr *Operand) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXDependentScopeMemberExpr(Expr *BaseE, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXDynamicCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXFoldExpr(SourceLocation LParenLoc, Expr *LHS, BinaryOperatorKind Operator, SourceLocation EllipsisLoc, Expr *RHS, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, Stmt *Range, Stmt *BeginEnd, Expr *Cond, Expr *Inc, Stmt *LoopVar, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXFunctionalCastExpr(TypeSourceInfo *TInfo, SourceLocation LParenLoc, Expr *Sub, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXNamedCastExpr(SourceLocation OpLoc, Stmt::StmtClass Class, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXNewExpr(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, QualType AllocatedType, TypeSourceInfo *AllocatedTypeInfo, Expr *ArraySize, SourceRange DirectInitRange, Expr *Initializer) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXNoexceptExpr(SourceRange Range, Expr *Arg) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXOperatorCallExpr(OverloadedOperatorKind Op, SourceLocation OpLoc, Expr *Callee, Expr *First, Expr *Second) | clang::TreeTransform< Derived > | |
| RebuildCXXPseudoDestructorExpr(Expr *Base, SourceLocation OperatorLoc, bool isArrow, CXXScopeSpec &SS, TypeSourceInfo *ScopeType, SourceLocation CCLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage Destroyed) | clang::TreeTransform< Derived > | |
| RebuildCXXReinterpretCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXScalarValueInitExpr(TypeSourceInfo *TSInfo, SourceLocation LParenLoc, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXStaticCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXTemporaryObjectExpr(TypeSourceInfo *TSInfo, SourceLocation LParenLoc, MultiExprArg Args, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXThisExpr(SourceLocation ThisLoc, QualType ThisType, bool isImplicit) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXThrowExpr(SourceLocation ThrowLoc, Expr *Sub, bool IsThrownVariableInScope) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXTryStmt(SourceLocation TryLoc, Stmt *TryBlock, ArrayRef< Stmt * > Handlers) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXTypeidExpr(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXTypeidExpr(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *Operand, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXUnresolvedConstructExpr(TypeSourceInfo *TSInfo, SourceLocation LParenLoc, MultiExprArg Args, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXUuidofExpr(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildCXXUuidofExpr(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *Operand, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildDeclarationNameExpr(const CXXScopeSpec &SS, LookupResult &R, bool RequiresADL) | clang::TreeTransform< Derived > | [inline] |
| RebuildDeclRefExpr(NestedNameSpecifierLoc QualifierLoc, ValueDecl *VD, const DeclarationNameInfo &NameInfo, TemplateArgumentListInfo *TemplateArgs) | clang::TreeTransform< Derived > | [inline] |
| RebuildDeclStmt(MutableArrayRef< Decl * > Decls, SourceLocation StartLoc, SourceLocation EndLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildDecltypeType(Expr *Underlying, SourceLocation Loc) | clang::TreeTransform< Derived > | |
| RebuildDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, Stmt *SubStmt) | clang::TreeTransform< Derived > | [inline] |
| RebuildDependentNameType(ElaboratedTypeKeyword Keyword, SourceLocation KeywordLoc, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo *Id, SourceLocation IdLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildDependentScopeDeclRefExpr(NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs, bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) | clang::TreeTransform< Derived > | [inline] |
| RebuildDependentSizedArrayType(QualType ElementType, ArrayType::ArraySizeModifier SizeMod, Expr *SizeExpr, unsigned IndexTypeQuals, SourceRange BracketsRange) | clang::TreeTransform< Derived > | |
| RebuildDependentSizedExtVectorType(QualType ElementType, Expr *SizeExpr, SourceLocation AttributeLoc) | clang::TreeTransform< Derived > | |
| RebuildDependentTemplateSpecializationType(ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo *Name, SourceLocation NameLoc, TemplateArgumentListInfo &Args) | clang::TreeTransform< Derived > | [inline] |
| RebuildDesignatedInitExpr(Designation &Desig, MultiExprArg ArrayExprs, SourceLocation EqualOrColonLoc, bool GNUSyntax, Expr *Init) | clang::TreeTransform< Derived > | [inline] |
| RebuildDoStmt(SourceLocation DoLoc, Stmt *Body, SourceLocation WhileLoc, SourceLocation LParenLoc, Expr *Cond, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildElaboratedType(SourceLocation KeywordLoc, ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, QualType Named) | clang::TreeTransform< Derived > | [inline] |
| RebuildEmptyCXXFoldExpr(SourceLocation EllipsisLoc, BinaryOperatorKind Operator) | clang::TreeTransform< Derived > | [inline] |
| RebuildEnumType(EnumDecl *Enum) | clang::TreeTransform< Derived > | [inline] |
| RebuildExceptionDecl(VarDecl *ExceptionDecl, TypeSourceInfo *Declarator, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id) | clang::TreeTransform< Derived > | [inline] |
| RebuildExpressionTrait(ExpressionTrait Trait, SourceLocation StartLoc, Expr *Queried, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildExtVectorElementExpr(Expr *Base, SourceLocation OpLoc, SourceLocation AccessorLoc, IdentifierInfo &Accessor) | clang::TreeTransform< Derived > | [inline] |
| RebuildExtVectorType(QualType ElementType, unsigned NumElements, SourceLocation AttributeLoc) | clang::TreeTransform< Derived > | |
| RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *Init, Sema::FullExprArg Cond, VarDecl *CondVar, Sema::FullExprArg Inc, SourceLocation RParenLoc, Stmt *Body) | clang::TreeTransform< Derived > | [inline] |
| RebuildFunctionNoProtoType(QualType ResultType) | clang::TreeTransform< Derived > | |
| RebuildFunctionProtoType(QualType T, MutableArrayRef< QualType > ParamTypes, const FunctionProtoType::ExtProtoInfo &EPI) | clang::TreeTransform< Derived > | |
| RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg Constraints, MultiExprArg Exprs, Expr *AsmString, MultiExprArg Clobbers, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef< TypeSourceInfo * > Types, ArrayRef< Expr * > Exprs) | clang::TreeTransform< Derived > | [inline] |
| RebuildGotoStmt(SourceLocation GotoLoc, SourceLocation LabelLoc, LabelDecl *Label) | clang::TreeTransform< Derived > | [inline] |
| RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond, VarDecl *CondVar, Stmt *Then, SourceLocation ElseLoc, Stmt *Else) | clang::TreeTransform< Derived > | [inline] |
| RebuildImplicitValueInitExpr(QualType T) | clang::TreeTransform< Derived > | [inline] |
| RebuildIncompleteArrayType(QualType ElementType, ArrayType::ArraySizeModifier SizeMod, unsigned IndexTypeQuals, SourceRange BracketsRange) | clang::TreeTransform< Derived > | |
| RebuildIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, Expr *Target) | clang::TreeTransform< Derived > | [inline] |
| RebuildInitList(SourceLocation LBraceLoc, MultiExprArg Inits, SourceLocation RBraceLoc, QualType ResultTy) | clang::TreeTransform< Derived > | [inline] |
| RebuildLabelStmt(SourceLocation IdentLoc, LabelDecl *L, SourceLocation ColonLoc, Stmt *SubStmt) | clang::TreeTransform< Derived > | [inline] |
| RebuildMemberExpr(Expr *Base, SourceLocation OpLoc, bool isArrow, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &MemberNameInfo, ValueDecl *Member, NamedDecl *FoundDecl, const TemplateArgumentListInfo *ExplicitTemplateArgs, NamedDecl *FirstQualifierInScope) | clang::TreeTransform< Derived > | [inline] |
| RebuildMemberPointerType(QualType PointeeType, QualType ClassType, SourceLocation Sigil) | clang::TreeTransform< Derived > | |
| RebuildMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, ArrayRef< Token > AsmToks, StringRef AsmString, unsigned NumOutputs, unsigned NumInputs, ArrayRef< StringRef > Constraints, ArrayRef< StringRef > Clobbers, ArrayRef< Expr * > Exprs, SourceLocation EndLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, Stmt *Nested) | clang::TreeTransform< Derived > | [inline] |
| RebuildObjCArrayLiteral(SourceRange Range, Expr **Elements, unsigned NumElements) | clang::TreeTransform< Derived > | [inline] |
| RebuildObjCAtCatchStmt(SourceLocation AtLoc, SourceLocation RParenLoc, VarDecl *Var, Stmt *Body) | clang::TreeTransform< Derived > | [inline] |
| RebuildObjCAtFinallyStmt(SourceLocation AtLoc, Stmt *Body) | clang::TreeTransform< Derived > | [inline] |
| RebuildObjCAtSynchronizedOperand(SourceLocation atLoc, Expr *object) | clang::TreeTransform< Derived > | [inline] |
| RebuildObjCAtSynchronizedStmt(SourceLocation AtLoc, Expr *Object, Stmt *Body) | clang::TreeTransform< Derived > | [inline] |
| RebuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Operand) | clang::TreeTransform< Derived > | [inline] |
| RebuildObjCAtTryStmt(SourceLocation AtLoc, Stmt *TryBody, MultiStmtArg CatchStmts, Stmt *Finally) | clang::TreeTransform< Derived > | [inline] |
| RebuildObjCAutoreleasePoolStmt(SourceLocation AtLoc, Stmt *Body) | clang::TreeTransform< Derived > | [inline] |
| RebuildObjCBoxedExpr(SourceRange SR, Expr *ValueExpr) | clang::TreeTransform< Derived > | [inline] |
| RebuildObjCDictionaryLiteral(SourceRange Range, ObjCDictionaryElement *Elements, unsigned NumElements) | clang::TreeTransform< Derived > | [inline] |
| RebuildObjCEncodeExpr(SourceLocation AtLoc, TypeSourceInfo *EncodeTypeInfo, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, TypeSourceInfo *TInfo, QualType T) | clang::TreeTransform< Derived > | [inline] |
| RebuildObjCForCollectionStmt(SourceLocation ForLoc, Stmt *Element, Expr *Collection, SourceLocation RParenLoc, Stmt *Body) | clang::TreeTransform< Derived > | [inline] |
| RebuildObjCIsaExpr(Expr *BaseArg, SourceLocation IsaLoc, SourceLocation OpLoc, bool IsArrow) | clang::TreeTransform< Derived > | [inline] |
| RebuildObjCIvarRefExpr(Expr *BaseArg, ObjCIvarDecl *Ivar, SourceLocation IvarLoc, bool IsArrow, bool IsFreeIvar) | clang::TreeTransform< Derived > | [inline] |
| RebuildObjCMessageExpr(TypeSourceInfo *ReceiverTypeInfo, Selector Sel, ArrayRef< SourceLocation > SelectorLocs, ObjCMethodDecl *Method, SourceLocation LBracLoc, MultiExprArg Args, SourceLocation RBracLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildObjCMessageExpr(Expr *Receiver, Selector Sel, ArrayRef< SourceLocation > SelectorLocs, ObjCMethodDecl *Method, SourceLocation LBracLoc, MultiExprArg Args, SourceLocation RBracLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildObjCPropertyRefExpr(Expr *BaseArg, ObjCPropertyDecl *Property, SourceLocation PropertyLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildObjCPropertyRefExpr(Expr *Base, QualType T, ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, SourceLocation PropertyLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildObjCSubscriptRefExpr(SourceLocation RB, Expr *Base, Expr *Key, ObjCMethodDecl *getterMethod, ObjCMethodDecl *setterMethod) | clang::TreeTransform< Derived > | [inline] |
| RebuildOffsetOfExpr(SourceLocation OperatorLoc, TypeSourceInfo *Type, Sema::OffsetOfComponent *Components, unsigned NumComponents, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildOMPAlignedClause(ArrayRef< Expr * > VarList, Expr *Alignment, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildOMPCollapseClause(Expr *Num, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildOMPCopyinClause(ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildOMPCopyprivateClause(ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildOMPDefaultClause(OpenMPDefaultClauseKind Kind, SourceLocation KindKwLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildOMPExecutableDirective(OpenMPDirectiveKind Kind, DeclarationNameInfo DirName, ArrayRef< OMPClause * > Clauses, Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildOMPFinalClause(Expr *Condition, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildOMPFirstprivateClause(ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildOMPFlushClause(ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildOMPIfClause(Expr *Condition, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildOMPLastprivateClause(ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildOMPLinearClause(ArrayRef< Expr * > VarList, Expr *Step, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildOMPNumThreadsClause(Expr *NumThreads, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildOMPPrivateClause(ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildOMPProcBindClause(OpenMPProcBindClauseKind Kind, SourceLocation KindKwLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildOMPReductionClause(ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId) | clang::TreeTransform< Derived > | [inline] |
| RebuildOMPSafelenClause(Expr *Len, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildOMPScheduleClause(OpenMPScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation KindLoc, SourceLocation CommaLoc, SourceLocation EndLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildOMPSharedClause(ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildPackExpansion(TemplateArgumentLoc Pattern, SourceLocation EllipsisLoc, Optional< unsigned > NumExpansions) | clang::TreeTransform< Derived > | [inline] |
| RebuildPackExpansion(Expr *Pattern, SourceLocation EllipsisLoc, Optional< unsigned > NumExpansions) | clang::TreeTransform< Derived > | [inline] |
| RebuildPackExpansionType(QualType Pattern, SourceRange PatternRange, SourceLocation EllipsisLoc, Optional< unsigned > NumExpansions) | clang::TreeTransform< Derived > | [inline] |
| RebuildParenExpr(Expr *SubExpr, SourceLocation LParen, SourceLocation RParen) | clang::TreeTransform< Derived > | [inline] |
| RebuildParenListExpr(SourceLocation LParenLoc, MultiExprArg SubExprs, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildParenType(QualType InnerType) | clang::TreeTransform< Derived > | [inline] |
| RebuildPointerType(QualType PointeeType, SourceLocation Sigil) | clang::TreeTransform< Derived > | |
| RebuildPredefinedExpr(SourceLocation Loc, PredefinedExpr::IdentType IT) | clang::TreeTransform< Derived > | [inline] |
| RebuildRecordType(RecordDecl *Record) | clang::TreeTransform< Derived > | [inline] |
| RebuildReferenceType(QualType ReferentType, bool LValue, SourceLocation Sigil) | clang::TreeTransform< Derived > | |
| RebuildReturnStmt(SourceLocation ReturnLoc, Expr *Result) | clang::TreeTransform< Derived > | [inline] |
| RebuildSEHExceptStmt(SourceLocation Loc, Expr *FilterExpr, Stmt *Block) | clang::TreeTransform< Derived > | [inline] |
| RebuildSEHFinallyStmt(SourceLocation Loc, Stmt *Block) | clang::TreeTransform< Derived > | [inline] |
| RebuildSEHTryStmt(bool IsCXXTry, SourceLocation TryLoc, Stmt *TryBlock, Stmt *Handler) | clang::TreeTransform< Derived > | [inline] |
| RebuildShuffleVectorExpr(SourceLocation BuiltinLoc, MultiExprArg SubExprs, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, SourceLocation PackLoc, SourceLocation RParenLoc, Optional< unsigned > Length) | clang::TreeTransform< Derived > | [inline] |
| RebuildStmtExpr(SourceLocation LParenLoc, Stmt *SubStmt, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildSwitchStmtBody(SourceLocation SwitchLoc, Stmt *Switch, Stmt *Body) | clang::TreeTransform< Derived > | [inline] |
| RebuildSwitchStmtStart(SourceLocation SwitchLoc, Expr *Cond, VarDecl *CondVar) | clang::TreeTransform< Derived > | [inline] |
| RebuildTemplateIdExpr(const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, LookupResult &R, bool RequiresADL, const TemplateArgumentListInfo *TemplateArgs) | clang::TreeTransform< Derived > | [inline] |
| RebuildTemplateName(CXXScopeSpec &SS, bool TemplateKW, TemplateDecl *Template) | clang::TreeTransform< Derived > | |
| RebuildTemplateName(CXXScopeSpec &SS, const IdentifierInfo &Name, SourceLocation NameLoc, QualType ObjectType, NamedDecl *FirstQualifierInScope) | clang::TreeTransform< Derived > | |
| RebuildTemplateName(CXXScopeSpec &SS, OverloadedOperatorKind Operator, SourceLocation NameLoc, QualType ObjectType) | clang::TreeTransform< Derived > | |
| RebuildTemplateName(TemplateTemplateParmDecl *Param, const TemplateArgument &ArgPack) | clang::TreeTransform< Derived > | [inline] |
| RebuildTemplateSpecializationType(TemplateName Template, SourceLocation TemplateLoc, TemplateArgumentListInfo &Args) | clang::TreeTransform< Derived > | |
| RebuildTypedefType(TypedefNameDecl *Typedef) | clang::TreeTransform< Derived > | [inline] |
| RebuildTypeOfExprType(Expr *Underlying, SourceLocation Loc) | clang::TreeTransform< Derived > | |
| RebuildTypeOfType(QualType Underlying) | clang::TreeTransform< Derived > | |
| RebuildTypeTrait(TypeTrait Trait, SourceLocation StartLoc, ArrayRef< TypeSourceInfo * > Args, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildUnaryExprOrTypeTrait(TypeSourceInfo *TInfo, SourceLocation OpLoc, UnaryExprOrTypeTrait ExprKind, SourceRange R) | clang::TreeTransform< Derived > | [inline] |
| RebuildUnaryExprOrTypeTrait(Expr *SubExpr, SourceLocation OpLoc, UnaryExprOrTypeTrait ExprKind, SourceRange R) | clang::TreeTransform< Derived > | [inline] |
| RebuildUnaryOperator(SourceLocation OpLoc, UnaryOperatorKind Opc, Expr *SubExpr) | clang::TreeTransform< Derived > | [inline] |
| RebuildUnaryTransformType(QualType BaseType, UnaryTransformType::UTTKind UKind, SourceLocation Loc) | clang::TreeTransform< Derived > | |
| RebuildUnresolvedMemberExpr(Expr *BaseE, QualType BaseType, SourceLocation OperatorLoc, bool IsArrow, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, LookupResult &R, const TemplateArgumentListInfo *TemplateArgs) | clang::TreeTransform< Derived > | [inline] |
| RebuildUnresolvedUsingType(Decl *D) | clang::TreeTransform< Derived > | |
| RebuildVAArgExpr(SourceLocation BuiltinLoc, Expr *SubExpr, TypeSourceInfo *TInfo, SourceLocation RParenLoc) | clang::TreeTransform< Derived > | [inline] |
| RebuildVariableArrayType(QualType ElementType, ArrayType::ArraySizeModifier SizeMod, Expr *SizeExpr, unsigned IndexTypeQuals, SourceRange BracketsRange) | clang::TreeTransform< Derived > | |
| RebuildVectorType(QualType ElementType, unsigned NumElements, VectorType::VectorKind VecKind) | clang::TreeTransform< Derived > | |
| RebuildWhileStmt(SourceLocation WhileLoc, Sema::FullExprArg Cond, VarDecl *CondVar, Stmt *Body) | clang::TreeTransform< Derived > | [inline] |
| RememberPartiallySubstitutedPack(TemplateArgument Arg) | clang::TreeTransform< Derived > | [inline] |
| SemaRef | clang::TreeTransform< Derived > | [protected] |
| setBase(SourceLocation Loc, DeclarationName Entity) | clang::TreeTransform< Derived > | [inline] |
| TransformAddressOfOperand(Expr *E) | clang::TreeTransform< Derived > | |
| TransformAttr(const Attr *S) | clang::TreeTransform< Derived > | |
| transformAttrs(Decl *Old, Decl *New) | clang::TreeTransform< Derived > | [inline] |
| TransformCompoundStmt(CompoundStmt *S, bool IsStmtExpr) | clang::TreeTransform< Derived > | |
| TransformCXXNamedCastExpr(CXXNamedCastExpr *E) | clang::TreeTransform< Derived > | |
| TransformDecl(SourceLocation Loc, Decl *D) | clang::TreeTransform< Derived > | [inline] |
| TransformDeclarationNameInfo(const DeclarationNameInfo &NameInfo) | clang::TreeTransform< Derived > | |
| TransformDefinition(SourceLocation Loc, Decl *D) | clang::TreeTransform< Derived > | [inline] |
| TransformDependentScopeDeclRefExpr(DependentScopeDeclRefExpr *E, bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) | clang::TreeTransform< Derived > | |
| TransformDependentTemplateSpecializationType(TypeLocBuilder &TLB, DependentTemplateSpecializationTypeLoc TL, TemplateName Template, CXXScopeSpec &SS) | clang::TreeTransform< Derived > | |
| TransformDependentTemplateSpecializationType(TypeLocBuilder &TLB, DependentTemplateSpecializationTypeLoc TL, NestedNameSpecifierLoc QualifierLoc) | clang::TreeTransform< Derived > | |
| transformedLocalDecl(Decl *Old, Decl *New) | clang::TreeTransform< Derived > | [inline] |
| TransformedLocalDecls | clang::TreeTransform< Derived > | [protected] |
| TransformExceptionSpec(SourceLocation Loc, FunctionProtoType::ExceptionSpecInfo &ESI, SmallVectorImpl< QualType > &Exceptions, bool &Changed) | clang::TreeTransform< Derived > | |
| TransformExpr(Expr *E) | clang::TreeTransform< Derived > | |
| TransformExprs(Expr **Inputs, unsigned NumInputs, bool IsCall, SmallVectorImpl< Expr * > &Outputs, bool *ArgChanged=nullptr) | clang::TreeTransform< Derived > | |
| TransformFirstQualifierInScope(NamedDecl *D, SourceLocation Loc) | clang::TreeTransform< Derived > | [inline] |
| TransformFunctionProtoType(TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, CXXRecordDecl *ThisContext, unsigned ThisTypeQuals, Fn TransformExceptionSpec) | clang::TreeTransform< Derived > | |
| TransformFunctionProtoType(TypeLocBuilder &TLB, FunctionProtoTypeLoc TL) | clang::TreeTransform< Derived > | |
| TransformFunctionTypeParam(ParmVarDecl *OldParm, int indexAdjustment, Optional< unsigned > NumExpansions, bool ExpectParameterPack) | clang::TreeTransform< Derived > | |
| TransformFunctionTypeParams(SourceLocation Loc, ParmVarDecl **Params, unsigned NumParams, const QualType *ParamTypes, SmallVectorImpl< QualType > &PTypes, SmallVectorImpl< ParmVarDecl * > *PVars) | clang::TreeTransform< Derived > | |
| TransformInitializer(Expr *Init, bool NotCopyInit) | clang::TreeTransform< Derived > | |
| TransformLambdaScope(LambdaExpr *E, CXXMethodDecl *CallOperator, ArrayRef< InitCaptureInfoTy > InitCaptureExprsAndTypes) | clang::TreeTransform< Derived > | |
| TransformNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS, QualType ObjectType=QualType(), NamedDecl *FirstQualifierInScope=nullptr) | clang::TreeTransform< Derived > | |
| TransformOMPClause(OMPClause *S) | clang::TreeTransform< Derived > | |
| TransformOMPExecutableDirective(OMPExecutableDirective *S) | clang::TreeTransform< Derived > | |
| TransformParenDependentScopeDeclRefExpr(ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) | clang::TreeTransform< Derived > | |
| TransformReferenceType(TypeLocBuilder &TLB, ReferenceTypeLoc TL) | clang::TreeTransform< Derived > | |
| TransformSEHHandler(Stmt *Handler) | clang::TreeTransform< Derived > | |
| TransformStmt(Stmt *S) | clang::TreeTransform< Derived > | |
| TransformTemplateArgument(const TemplateArgumentLoc &Input, TemplateArgumentLoc &Output) | clang::TreeTransform< Derived > | |
| TransformTemplateArguments(const TemplateArgumentLoc *Inputs, unsigned NumInputs, TemplateArgumentListInfo &Outputs) | clang::TreeTransform< Derived > | [inline] |
| TransformTemplateArguments(InputIterator First, InputIterator Last, TemplateArgumentListInfo &Outputs) | clang::TreeTransform< Derived > | |
| TransformTemplateName(CXXScopeSpec &SS, TemplateName Name, SourceLocation NameLoc, QualType ObjectType=QualType(), NamedDecl *FirstQualifierInScope=nullptr) | clang::TreeTransform< Derived > | |
| TransformTemplateParameterList(TemplateParameterList *TPL) | clang::TreeTransform< Derived > | [inline] |
| TransformTemplateSpecializationType(TypeLocBuilder &TLB, TemplateSpecializationTypeLoc TL, TemplateName Template) | clang::TreeTransform< Derived > | |
| TransformType(QualType T) | clang::TreeTransform< Derived > | |
| TransformType(TypeSourceInfo *DI) | clang::TreeTransform< Derived > | |
| TransformType(TypeLocBuilder &TLB, TypeLoc TL) | clang::TreeTransform< Derived > | |
| TreeTransform(Sema &SemaRef) | clang::TreeTransform< Derived > | [inline] |
| TryExpandParameterPacks(SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef< UnexpandedParameterPack > Unexpanded, bool &ShouldExpand, bool &RetainExpansion, Optional< unsigned > &NumExpansions) | clang::TreeTransform< Derived > | [inline] |