clang 20.0.0git
|
A semantic tree transformation that allows one to transform one abstract syntax tree into another. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/Sema/TreeTransform.h"
Classes | |
class | TemporaryBase |
RAII object that temporarily sets the base location and entity used for reporting diagnostics in types. More... | |
Public Types | |
enum | StmtDiscardKind { SDK_Discarded , SDK_NotDiscarded , SDK_StmtExprResult } |
The reason why the value of a statement is not discarded, if any. More... | |
Public Member Functions | |
TreeTransform (Sema &SemaRef) | |
Initializes a new tree transformer. | |
Derived & | getDerived () |
Retrieves a reference to the derived class. | |
const Derived & | getDerived () const |
Retrieves a reference to the derived class. | |
Sema & | getSema () const |
Retrieves a reference to the semantic analysis object used for this tree transform. | |
bool | AlwaysRebuild () |
Whether the transformation should always rebuild AST nodes, even if none of the children have changed. | |
bool | ReplacingOriginal () |
Whether the transformation is forming an expression or statement that replaces the original. | |
bool | AllowSkippingCXXConstructExpr () |
Wether CXXConstructExpr can be skipped when they are implicit. | |
SourceLocation | getBaseLocation () |
Returns the location of the entity being transformed, if that information was not available elsewhere in the AST. | |
DeclarationName | getBaseEntity () |
Returns the name of the entity being transformed, if that information was not available elsewhere in the AST. | |
void | setBase (SourceLocation Loc, DeclarationName Entity) |
Sets the "base" location and entity when that information is known based on another transformation. | |
bool | AlreadyTransformed (QualType T) |
Determine whether the given type T has already been transformed. | |
unsigned | TransformTemplateDepth (unsigned Depth) |
Transform a template parameter depth level. | |
bool | DropCallArgument (Expr *E) |
Determine whether the given call argument should be dropped, e.g., because it is a default argument. | |
bool | TryExpandParameterPacks (SourceLocation EllipsisLoc, SourceRange PatternRange, ArrayRef< UnexpandedParameterPack > Unexpanded, bool &ShouldExpand, bool &RetainExpansion, std::optional< unsigned > &NumExpansions) |
Determine whether we should expand a pack expansion with the given set of parameter packs into separate arguments by repeatedly transforming the pattern. | |
TemplateArgument | ForgetPartiallySubstitutedPack () |
"Forget" about the partially-substituted pack template argument, when performing an instantiation that must preserve the parameter pack use. | |
void | RememberPartiallySubstitutedPack (TemplateArgument Arg) |
"Remember" the partially-substituted pack template argument after performing an instantiation that must preserve the parameter pack use. | |
void | ExpandingFunctionParameterPack (ParmVarDecl *Pack) |
Note to the derived class when a function parameter pack is being expanded. | |
QualType | TransformType (QualType T) |
Transforms the given type into another type. | |
TypeSourceInfo * | TransformType (TypeSourceInfo *DI) |
Transforms the given type-with-location into a new type-with-location. | |
QualType | TransformType (TypeLocBuilder &TLB, TypeLoc TL) |
Transform the given type-with-location into a new type, collecting location information in the given builder as necessary. | |
StmtResult | TransformStmt (Stmt *S, StmtDiscardKind SDK=SDK_Discarded) |
Transform the given statement. | |
OMPClause * | TransformOMPClause (OMPClause *S) |
Transform the given statement. | |
const Attr * | TransformAttr (const Attr *S) |
Transform the given attribute. | |
const Attr * | TransformStmtAttr (const Stmt *OrigS, const Stmt *InstS, const Attr *A) |
ExprResult | TransformExpr (Expr *E) |
Transform the given expression. | |
ExprResult | TransformInitializer (Expr *Init, bool NotCopyInit) |
Transform the given initializer. | |
bool | TransformExprs (Expr *const *Inputs, unsigned NumInputs, bool IsCall, SmallVectorImpl< Expr * > &Outputs, bool *ArgChanged=nullptr) |
Transform the given list of expressions. | |
Decl * | TransformDecl (SourceLocation Loc, Decl *D) |
Transform the given declaration, which is referenced from a type or expression. | |
Sema::ConditionResult | TransformCondition (SourceLocation Loc, VarDecl *Var, Expr *Expr, Sema::ConditionKind Kind) |
Transform the specified condition. | |
void | transformAttrs (Decl *Old, Decl *New) |
Transform the attributes associated with the given declaration and place them on the new declaration. | |
void | transformedLocalDecl (Decl *Old, ArrayRef< Decl * > New) |
Note that a local declaration has been transformed by this transformer. | |
Decl * | TransformDefinition (SourceLocation Loc, Decl *D) |
Transform the definition of the given declaration. | |
NamedDecl * | TransformFirstQualifierInScope (NamedDecl *D, SourceLocation Loc) |
Transform the given declaration, which was the first part of a nested-name-specifier in a member access expression. | |
bool | TransformOverloadExprDecls (OverloadExpr *Old, bool RequiresADL, LookupResult &R) |
Transform the set of declarations in an OverloadExpr. | |
NestedNameSpecifierLoc | TransformNestedNameSpecifierLoc (NestedNameSpecifierLoc NNS, QualType ObjectType=QualType(), NamedDecl *FirstQualifierInScope=nullptr) |
Transform the given nested-name-specifier with source-location information. | |
DeclarationNameInfo | TransformDeclarationNameInfo (const DeclarationNameInfo &NameInfo) |
Transform the given declaration name. | |
bool | TransformRequiresExprRequirements (ArrayRef< concepts::Requirement * > Reqs, llvm::SmallVectorImpl< concepts::Requirement * > &Transformed) |
concepts::TypeRequirement * | TransformTypeRequirement (concepts::TypeRequirement *Req) |
concepts::ExprRequirement * | TransformExprRequirement (concepts::ExprRequirement *Req) |
concepts::NestedRequirement * | TransformNestedRequirement (concepts::NestedRequirement *Req) |
TemplateName | TransformTemplateName (CXXScopeSpec &SS, TemplateName Name, SourceLocation NameLoc, QualType ObjectType=QualType(), NamedDecl *FirstQualifierInScope=nullptr, bool AllowInjectedClassName=false) |
Transform the given template name. | |
bool | TransformTemplateArgument (const TemplateArgumentLoc &Input, TemplateArgumentLoc &Output, bool Uneval=false) |
Transform the given template argument. | |
bool | TransformTemplateArguments (const TemplateArgumentLoc *Inputs, unsigned NumInputs, TemplateArgumentListInfo &Outputs, bool Uneval=false) |
Transform the given set of template arguments. | |
template<typename InputIterator > | |
bool | TransformTemplateArguments (InputIterator First, InputIterator Last, TemplateArgumentListInfo &Outputs, bool Uneval=false) |
Transform the given set of template arguments. | |
void | InventTemplateArgumentLoc (const TemplateArgument &Arg, TemplateArgumentLoc &ArgLoc) |
Fakes up a TemplateArgumentLoc for a given TemplateArgument. | |
TypeSourceInfo * | InventTypeSourceInfo (QualType T) |
Fakes up a TypeSourceInfo for a type. | |
QualType | TransformTemplateTypeParmType (TypeLocBuilder &TLB, TemplateTypeParmTypeLoc TL, bool SuppressObjCLifetime) |
QualType | TransformSubstTemplateTypeParmPackType (TypeLocBuilder &TLB, SubstTemplateTypeParmPackTypeLoc TL, bool SuppressObjCLifetime) |
template<typename Fn > | |
QualType | TransformFunctionProtoType (TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, CXXRecordDecl *ThisContext, Qualifiers ThisTypeQuals, Fn TransformExceptionSpec) |
template<typename Fn > | |
QualType | TransformAttributedType (TypeLocBuilder &TLB, AttributedTypeLoc TL, Fn TransformModifiedType) |
bool | TransformExceptionSpec (SourceLocation Loc, FunctionProtoType::ExceptionSpecInfo &ESI, SmallVectorImpl< QualType > &Exceptions, bool &Changed) |
StmtResult | TransformSEHHandler (Stmt *Handler) |
QualType | TransformTemplateSpecializationType (TypeLocBuilder &TLB, TemplateSpecializationTypeLoc TL, TemplateName Template) |
QualType | TransformDependentTemplateSpecializationType (TypeLocBuilder &TLB, DependentTemplateSpecializationTypeLoc TL, TemplateName Template, CXXScopeSpec &SS) |
QualType | TransformDependentTemplateSpecializationType (TypeLocBuilder &TLB, DependentTemplateSpecializationTypeLoc TL, NestedNameSpecifierLoc QualifierLoc) |
bool | TransformFunctionTypeParams (SourceLocation Loc, ArrayRef< ParmVarDecl * > Params, const QualType *ParamTypes, const FunctionProtoType::ExtParameterInfo *ParamInfos, SmallVectorImpl< QualType > &PTypes, SmallVectorImpl< ParmVarDecl * > *PVars, Sema::ExtParameterInfoBuilder &PInfos, unsigned *LastParamTransformed) |
Transforms the parameters of a function type into the given vectors. | |
bool | TransformFunctionTypeParams (SourceLocation Loc, ArrayRef< ParmVarDecl * > Params, const QualType *ParamTypes, const FunctionProtoType::ExtParameterInfo *ParamInfos, SmallVectorImpl< QualType > &PTypes, SmallVectorImpl< ParmVarDecl * > *PVars, Sema::ExtParameterInfoBuilder &PInfos) |
ExprResult | TransformRequiresTypeParams (SourceLocation KWLoc, SourceLocation RBraceLoc, const RequiresExpr *RE, RequiresExprBodyDecl *Body, ArrayRef< ParmVarDecl * > Params, SmallVectorImpl< QualType > &PTypes, SmallVectorImpl< ParmVarDecl * > &TransParams, Sema::ExtParameterInfoBuilder &PInfos) |
Transforms the parameters of a requires expresison into the given vectors. | |
ParmVarDecl * | TransformFunctionTypeParam (ParmVarDecl *OldParm, int indexAdjustment, std::optional< unsigned > NumExpansions, bool ExpectParameterPack) |
Transforms a single function-type parameter. | |
StmtResult | TransformLambdaBody (LambdaExpr *E, Stmt *Body) |
Transform the body of a lambda-expression. | |
StmtResult | SkipLambdaBody (LambdaExpr *E, Stmt *Body) |
Alternative implementation of TransformLambdaBody that skips transforming the body. | |
CXXRecordDecl::LambdaDependencyKind | ComputeLambdaDependency (LambdaScopeInfo *LSI) |
QualType | TransformReferenceType (TypeLocBuilder &TLB, ReferenceTypeLoc TL) |
Transforms a reference type. | |
StmtResult | TransformCompoundStmt (CompoundStmt *S, bool IsStmtExpr) |
ExprResult | TransformCXXNamedCastExpr (CXXNamedCastExpr *E) |
TemplateParameterList * | TransformTemplateParameterList (TemplateParameterList *TPL) |
ExprResult | TransformAddressOfOperand (Expr *E) |
The operand of a unary address-of operator has special rules: it's allowed to refer to a non-static member of a class even if there's no 'this' object available. | |
ExprResult | TransformDependentScopeDeclRefExpr (DependentScopeDeclRefExpr *E, bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) |
ExprResult | TransformParenDependentScopeDeclRefExpr (ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) |
ExprResult | TransformUnresolvedLookupExpr (UnresolvedLookupExpr *E, bool IsAddressOfOperand) |
StmtResult | TransformOMPExecutableDirective (OMPExecutableDirective *S) |
StmtResult | TransformOMPInformationalDirective (OMPExecutableDirective *S) |
This is mostly the same as above, but allows 'informational' class directives when rebuilding the stmt. | |
QualType | RebuildQualifiedType (QualType T, QualifiedTypeLoc TL) |
Build a new qualified type given its unqualified type and type location. | |
QualType | RebuildPointerType (QualType PointeeType, SourceLocation Sigil) |
Build a new pointer type given its pointee type. | |
QualType | RebuildBlockPointerType (QualType PointeeType, SourceLocation Sigil) |
Build a new block pointer type given its pointee type. | |
QualType | RebuildReferenceType (QualType ReferentType, bool LValue, SourceLocation Sigil) |
Build a new reference type given the type it references. | |
QualType | RebuildMemberPointerType (QualType PointeeType, QualType ClassType, SourceLocation Sigil) |
Build a new member pointer type given the pointee type and the class type it refers into. | |
QualType | RebuildObjCTypeParamType (const ObjCTypeParamDecl *Decl, SourceLocation ProtocolLAngleLoc, ArrayRef< ObjCProtocolDecl * > Protocols, ArrayRef< SourceLocation > ProtocolLocs, SourceLocation ProtocolRAngleLoc) |
QualType | RebuildObjCObjectType (QualType BaseType, SourceLocation Loc, SourceLocation TypeArgsLAngleLoc, ArrayRef< TypeSourceInfo * > TypeArgs, SourceLocation TypeArgsRAngleLoc, SourceLocation ProtocolLAngleLoc, ArrayRef< ObjCProtocolDecl * > Protocols, ArrayRef< SourceLocation > ProtocolLocs, SourceLocation ProtocolRAngleLoc) |
Build an Objective-C object type. | |
QualType | RebuildObjCObjectPointerType (QualType PointeeType, SourceLocation Star) |
Build a new Objective-C object pointer type given the pointee type. | |
QualType | RebuildArrayType (QualType ElementType, ArraySizeModifier SizeMod, const llvm::APInt *Size, Expr *SizeExpr, unsigned IndexTypeQuals, SourceRange BracketsRange) |
Build a new array type given the element type, size modifier, size of the array (if known), size expression, and index type qualifiers. | |
QualType | RebuildConstantArrayType (QualType ElementType, ArraySizeModifier SizeMod, const llvm::APInt &Size, Expr *SizeExpr, unsigned IndexTypeQuals, SourceRange BracketsRange) |
Build a new constant array type given the element type, size modifier, (known) size of the array, and index type qualifiers. | |
QualType | RebuildIncompleteArrayType (QualType ElementType, ArraySizeModifier SizeMod, unsigned IndexTypeQuals, SourceRange BracketsRange) |
Build a new incomplete array type given the element type, size modifier, and index type qualifiers. | |
QualType | RebuildVariableArrayType (QualType ElementType, ArraySizeModifier SizeMod, Expr *SizeExpr, unsigned IndexTypeQuals, SourceRange BracketsRange) |
Build a new variable-length array type given the element type, size modifier, size expression, and index type qualifiers. | |
QualType | RebuildDependentSizedArrayType (QualType ElementType, ArraySizeModifier SizeMod, Expr *SizeExpr, unsigned IndexTypeQuals, SourceRange BracketsRange) |
Build a new dependent-sized array type given the element type, size modifier, size expression, and index type qualifiers. | |
QualType | RebuildVectorType (QualType ElementType, unsigned NumElements, VectorKind VecKind) |
Build a new vector type given the element type and number of elements. | |
QualType | RebuildDependentVectorType (QualType ElementType, Expr *SizeExpr, SourceLocation AttributeLoc, VectorKind) |
Build a new potentially dependently-sized extended vector type given the element type and number of elements. | |
QualType | RebuildExtVectorType (QualType ElementType, unsigned NumElements, SourceLocation AttributeLoc) |
Build a new extended vector type given the element type and number of elements. | |
QualType | RebuildDependentSizedExtVectorType (QualType ElementType, Expr *SizeExpr, SourceLocation AttributeLoc) |
Build a new potentially dependently-sized extended vector type given the element type and number of elements. | |
QualType | RebuildConstantMatrixType (QualType ElementType, unsigned NumRows, unsigned NumColumns) |
Build a new matrix type given the element type and dimensions. | |
QualType | RebuildDependentSizedMatrixType (QualType ElementType, Expr *RowExpr, Expr *ColumnExpr, SourceLocation AttributeLoc) |
Build a new matrix type given the type and dependently-defined dimensions. | |
QualType | RebuildDependentAddressSpaceType (QualType PointeeType, Expr *AddrSpaceExpr, SourceLocation AttributeLoc) |
Build a new DependentAddressSpaceType or return the pointee type variable with the correct address space (retrieved from AddrSpaceExpr) applied to it. | |
QualType | RebuildFunctionProtoType (QualType T, MutableArrayRef< QualType > ParamTypes, const FunctionProtoType::ExtProtoInfo &EPI) |
Build a new function type. | |
QualType | RebuildFunctionNoProtoType (QualType ResultType) |
Build a new unprototyped function type. | |
QualType | RebuildUnresolvedUsingType (SourceLocation NameLoc, Decl *D) |
Rebuild an unresolved typename type, given the decl that the UnresolvedUsingTypenameDecl was transformed to. | |
QualType | RebuildUsingType (UsingShadowDecl *Found, QualType Underlying) |
Build a new type found via an alias. | |
QualType | RebuildTypedefType (TypedefNameDecl *Typedef) |
Build a new typedef type. | |
QualType | RebuildMacroQualifiedType (QualType T, const IdentifierInfo *MacroII) |
Build a new MacroDefined type. | |
QualType | RebuildRecordType (RecordDecl *Record) |
Build a new class/struct/union type. | |
QualType | RebuildEnumType (EnumDecl *Enum) |
Build a new Enum type. | |
QualType | RebuildTypeOfExprType (Expr *Underlying, SourceLocation Loc, TypeOfKind Kind) |
Build a new typeof(expr) type. | |
QualType | RebuildTypeOfType (QualType Underlying, TypeOfKind Kind) |
Build a new typeof(type) type. | |
QualType | RebuildUnaryTransformType (QualType BaseType, UnaryTransformType::UTTKind UKind, SourceLocation Loc) |
Build a new unary transform type. | |
QualType | RebuildDecltypeType (Expr *Underlying, SourceLocation Loc) |
Build a new C++11 decltype type. | |
QualType | RebuildPackIndexingType (QualType Pattern, Expr *IndexExpr, SourceLocation Loc, SourceLocation EllipsisLoc, bool FullySubstituted, ArrayRef< QualType > Expansions={}) |
QualType | RebuildAutoType (QualType Deduced, AutoTypeKeyword Keyword, ConceptDecl *TypeConstraintConcept, ArrayRef< TemplateArgument > TypeConstraintArgs) |
Build a new C++11 auto type. | |
QualType | RebuildDeducedTemplateSpecializationType (TemplateName Template, QualType Deduced) |
By default, builds a new DeducedTemplateSpecializationType with the given deduced type. | |
QualType | RebuildTemplateSpecializationType (TemplateName Template, SourceLocation TemplateLoc, TemplateArgumentListInfo &Args) |
Build a new template specialization type. | |
QualType | RebuildParenType (QualType InnerType) |
Build a new parenthesized type. | |
QualType | RebuildElaboratedType (SourceLocation KeywordLoc, ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, QualType Named) |
Build a new qualified name type. | |
QualType | RebuildDependentTemplateSpecializationType (ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const IdentifierInfo *Name, SourceLocation NameLoc, TemplateArgumentListInfo &Args, bool AllowInjectedClassName) |
Build a new typename type that refers to a template-id. | |
QualType | RebuildDependentNameType (ElaboratedTypeKeyword Keyword, SourceLocation KeywordLoc, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo *Id, SourceLocation IdLoc, bool DeducedTSTContext) |
Build a new typename type that refers to an identifier. | |
QualType | RebuildPackExpansionType (QualType Pattern, SourceRange PatternRange, SourceLocation EllipsisLoc, std::optional< unsigned > NumExpansions) |
Build a new pack expansion type. | |
QualType | RebuildAtomicType (QualType ValueType, SourceLocation KWLoc) |
Build a new atomic type given its value type. | |
QualType | RebuildPipeType (QualType ValueType, SourceLocation KWLoc, bool isReadPipe) |
Build a new pipe type given its value type. | |
QualType | RebuildBitIntType (bool IsUnsigned, unsigned NumBits, SourceLocation Loc) |
Build a bit-precise int given its value type. | |
QualType | RebuildDependentBitIntType (bool IsUnsigned, Expr *NumBitsExpr, SourceLocation Loc) |
Build a dependent bit-precise int given its value type. | |
TemplateName | RebuildTemplateName (CXXScopeSpec &SS, bool TemplateKW, TemplateDecl *Template) |
Build a new template name given a nested name specifier, a flag indicating whether the "template" keyword was provided, and the template that the template name refers to. | |
TemplateName | RebuildTemplateName (CXXScopeSpec &SS, SourceLocation TemplateKWLoc, const IdentifierInfo &Name, SourceLocation NameLoc, QualType ObjectType, NamedDecl *FirstQualifierInScope, bool AllowInjectedClassName) |
Build a new template name given a nested name specifier and the name that is referred to as a template. | |
TemplateName | RebuildTemplateName (CXXScopeSpec &SS, SourceLocation TemplateKWLoc, OverloadedOperatorKind Operator, SourceLocation NameLoc, QualType ObjectType, bool AllowInjectedClassName) |
Build a new template name given a nested name specifier and the overloaded operator name that is referred to as a template. | |
TemplateName | RebuildTemplateName (const TemplateArgument &ArgPack, Decl *AssociatedDecl, unsigned Index, bool Final) |
Build a new template name given a template template parameter pack and the. | |
StmtResult | RebuildCompoundStmt (SourceLocation LBraceLoc, MultiStmtArg Statements, SourceLocation RBraceLoc, bool IsStmtExpr) |
Build a new compound statement. | |
StmtResult | RebuildCaseStmt (SourceLocation CaseLoc, Expr *LHS, SourceLocation EllipsisLoc, Expr *RHS, SourceLocation ColonLoc) |
Build a new case statement. | |
StmtResult | RebuildCaseStmtBody (Stmt *S, Stmt *Body) |
Attach the body to a new case statement. | |
StmtResult | RebuildDefaultStmt (SourceLocation DefaultLoc, SourceLocation ColonLoc, Stmt *SubStmt) |
Build a new default statement. | |
StmtResult | RebuildLabelStmt (SourceLocation IdentLoc, LabelDecl *L, SourceLocation ColonLoc, Stmt *SubStmt) |
Build a new label statement. | |
StmtResult | RebuildAttributedStmt (SourceLocation AttrLoc, ArrayRef< const Attr * > Attrs, Stmt *SubStmt) |
Build a new attributed statement. | |
StmtResult | RebuildIfStmt (SourceLocation IfLoc, IfStatementKind Kind, SourceLocation LParenLoc, Sema::ConditionResult Cond, SourceLocation RParenLoc, Stmt *Init, Stmt *Then, SourceLocation ElseLoc, Stmt *Else) |
Build a new "if" statement. | |
StmtResult | RebuildSwitchStmtStart (SourceLocation SwitchLoc, SourceLocation LParenLoc, Stmt *Init, Sema::ConditionResult Cond, SourceLocation RParenLoc) |
Start building a new switch statement. | |
StmtResult | RebuildSwitchStmtBody (SourceLocation SwitchLoc, Stmt *Switch, Stmt *Body) |
Attach the body to the switch statement. | |
StmtResult | RebuildWhileStmt (SourceLocation WhileLoc, SourceLocation LParenLoc, Sema::ConditionResult Cond, SourceLocation RParenLoc, Stmt *Body) |
Build a new while statement. | |
StmtResult | RebuildDoStmt (SourceLocation DoLoc, Stmt *Body, SourceLocation WhileLoc, SourceLocation LParenLoc, Expr *Cond, SourceLocation RParenLoc) |
Build a new do-while statement. | |
StmtResult | RebuildForStmt (SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *Init, Sema::ConditionResult Cond, Sema::FullExprArg Inc, SourceLocation RParenLoc, Stmt *Body) |
Build a new for statement. | |
StmtResult | RebuildGotoStmt (SourceLocation GotoLoc, SourceLocation LabelLoc, LabelDecl *Label) |
Build a new goto statement. | |
StmtResult | RebuildIndirectGotoStmt (SourceLocation GotoLoc, SourceLocation StarLoc, Expr *Target) |
Build a new indirect goto statement. | |
StmtResult | RebuildReturnStmt (SourceLocation ReturnLoc, Expr *Result) |
Build a new return statement. | |
StmtResult | RebuildDeclStmt (MutableArrayRef< Decl * > Decls, SourceLocation StartLoc, SourceLocation EndLoc) |
Build a new declaration statement. | |
StmtResult | RebuildGCCAsmStmt (SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg Constraints, MultiExprArg Exprs, Expr *AsmString, MultiExprArg Clobbers, unsigned NumLabels, SourceLocation RParenLoc) |
Build a new inline asm statement. | |
StmtResult | 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) |
Build a new MS style inline asm statement. | |
StmtResult | RebuildCoreturnStmt (SourceLocation CoreturnLoc, Expr *Result, bool IsImplicit) |
Build a new co_return statement. | |
ExprResult | RebuildCoawaitExpr (SourceLocation CoawaitLoc, Expr *Operand, UnresolvedLookupExpr *OpCoawaitLookup, bool IsImplicit) |
Build a new co_await expression. | |
ExprResult | RebuildDependentCoawaitExpr (SourceLocation CoawaitLoc, Expr *Result, UnresolvedLookupExpr *Lookup) |
Build a new co_await expression. | |
ExprResult | RebuildCoyieldExpr (SourceLocation CoyieldLoc, Expr *Result) |
Build a new co_yield expression. | |
StmtResult | RebuildCoroutineBodyStmt (CoroutineBodyStmt::CtorArgs Args) |
StmtResult | RebuildObjCAtTryStmt (SourceLocation AtLoc, Stmt *TryBody, MultiStmtArg CatchStmts, Stmt *Finally) |
Build a new Objective-C @try statement. | |
VarDecl * | RebuildObjCExceptionDecl (VarDecl *ExceptionDecl, TypeSourceInfo *TInfo, QualType T) |
Rebuild an Objective-C exception declaration. | |
StmtResult | RebuildObjCAtCatchStmt (SourceLocation AtLoc, SourceLocation RParenLoc, VarDecl *Var, Stmt *Body) |
Build a new Objective-C @catch statement. | |
StmtResult | RebuildObjCAtFinallyStmt (SourceLocation AtLoc, Stmt *Body) |
Build a new Objective-C @finally statement. | |
StmtResult | RebuildObjCAtThrowStmt (SourceLocation AtLoc, Expr *Operand) |
Build a new Objective-C @throw statement. | |
StmtResult | RebuildOMPCanonicalLoop (Stmt *LoopStmt) |
Build a new OpenMP Canonical loop. | |
StmtResult | RebuildOMPExecutableDirective (OpenMPDirectiveKind Kind, DeclarationNameInfo DirName, OpenMPDirectiveKind CancelRegion, ArrayRef< OMPClause * > Clauses, Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) |
Build a new OpenMP executable directive. | |
StmtResult | RebuildOMPInformationalDirective (OpenMPDirectiveKind Kind, DeclarationNameInfo DirName, ArrayRef< OMPClause * > Clauses, Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) |
Build a new OpenMP informational directive. | |
OMPClause * | RebuildOMPIfClause (OpenMPDirectiveKind NameModifier, Expr *Condition, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation NameModifierLoc, SourceLocation ColonLoc, SourceLocation EndLoc) |
Build a new OpenMP 'if' clause. | |
OMPClause * | RebuildOMPFinalClause (Expr *Condition, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'final' clause. | |
OMPClause * | RebuildOMPNumThreadsClause (Expr *NumThreads, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'num_threads' clause. | |
OMPClause * | RebuildOMPSafelenClause (Expr *Len, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'safelen' clause. | |
OMPClause * | RebuildOMPSimdlenClause (Expr *Len, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'simdlen' clause. | |
OMPClause * | RebuildOMPSizesClause (ArrayRef< Expr * > Sizes, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
OMPClause * | RebuildOMPFullClause (SourceLocation StartLoc, SourceLocation EndLoc) |
Build a new OpenMP 'full' clause. | |
OMPClause * | RebuildOMPPartialClause (Expr *Factor, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'partial' clause. | |
OMPClause * | RebuildOMPAllocatorClause (Expr *A, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'allocator' clause. | |
OMPClause * | RebuildOMPCollapseClause (Expr *Num, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'collapse' clause. | |
OMPClause * | RebuildOMPDefaultClause (DefaultKind Kind, SourceLocation KindKwLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'default' clause. | |
OMPClause * | RebuildOMPProcBindClause (ProcBindKind Kind, SourceLocation KindKwLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'proc_bind' clause. | |
OMPClause * | RebuildOMPScheduleClause (OpenMPScheduleClauseModifier M1, OpenMPScheduleClauseModifier M2, OpenMPScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation M1Loc, SourceLocation M2Loc, SourceLocation KindLoc, SourceLocation CommaLoc, SourceLocation EndLoc) |
Build a new OpenMP 'schedule' clause. | |
OMPClause * | RebuildOMPOrderedClause (SourceLocation StartLoc, SourceLocation EndLoc, SourceLocation LParenLoc, Expr *Num) |
Build a new OpenMP 'ordered' clause. | |
OMPClause * | RebuildOMPPrivateClause (ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'private' clause. | |
OMPClause * | RebuildOMPFirstprivateClause (ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'firstprivate' clause. | |
OMPClause * | RebuildOMPLastprivateClause (ArrayRef< Expr * > VarList, OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, SourceLocation ColonLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'lastprivate' clause. | |
OMPClause * | RebuildOMPSharedClause (ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'shared' clause. | |
OMPClause * | RebuildOMPReductionClause (ArrayRef< Expr * > VarList, OpenMPReductionClauseModifier Modifier, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ModifierLoc, SourceLocation ColonLoc, SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, ArrayRef< Expr * > UnresolvedReductions) |
Build a new OpenMP 'reduction' clause. | |
OMPClause * | RebuildOMPTaskReductionClause (ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, ArrayRef< Expr * > UnresolvedReductions) |
Build a new OpenMP 'task_reduction' clause. | |
OMPClause * | RebuildOMPInReductionClause (ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, CXXScopeSpec &ReductionIdScopeSpec, const DeclarationNameInfo &ReductionId, ArrayRef< Expr * > UnresolvedReductions) |
Build a new OpenMP 'in_reduction' clause. | |
OMPClause * | RebuildOMPLinearClause (ArrayRef< Expr * > VarList, Expr *Step, SourceLocation StartLoc, SourceLocation LParenLoc, OpenMPLinearClauseKind Modifier, SourceLocation ModifierLoc, SourceLocation ColonLoc, SourceLocation StepModifierLoc, SourceLocation EndLoc) |
Build a new OpenMP 'linear' clause. | |
OMPClause * | RebuildOMPAlignedClause (ArrayRef< Expr * > VarList, Expr *Alignment, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc) |
Build a new OpenMP 'aligned' clause. | |
OMPClause * | RebuildOMPCopyinClause (ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'copyin' clause. | |
OMPClause * | RebuildOMPCopyprivateClause (ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'copyprivate' clause. | |
OMPClause * | RebuildOMPFlushClause (ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'flush' pseudo clause. | |
OMPClause * | RebuildOMPDepobjClause (Expr *Depobj, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'depobj' pseudo clause. | |
OMPClause * | RebuildOMPDependClause (OMPDependClause::DependDataTy Data, Expr *DepModifier, ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'depend' pseudo clause. | |
OMPClause * | RebuildOMPDeviceClause (OpenMPDeviceClauseModifier Modifier, Expr *Device, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ModifierLoc, SourceLocation EndLoc) |
Build a new OpenMP 'device' clause. | |
OMPClause * | RebuildOMPMapClause (Expr *IteratorModifier, ArrayRef< OpenMPMapModifierKind > MapTypeModifiers, ArrayRef< SourceLocation > MapTypeModifiersLoc, CXXScopeSpec MapperIdScopeSpec, DeclarationNameInfo MapperId, OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, SourceLocation MapLoc, SourceLocation ColonLoc, ArrayRef< Expr * > VarList, const OMPVarListLocTy &Locs, ArrayRef< Expr * > UnresolvedMappers) |
Build a new OpenMP 'map' clause. | |
OMPClause * | RebuildOMPAllocateClause (Expr *Allocate, ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc) |
Build a new OpenMP 'allocate' clause. | |
OMPClause * | RebuildOMPNumTeamsClause (ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'num_teams' clause. | |
OMPClause * | RebuildOMPThreadLimitClause (ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'thread_limit' clause. | |
OMPClause * | RebuildOMPPriorityClause (Expr *Priority, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'priority' clause. | |
OMPClause * | RebuildOMPGrainsizeClause (OpenMPGrainsizeClauseModifier Modifier, Expr *Device, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ModifierLoc, SourceLocation EndLoc) |
Build a new OpenMP 'grainsize' clause. | |
OMPClause * | RebuildOMPNumTasksClause (OpenMPNumTasksClauseModifier Modifier, Expr *NumTasks, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ModifierLoc, SourceLocation EndLoc) |
Build a new OpenMP 'num_tasks' clause. | |
OMPClause * | RebuildOMPHintClause (Expr *Hint, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'hint' clause. | |
OMPClause * | RebuildOMPDetachClause (Expr *Evt, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'detach' clause. | |
OMPClause * | RebuildOMPDistScheduleClause (OpenMPDistScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation KindLoc, SourceLocation CommaLoc, SourceLocation EndLoc) |
Build a new OpenMP 'dist_schedule' clause. | |
OMPClause * | RebuildOMPToClause (ArrayRef< OpenMPMotionModifierKind > MotionModifiers, ArrayRef< SourceLocation > MotionModifiersLoc, CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, SourceLocation ColonLoc, ArrayRef< Expr * > VarList, const OMPVarListLocTy &Locs, ArrayRef< Expr * > UnresolvedMappers) |
Build a new OpenMP 'to' clause. | |
OMPClause * | RebuildOMPFromClause (ArrayRef< OpenMPMotionModifierKind > MotionModifiers, ArrayRef< SourceLocation > MotionModifiersLoc, CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperId, SourceLocation ColonLoc, ArrayRef< Expr * > VarList, const OMPVarListLocTy &Locs, ArrayRef< Expr * > UnresolvedMappers) |
Build a new OpenMP 'from' clause. | |
OMPClause * | RebuildOMPUseDevicePtrClause (ArrayRef< Expr * > VarList, const OMPVarListLocTy &Locs) |
Build a new OpenMP 'use_device_ptr' clause. | |
OMPClause * | RebuildOMPUseDeviceAddrClause (ArrayRef< Expr * > VarList, const OMPVarListLocTy &Locs) |
Build a new OpenMP 'use_device_addr' clause. | |
OMPClause * | RebuildOMPIsDevicePtrClause (ArrayRef< Expr * > VarList, const OMPVarListLocTy &Locs) |
Build a new OpenMP 'is_device_ptr' clause. | |
OMPClause * | RebuildOMPHasDeviceAddrClause (ArrayRef< Expr * > VarList, const OMPVarListLocTy &Locs) |
Build a new OpenMP 'has_device_addr' clause. | |
OMPClause * | RebuildOMPDefaultmapClause (OpenMPDefaultmapClauseModifier M, OpenMPDefaultmapClauseKind Kind, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc, SourceLocation KindLoc, SourceLocation EndLoc) |
Build a new OpenMP 'defaultmap' clause. | |
OMPClause * | RebuildOMPNontemporalClause (ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'nontemporal' clause. | |
OMPClause * | RebuildOMPInclusiveClause (ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'inclusive' clause. | |
OMPClause * | RebuildOMPExclusiveClause (ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'exclusive' clause. | |
OMPClause * | RebuildOMPUsesAllocatorsClause (ArrayRef< SemaOpenMP::UsesAllocatorsData > Data, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'uses_allocators' clause. | |
OMPClause * | RebuildOMPAffinityClause (SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, Expr *Modifier, ArrayRef< Expr * > Locators) |
Build a new OpenMP 'affinity' clause. | |
OMPClause * | RebuildOMPOrderClause (OpenMPOrderClauseKind Kind, SourceLocation KindKwLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, OpenMPOrderClauseModifier Modifier, SourceLocation ModifierKwLoc) |
Build a new OpenMP 'order' clause. | |
OMPClause * | RebuildOMPInitClause (Expr *InteropVar, OMPInteropInfo &InteropInfo, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation VarLoc, SourceLocation EndLoc) |
Build a new OpenMP 'init' clause. | |
OMPClause * | RebuildOMPUseClause (Expr *InteropVar, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation VarLoc, SourceLocation EndLoc) |
Build a new OpenMP 'use' clause. | |
OMPClause * | RebuildOMPDestroyClause (Expr *InteropVar, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation VarLoc, SourceLocation EndLoc) |
Build a new OpenMP 'destroy' clause. | |
OMPClause * | RebuildOMPNovariantsClause (Expr *Condition, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'novariants' clause. | |
OMPClause * | RebuildOMPNocontextClause (Expr *Condition, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'nocontext' clause. | |
OMPClause * | RebuildOMPFilterClause (Expr *ThreadID, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'filter' clause. | |
OMPClause * | RebuildOMPBindClause (OpenMPBindClauseKind Kind, SourceLocation KindLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'bind' clause. | |
OMPClause * | RebuildOMPXDynCGroupMemClause (Expr *Size, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'ompx_dyn_cgroup_mem' clause. | |
OMPClause * | RebuildOMPXAttributeClause (ArrayRef< const Attr * > Attrs, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'ompx_attribute' clause. | |
OMPClause * | RebuildOMPXBareClause (SourceLocation StartLoc, SourceLocation EndLoc) |
Build a new OpenMP 'ompx_bare' clause. | |
OMPClause * | RebuildOMPAlignClause (Expr *A, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'align' clause. | |
OMPClause * | RebuildOMPAtClause (OpenMPAtClauseKind Kind, SourceLocation KwLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'at' clause. | |
OMPClause * | RebuildOMPSeverityClause (OpenMPSeverityClauseKind Kind, SourceLocation KwLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'severity' clause. | |
OMPClause * | RebuildOMPMessageClause (Expr *MS, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'message' clause. | |
OMPClause * | RebuildOMPDoacrossClause (OpenMPDoacrossClauseModifier DepType, SourceLocation DepLoc, SourceLocation ColonLoc, ArrayRef< Expr * > VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'doacross' clause. | |
OMPClause * | RebuildOMPHoldsClause (Expr *A, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
Build a new OpenMP 'holds' clause. | |
ExprResult | RebuildObjCAtSynchronizedOperand (SourceLocation atLoc, Expr *object) |
Rebuild the operand to an Objective-C @synchronized statement. | |
StmtResult | RebuildObjCAtSynchronizedStmt (SourceLocation AtLoc, Expr *Object, Stmt *Body) |
Build a new Objective-C @synchronized statement. | |
StmtResult | RebuildObjCAutoreleasePoolStmt (SourceLocation AtLoc, Stmt *Body) |
Build a new Objective-C @autoreleasepool statement. | |
StmtResult | RebuildObjCForCollectionStmt (SourceLocation ForLoc, Stmt *Element, Expr *Collection, SourceLocation RParenLoc, Stmt *Body) |
Build a new Objective-C fast enumeration statement. | |
VarDecl * | RebuildExceptionDecl (VarDecl *ExceptionDecl, TypeSourceInfo *Declarator, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id) |
Build a new C++ exception declaration. | |
StmtResult | RebuildCXXCatchStmt (SourceLocation CatchLoc, VarDecl *ExceptionDecl, Stmt *Handler) |
Build a new C++ catch statement. | |
StmtResult | RebuildCXXTryStmt (SourceLocation TryLoc, Stmt *TryBlock, ArrayRef< Stmt * > Handlers) |
Build a new C++ try statement. | |
StmtResult | RebuildCXXForRangeStmt (SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *Init, SourceLocation ColonLoc, Stmt *Range, Stmt *Begin, Stmt *End, Expr *Cond, Expr *Inc, Stmt *LoopVar, SourceLocation RParenLoc, ArrayRef< MaterializeTemporaryExpr * > LifetimeExtendTemps) |
Build a new C++0x range-based for statement. | |
StmtResult | RebuildMSDependentExistsStmt (SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, Stmt *Nested) |
Build a new C++0x range-based for statement. | |
StmtResult | FinishCXXForRangeStmt (Stmt *ForRange, Stmt *Body) |
Attach body to a C++0x range-based for statement. | |
StmtResult | RebuildSEHTryStmt (bool IsCXXTry, SourceLocation TryLoc, Stmt *TryBlock, Stmt *Handler) |
StmtResult | RebuildSEHExceptStmt (SourceLocation Loc, Expr *FilterExpr, Stmt *Block) |
StmtResult | RebuildSEHFinallyStmt (SourceLocation Loc, Stmt *Block) |
ExprResult | RebuildSYCLUniqueStableNameExpr (SourceLocation OpLoc, SourceLocation LParen, SourceLocation RParen, TypeSourceInfo *TSI) |
ExprResult | RebuildPredefinedExpr (SourceLocation Loc, PredefinedIdentKind IK) |
Build a new predefined expression. | |
ExprResult | RebuildDeclarationNameExpr (const CXXScopeSpec &SS, LookupResult &R, bool RequiresADL) |
Build a new expression that references a declaration. | |
ExprResult | RebuildDeclRefExpr (NestedNameSpecifierLoc QualifierLoc, ValueDecl *VD, const DeclarationNameInfo &NameInfo, NamedDecl *Found, TemplateArgumentListInfo *TemplateArgs) |
Build a new expression that references a declaration. | |
ExprResult | RebuildParenExpr (Expr *SubExpr, SourceLocation LParen, SourceLocation RParen) |
Build a new expression in parentheses. | |
ExprResult | RebuildCXXPseudoDestructorExpr (Expr *Base, SourceLocation OperatorLoc, bool isArrow, CXXScopeSpec &SS, TypeSourceInfo *ScopeType, SourceLocation CCLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage Destroyed) |
Build a new pseudo-destructor expression. | |
ExprResult | RebuildUnaryOperator (SourceLocation OpLoc, UnaryOperatorKind Opc, Expr *SubExpr) |
Build a new unary operator expression. | |
ExprResult | RebuildOffsetOfExpr (SourceLocation OperatorLoc, TypeSourceInfo *Type, ArrayRef< Sema::OffsetOfComponent > Components, SourceLocation RParenLoc) |
Build a new builtin offsetof expression. | |
ExprResult | RebuildUnaryExprOrTypeTrait (TypeSourceInfo *TInfo, SourceLocation OpLoc, UnaryExprOrTypeTrait ExprKind, SourceRange R) |
Build a new sizeof, alignof or vec_step expression with a type argument. | |
ExprResult | RebuildUnaryExprOrTypeTrait (Expr *SubExpr, SourceLocation OpLoc, UnaryExprOrTypeTrait ExprKind, SourceRange R) |
Build a new sizeof, alignof or vec step expression with an expression argument. | |
ExprResult | RebuildArraySubscriptExpr (Expr *LHS, SourceLocation LBracketLoc, Expr *RHS, SourceLocation RBracketLoc) |
Build a new array subscript expression. | |
ExprResult | RebuildMatrixSubscriptExpr (Expr *Base, Expr *RowIdx, Expr *ColumnIdx, SourceLocation RBracketLoc) |
Build a new matrix subscript expression. | |
ExprResult | RebuildArraySectionExpr (bool IsOMPArraySection, Expr *Base, SourceLocation LBracketLoc, Expr *LowerBound, SourceLocation ColonLocFirst, SourceLocation ColonLocSecond, Expr *Length, Expr *Stride, SourceLocation RBracketLoc) |
Build a new array section expression. | |
ExprResult | RebuildOMPArrayShapingExpr (Expr *Base, SourceLocation LParenLoc, SourceLocation RParenLoc, ArrayRef< Expr * > Dims, ArrayRef< SourceRange > BracketsRanges) |
Build a new array shaping expression. | |
ExprResult | RebuildOMPIteratorExpr (SourceLocation IteratorKwLoc, SourceLocation LLoc, SourceLocation RLoc, ArrayRef< SemaOpenMP::OMPIteratorData > Data) |
Build a new iterator expression. | |
ExprResult | RebuildCallExpr (Expr *Callee, SourceLocation LParenLoc, MultiExprArg Args, SourceLocation RParenLoc, Expr *ExecConfig=nullptr) |
Build a new call expression. | |
ExprResult | RebuildCxxSubscriptExpr (Expr *Callee, SourceLocation LParenLoc, MultiExprArg Args, SourceLocation RParenLoc) |
ExprResult | RebuildMemberExpr (Expr *Base, SourceLocation OpLoc, bool isArrow, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &MemberNameInfo, ValueDecl *Member, NamedDecl *FoundDecl, const TemplateArgumentListInfo *ExplicitTemplateArgs, NamedDecl *FirstQualifierInScope) |
Build a new member access expression. | |
ExprResult | RebuildBinaryOperator (SourceLocation OpLoc, BinaryOperatorKind Opc, Expr *LHS, Expr *RHS) |
Build a new binary operator expression. | |
ExprResult | RebuildCXXRewrittenBinaryOperator (SourceLocation OpLoc, BinaryOperatorKind Opcode, const UnresolvedSetImpl &UnqualLookups, Expr *LHS, Expr *RHS) |
Build a new rewritten operator expression. | |
ExprResult | RebuildConditionalOperator (Expr *Cond, SourceLocation QuestionLoc, Expr *LHS, SourceLocation ColonLoc, Expr *RHS) |
Build a new conditional operator expression. | |
ExprResult | RebuildCStyleCastExpr (SourceLocation LParenLoc, TypeSourceInfo *TInfo, SourceLocation RParenLoc, Expr *SubExpr) |
Build a new C-style cast expression. | |
ExprResult | RebuildCompoundLiteralExpr (SourceLocation LParenLoc, TypeSourceInfo *TInfo, SourceLocation RParenLoc, Expr *Init) |
Build a new compound literal expression. | |
ExprResult | RebuildExtVectorElementExpr (Expr *Base, SourceLocation OpLoc, bool IsArrow, SourceLocation AccessorLoc, IdentifierInfo &Accessor) |
Build a new extended vector element access expression. | |
ExprResult | RebuildInitList (SourceLocation LBraceLoc, MultiExprArg Inits, SourceLocation RBraceLoc) |
Build a new initializer list expression. | |
ExprResult | RebuildDesignatedInitExpr (Designation &Desig, MultiExprArg ArrayExprs, SourceLocation EqualOrColonLoc, bool GNUSyntax, Expr *Init) |
Build a new designated initializer expression. | |
ExprResult | RebuildImplicitValueInitExpr (QualType T) |
Build a new value-initialized expression. | |
ExprResult | RebuildVAArgExpr (SourceLocation BuiltinLoc, Expr *SubExpr, TypeSourceInfo *TInfo, SourceLocation RParenLoc) |
Build a new va_arg expression. | |
ExprResult | RebuildParenListExpr (SourceLocation LParenLoc, MultiExprArg SubExprs, SourceLocation RParenLoc) |
Build a new expression list in parentheses. | |
ExprResult | RebuildAddrLabelExpr (SourceLocation AmpAmpLoc, SourceLocation LabelLoc, LabelDecl *Label) |
Build a new address-of-label expression. | |
ExprResult | RebuildStmtExpr (SourceLocation LParenLoc, Stmt *SubStmt, SourceLocation RParenLoc, unsigned TemplateDepth) |
Build a new GNU statement expression. | |
ExprResult | RebuildChooseExpr (SourceLocation BuiltinLoc, Expr *Cond, Expr *LHS, Expr *RHS, SourceLocation RParenLoc) |
Build a new __builtin_choose_expr expression. | |
ExprResult | RebuildGenericSelectionExpr (SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef< TypeSourceInfo * > Types, ArrayRef< Expr * > Exprs) |
Build a new generic selection expression with an expression predicate. | |
ExprResult | RebuildGenericSelectionExpr (SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, TypeSourceInfo *ControllingType, ArrayRef< TypeSourceInfo * > Types, ArrayRef< Expr * > Exprs) |
Build a new generic selection expression with a type predicate. | |
ExprResult | RebuildCXXOperatorCallExpr (OverloadedOperatorKind Op, SourceLocation OpLoc, SourceLocation CalleeLoc, bool RequiresADL, const UnresolvedSetImpl &Functions, Expr *First, Expr *Second) |
Build a new overloaded operator call expression. | |
ExprResult | RebuildCXXNamedCastExpr (SourceLocation OpLoc, Stmt::StmtClass Class, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) |
Build a new C++ "named" cast expression, such as static_cast or reinterpret_cast. | |
ExprResult | RebuildCXXStaticCastExpr (SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) |
Build a new C++ static_cast expression. | |
ExprResult | RebuildCXXDynamicCastExpr (SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) |
Build a new C++ dynamic_cast expression. | |
ExprResult | RebuildCXXReinterpretCastExpr (SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) |
Build a new C++ reinterpret_cast expression. | |
ExprResult | RebuildCXXConstCastExpr (SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) |
Build a new C++ const_cast expression. | |
ExprResult | RebuildCXXAddrspaceCastExpr (SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) |
ExprResult | RebuildCXXFunctionalCastExpr (TypeSourceInfo *TInfo, SourceLocation LParenLoc, Expr *Sub, SourceLocation RParenLoc, bool ListInitialization) |
Build a new C++ functional-style cast expression. | |
ExprResult | RebuildBuiltinBitCastExpr (SourceLocation KWLoc, TypeSourceInfo *TSI, Expr *Sub, SourceLocation RParenLoc) |
Build a new C++ __builtin_bit_cast expression. | |
ExprResult | RebuildCXXTypeidExpr (QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) |
Build a new C++ typeid(type) expression. | |
ExprResult | RebuildCXXTypeidExpr (QualType TypeInfoType, SourceLocation TypeidLoc, Expr *Operand, SourceLocation RParenLoc) |
Build a new C++ typeid(expr) expression. | |
ExprResult | RebuildCXXUuidofExpr (QualType Type, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) |
Build a new C++ __uuidof(type) expression. | |
ExprResult | RebuildCXXUuidofExpr (QualType Type, SourceLocation TypeidLoc, Expr *Operand, SourceLocation RParenLoc) |
Build a new C++ __uuidof(expr) expression. | |
ExprResult | RebuildCXXThisExpr (SourceLocation ThisLoc, QualType ThisType, bool isImplicit) |
Build a new C++ "this" expression. | |
ExprResult | RebuildCXXThrowExpr (SourceLocation ThrowLoc, Expr *Sub, bool IsThrownVariableInScope) |
Build a new C++ throw expression. | |
ExprResult | RebuildCXXDefaultArgExpr (SourceLocation Loc, ParmVarDecl *Param, Expr *RewrittenExpr) |
Build a new C++ default-argument expression. | |
ExprResult | RebuildCXXDefaultInitExpr (SourceLocation Loc, FieldDecl *Field) |
Build a new C++11 default-initialization expression. | |
ExprResult | RebuildCXXScalarValueInitExpr (TypeSourceInfo *TSInfo, SourceLocation LParenLoc, SourceLocation RParenLoc) |
Build a new C++ zero-initialization expression. | |
ExprResult | RebuildCXXNewExpr (SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, QualType AllocatedType, TypeSourceInfo *AllocatedTypeInfo, std::optional< Expr * > ArraySize, SourceRange DirectInitRange, Expr *Initializer) |
Build a new C++ "new" expression. | |
ExprResult | RebuildCXXDeleteExpr (SourceLocation StartLoc, bool IsGlobalDelete, bool IsArrayForm, Expr *Operand) |
Build a new C++ "delete" expression. | |
ExprResult | RebuildTypeTrait (TypeTrait Trait, SourceLocation StartLoc, ArrayRef< TypeSourceInfo * > Args, SourceLocation RParenLoc) |
Build a new type trait expression. | |
ExprResult | RebuildArrayTypeTrait (ArrayTypeTrait Trait, SourceLocation StartLoc, TypeSourceInfo *TSInfo, Expr *DimExpr, SourceLocation RParenLoc) |
Build a new array type trait expression. | |
ExprResult | RebuildExpressionTrait (ExpressionTrait Trait, SourceLocation StartLoc, Expr *Queried, SourceLocation RParenLoc) |
Build a new expression trait expression. | |
ExprResult | RebuildDependentScopeDeclRefExpr (NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs, bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) |
Build a new (previously unresolved) declaration reference expression. | |
ExprResult | RebuildTemplateIdExpr (const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, LookupResult &R, bool RequiresADL, const TemplateArgumentListInfo *TemplateArgs) |
Build a new template-id expression. | |
ExprResult | RebuildCXXConstructExpr (QualType T, SourceLocation Loc, CXXConstructorDecl *Constructor, bool IsElidable, MultiExprArg Args, bool HadMultipleCandidates, bool ListInitialization, bool StdInitListInitialization, bool RequiresZeroInit, CXXConstructionKind ConstructKind, SourceRange ParenRange) |
Build a new object-construction expression. | |
ExprResult | RebuildCXXInheritedCtorInitExpr (QualType T, SourceLocation Loc, CXXConstructorDecl *Constructor, bool ConstructsVBase, bool InheritedFromVBase) |
Build a new implicit construction via inherited constructor expression. | |
ExprResult | RebuildCXXTemporaryObjectExpr (TypeSourceInfo *TSInfo, SourceLocation LParenOrBraceLoc, MultiExprArg Args, SourceLocation RParenOrBraceLoc, bool ListInitialization) |
Build a new object-construction expression. | |
ExprResult | RebuildCXXUnresolvedConstructExpr (TypeSourceInfo *TSInfo, SourceLocation LParenLoc, MultiExprArg Args, SourceLocation RParenLoc, bool ListInitialization) |
Build a new object-construction expression. | |
ExprResult | RebuildCXXDependentScopeMemberExpr (Expr *BaseE, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) |
Build a new member reference expression. | |
ExprResult | RebuildUnresolvedMemberExpr (Expr *BaseE, QualType BaseType, SourceLocation OperatorLoc, bool IsArrow, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, LookupResult &R, const TemplateArgumentListInfo *TemplateArgs) |
Build a new member reference expression. | |
ExprResult | RebuildCXXNoexceptExpr (SourceRange Range, Expr *Arg) |
Build a new noexcept expression. | |
ExprResult | RebuildSizeOfPackExpr (SourceLocation OperatorLoc, NamedDecl *Pack, SourceLocation PackLoc, SourceLocation RParenLoc, std::optional< unsigned > Length, ArrayRef< TemplateArgument > PartialArgs) |
Build a new expression to compute the length of a parameter pack. | |
ExprResult | RebuildPackIndexingExpr (SourceLocation EllipsisLoc, SourceLocation RSquareLoc, Expr *PackIdExpression, Expr *IndexExpr, ArrayRef< Expr * > ExpandedExprs, bool EmptyPack=false) |
ExprResult | RebuildSourceLocExpr (SourceLocIdentKind Kind, QualType ResultTy, SourceLocation BuiltinLoc, SourceLocation RPLoc, DeclContext *ParentContext) |
Build a new expression representing a call to a source location builtin. | |
ExprResult | RebuildConceptSpecializationExpr (NestedNameSpecifierLoc NNS, SourceLocation TemplateKWLoc, DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, ConceptDecl *NamedConcept, TemplateArgumentListInfo *TALI) |
Build a new Objective-C boxed expression. | |
ExprResult | RebuildRequiresExpr (SourceLocation RequiresKWLoc, RequiresExprBodyDecl *Body, SourceLocation LParenLoc, ArrayRef< ParmVarDecl * > LocalParameters, SourceLocation RParenLoc, ArrayRef< concepts::Requirement * > Requirements, SourceLocation ClosingBraceLoc) |
Build a new requires expression. | |
concepts::TypeRequirement * | RebuildTypeRequirement (concepts::Requirement::SubstitutionDiagnostic *SubstDiag) |
concepts::TypeRequirement * | RebuildTypeRequirement (TypeSourceInfo *T) |
concepts::ExprRequirement * | RebuildExprRequirement (concepts::Requirement::SubstitutionDiagnostic *SubstDiag, bool IsSimple, SourceLocation NoexceptLoc, concepts::ExprRequirement::ReturnTypeRequirement Ret) |
concepts::ExprRequirement * | RebuildExprRequirement (Expr *E, bool IsSimple, SourceLocation NoexceptLoc, concepts::ExprRequirement::ReturnTypeRequirement Ret) |
concepts::NestedRequirement * | RebuildNestedRequirement (StringRef InvalidConstraintEntity, const ASTConstraintSatisfaction &Satisfaction) |
concepts::NestedRequirement * | RebuildNestedRequirement (Expr *Constraint) |
ExprResult | RebuildObjCBoxedExpr (SourceRange SR, Expr *ValueExpr) |
Build a new Objective-C boxed expression. | |
ExprResult | RebuildObjCArrayLiteral (SourceRange Range, Expr **Elements, unsigned NumElements) |
Build a new Objective-C array literal. | |
ExprResult | RebuildObjCSubscriptRefExpr (SourceLocation RB, Expr *Base, Expr *Key, ObjCMethodDecl *getterMethod, ObjCMethodDecl *setterMethod) |
ExprResult | RebuildObjCDictionaryLiteral (SourceRange Range, MutableArrayRef< ObjCDictionaryElement > Elements) |
Build a new Objective-C dictionary literal. | |
ExprResult | RebuildObjCEncodeExpr (SourceLocation AtLoc, TypeSourceInfo *EncodeTypeInfo, SourceLocation RParenLoc) |
Build a new Objective-C @encode expression. | |
ExprResult | RebuildObjCMessageExpr (TypeSourceInfo *ReceiverTypeInfo, Selector Sel, ArrayRef< SourceLocation > SelectorLocs, ObjCMethodDecl *Method, SourceLocation LBracLoc, MultiExprArg Args, SourceLocation RBracLoc) |
Build a new Objective-C class message. | |
ExprResult | RebuildObjCMessageExpr (Expr *Receiver, Selector Sel, ArrayRef< SourceLocation > SelectorLocs, ObjCMethodDecl *Method, SourceLocation LBracLoc, MultiExprArg Args, SourceLocation RBracLoc) |
Build a new Objective-C instance message. | |
ExprResult | RebuildObjCMessageExpr (SourceLocation SuperLoc, Selector Sel, ArrayRef< SourceLocation > SelectorLocs, QualType SuperType, ObjCMethodDecl *Method, SourceLocation LBracLoc, MultiExprArg Args, SourceLocation RBracLoc) |
Build a new Objective-C instance/class message to 'super'. | |
ExprResult | RebuildObjCIvarRefExpr (Expr *BaseArg, ObjCIvarDecl *Ivar, SourceLocation IvarLoc, bool IsArrow, bool IsFreeIvar) |
Build a new Objective-C ivar reference expression. | |
ExprResult | RebuildObjCPropertyRefExpr (Expr *BaseArg, ObjCPropertyDecl *Property, SourceLocation PropertyLoc) |
Build a new Objective-C property reference expression. | |
ExprResult | RebuildObjCPropertyRefExpr (Expr *Base, QualType T, ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, SourceLocation PropertyLoc) |
Build a new Objective-C property reference expression. | |
ExprResult | RebuildObjCIsaExpr (Expr *BaseArg, SourceLocation IsaLoc, SourceLocation OpLoc, bool IsArrow) |
Build a new Objective-C "isa" expression. | |
ExprResult | RebuildShuffleVectorExpr (SourceLocation BuiltinLoc, MultiExprArg SubExprs, SourceLocation RParenLoc) |
Build a new shuffle vector expression. | |
ExprResult | RebuildConvertVectorExpr (SourceLocation BuiltinLoc, Expr *SrcExpr, TypeSourceInfo *DstTInfo, SourceLocation RParenLoc) |
Build a new convert vector expression. | |
TemplateArgumentLoc | RebuildPackExpansion (TemplateArgumentLoc Pattern, SourceLocation EllipsisLoc, std::optional< unsigned > NumExpansions) |
Build a new template argument pack expansion. | |
ExprResult | RebuildPackExpansion (Expr *Pattern, SourceLocation EllipsisLoc, std::optional< unsigned > NumExpansions) |
Build a new expression pack expansion. | |
ExprResult | RebuildCXXFoldExpr (UnresolvedLookupExpr *ULE, SourceLocation LParenLoc, Expr *LHS, BinaryOperatorKind Operator, SourceLocation EllipsisLoc, Expr *RHS, SourceLocation RParenLoc, std::optional< unsigned > NumExpansions) |
Build a new C++1z fold-expression. | |
ExprResult | RebuildLambdaExpr (SourceLocation StartLoc, SourceLocation EndLoc, LambdaScopeInfo *LSI) |
ExprResult | RebuildEmptyCXXFoldExpr (SourceLocation EllipsisLoc, BinaryOperatorKind Operator) |
Build an empty C++1z fold-expression with the given operator. | |
ExprResult | RebuildAtomicExpr (SourceLocation BuiltinLoc, MultiExprArg SubExprs, AtomicExpr::AtomicOp Op, SourceLocation RParenLoc) |
Build a new atomic operation expression. | |
ExprResult | RebuildRecoveryExpr (SourceLocation BeginLoc, SourceLocation EndLoc, ArrayRef< Expr * > SubExprs, QualType Type) |
StmtResult | RebuildOpenACCComputeConstruct (OpenACCDirectiveKind K, SourceLocation BeginLoc, SourceLocation DirLoc, SourceLocation EndLoc, ArrayRef< OpenACCClause * > Clauses, StmtResult StrBlock) |
StmtResult | RebuildOpenACCLoopConstruct (SourceLocation BeginLoc, SourceLocation DirLoc, SourceLocation EndLoc, ArrayRef< OpenACCClause * > Clauses, StmtResult Loop) |
template<typename Derived > | |
QualType | TransformFunctionProtoType (TypeLocBuilder &TLB, FunctionProtoTypeLoc TL) |
template<typename Derived > | |
QualType | TransformAttributedType (TypeLocBuilder &TLB, AttributedTypeLoc TL) |
QualType | TransformTypeWithDeducedTST (QualType T) |
Transform a type that is permitted to produce a DeducedTemplateSpecializationType. | |
TypeSourceInfo * | TransformTypeWithDeducedTST (TypeSourceInfo *DI) |
Static Public Member Functions | |
static ExprResult | Owned (Expr *E) |
static StmtResult | Owned (Stmt *S) |
Protected Attributes | |
Sema & | SemaRef |
llvm::DenseMap< Decl *, Decl * > | TransformedLocalDecls |
The set of local declarations that have been transformed, for cases where we are forced to build new declarations within the transformer rather than in the subclass (e.g., lambda closure types). | |
A semantic tree transformation that allows one to transform one abstract syntax tree into another.
A new tree transformation is defined by creating a new subclass X
of TreeTransform<X>
and then overriding certain operations to provide behavior specific to that transformation. For example, template instantiation is implemented as a tree transformation where the transformation of TemplateTypeParmType nodes involves substituting the template arguments for their corresponding template parameters; a similar transformation is performed for non-type template parameters and template template parameters.
This tree-transformation template uses static polymorphism to allow subclasses to customize any of its operations. Thus, a subclass can override any of the transformation or rebuild operators by providing an operation with the same signature as the default implementation. The overriding function should not be virtual.
Semantic tree transformations are split into two stages, either of which can be replaced by a subclass. The "transform" step transforms an AST node or the parts of an AST node using the various transformation functions, then passes the pieces on to the "rebuild" step, which constructs a new AST node of the appropriate kind from the pieces. The default transformation routines recursively transform the operands to composite AST nodes (e.g., the pointee type of a PointerType node) and, if any of those operand nodes were changed by the transformation, invokes the rebuild operation to create a new AST node.
Subclasses can customize the transformation at various levels. The most coarse-grained transformations involve replacing TransformType(), TransformExpr(), TransformDecl(), TransformNestedNameSpecifierLoc(), TransformTemplateName(), or TransformTemplateArgument() with entirely new implementations.
For more fine-grained transformations, subclasses can replace any of the TransformXXX
functions (where XXX is the name of an AST node, e.g., PointerType, StmtExpr) to alter the transformation. As mentioned previously, replacing TransformTemplateTypeParmType() allows template instantiation to substitute template arguments for their corresponding template parameters. Additionally, subclasses can override the RebuildXXX
functions to control how AST nodes are rebuilt when their operands change. By default, TreeTransform
will invoke semantic analysis to rebuild AST nodes. However, certain other tree transformations (e.g, cloning) may be able to use more efficient rebuild steps.
There are a handful of other functions that can be overridden, allowing one to avoid traversing nodes that don't need any transformation (AlreadyTransformed()
), force rebuilding AST nodes even when their operands have not changed (AlwaysRebuild()
), and customize the default locations and entity names used for type-checking (getBaseLocation()
, getBaseEntity()
).
Definition at line 109 of file TreeTransform.h.
enum clang::TreeTransform::StmtDiscardKind |
The reason why the value of a statement is not discarded, if any.
Enumerator | |
---|---|
SDK_Discarded | |
SDK_NotDiscarded | |
SDK_StmtExprResult |
Definition at line 355 of file TreeTransform.h.
|
inline |
Initializes a new tree transformer.
Definition at line 137 of file TreeTransform.h.
|
inline |
Wether CXXConstructExpr can be skipped when they are implicit.
They will be reconstructed when used if needed. This is useful when the user that cause rebuilding of the CXXConstructExpr is outside of the expression at which the TreeTransform started.
Definition at line 175 of file TreeTransform.h.
|
inline |
Determine whether the given type T
has already been transformed.
Subclasses can provide an alternative implementation of this routine to short-circuit evaluation when it is known that a given type will not change. For example, template instantiation need not traverse non-dependent types.
Definition at line 228 of file TreeTransform.h.
References clang::T.
|
inline |
Whether the transformation should always rebuild AST nodes, even if none of the children have changed.
Subclasses may override this function to specify when the transformation should rebuild all AST nodes.
We must always rebuild all AST nodes when performing variadic template pack expansion, in order to avoid violating the AST invariant that each statement node appears at most once in its containing declaration.
Definition at line 163 of file TreeTransform.h.
References clang::Sema::ArgumentPackSubstitutionIndex, and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Definition at line 776 of file TreeTransform.h.
References clang::CXXRecordDecl::getLambdaDependencyKind(), and clang::sema::LambdaScopeInfo::Lambda.
|
inline |
Determine whether the given call argument should be dropped, e.g., because it is a default argument.
Subclasses can provide an alternative implementation of this routine to determine which kinds of call arguments get dropped. By default, CXXDefaultArgument nodes are dropped (prior to transformation).
Definition at line 246 of file TreeTransform.h.
References E.
|
inline |
Note to the derived class when a function parameter pack is being expanded.
Definition at line 314 of file TreeTransform.h.
|
inline |
Attach body to a C++0x range-based for statement.
By default, performs semantic analysis to finish the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 2649 of file TreeTransform.h.
References clang::Sema::FinishCXXForRangeStmt(), and clang::TreeTransform< Derived >::getSema().
|
inline |
"Forget" about the partially-substituted pack template argument, when performing an instantiation that must preserve the parameter pack use.
This routine is meant to be overridden by the template instantiator.
Definition at line 301 of file TreeTransform.h.
|
inline |
Returns the name of the entity being transformed, if that information was not available elsewhere in the AST.
By default, returns an empty name. Subclasses can provide an alternative implementation with a more precise name.
Definition at line 190 of file TreeTransform.h.
|
inline |
Returns the location of the entity being transformed, if that information was not available elsewhere in the AST.
By default, returns no source-location information. Subclasses can provide an alternative implementation that provides better location information.
Definition at line 183 of file TreeTransform.h.
Referenced by clang::TreeTransform< Derived >::InventTypeSourceInfo().
|
inline |
Retrieves a reference to the derived class.
Definition at line 140 of file TreeTransform.h.
Referenced by clang::TreeTransform< Derived >::InventTypeSourceInfo(), clang::TreeTransform< Derived >::RebuildCXXNamedCastExpr(), clang::TreeTransform< Derived >::RebuildDependentTemplateSpecializationType(), clang::TreeTransform< Derived >::TransformDefinition(), clang::TreeTransform< Derived >::TransformFirstQualifierInScope(), clang::TreeTransform< Derived >::TransformFunctionTypeParams(), clang::transformOMPMappableExprListClause(), and clang::TreeTransform< Derived >::TransformRequiresTypeParams().
|
inline |
Retrieves a reference to the derived class.
Definition at line 143 of file TreeTransform.h.
|
inline |
Retrieves a reference to the semantic analysis object used for this tree transform.
Definition at line 152 of file TreeTransform.h.
References clang::TreeTransform< Derived >::SemaRef.
Referenced by clang::TreeTransform< Derived >::FinishCXXForRangeStmt(), clang::TreeTransform< Derived >::RebuildAddrLabelExpr(), clang::TreeTransform< Derived >::RebuildArraySectionExpr(), clang::TreeTransform< Derived >::RebuildArraySubscriptExpr(), clang::TreeTransform< Derived >::RebuildArrayTypeTrait(), clang::TreeTransform< Derived >::RebuildAtomicExpr(), clang::TreeTransform< Derived >::RebuildBinaryOperator(), clang::TreeTransform< Derived >::RebuildBuiltinBitCastExpr(), clang::TreeTransform< Derived >::RebuildCallExpr(), clang::TreeTransform< Derived >::RebuildCaseStmt(), clang::TreeTransform< Derived >::RebuildCaseStmtBody(), clang::TreeTransform< Derived >::RebuildCoawaitExpr(), clang::TreeTransform< Derived >::RebuildCompoundLiteralExpr(), clang::TreeTransform< Derived >::RebuildCompoundStmt(), clang::TreeTransform< Derived >::RebuildConceptSpecializationExpr(), clang::TreeTransform< Derived >::RebuildConditionalOperator(), clang::TreeTransform< Derived >::RebuildCoreturnStmt(), clang::TreeTransform< Derived >::RebuildCoroutineBodyStmt(), clang::TreeTransform< Derived >::RebuildCoyieldExpr(), clang::TreeTransform< Derived >::RebuildCStyleCastExpr(), clang::TreeTransform< Derived >::RebuildCXXAddrspaceCastExpr(), clang::TreeTransform< Derived >::RebuildCXXCatchStmt(), clang::TreeTransform< Derived >::RebuildCXXConstCastExpr(), clang::TreeTransform< Derived >::RebuildCXXConstructExpr(), clang::TreeTransform< Derived >::RebuildCXXDefaultArgExpr(), clang::TreeTransform< Derived >::RebuildCXXDefaultInitExpr(), clang::TreeTransform< Derived >::RebuildCXXDeleteExpr(), clang::TreeTransform< Derived >::RebuildCXXDynamicCastExpr(), clang::TreeTransform< Derived >::RebuildCXXFoldExpr(), clang::TreeTransform< Derived >::RebuildCXXForRangeStmt(), clang::TreeTransform< Derived >::RebuildCXXFunctionalCastExpr(), clang::TreeTransform< Derived >::RebuildCXXInheritedCtorInitExpr(), clang::TreeTransform< Derived >::RebuildCXXNewExpr(), clang::TreeTransform< Derived >::RebuildCXXReinterpretCastExpr(), clang::TreeTransform< Derived >::RebuildCXXRewrittenBinaryOperator(), clang::TreeTransform< Derived >::RebuildCXXScalarValueInitExpr(), clang::TreeTransform< Derived >::RebuildCXXStaticCastExpr(), clang::TreeTransform< Derived >::RebuildCxxSubscriptExpr(), clang::TreeTransform< Derived >::RebuildCXXTemporaryObjectExpr(), clang::TreeTransform< Derived >::RebuildCXXThisExpr(), clang::TreeTransform< Derived >::RebuildCXXThrowExpr(), clang::TreeTransform< Derived >::RebuildCXXTryStmt(), clang::TreeTransform< Derived >::RebuildCXXTypeidExpr(), clang::TreeTransform< Derived >::RebuildCXXUnresolvedConstructExpr(), clang::TreeTransform< Derived >::RebuildCXXUuidofExpr(), clang::TreeTransform< Derived >::RebuildDeclarationNameExpr(), clang::TreeTransform< Derived >::RebuildDeclRefExpr(), clang::TreeTransform< Derived >::RebuildDeclStmt(), clang::TreeTransform< Derived >::RebuildDefaultStmt(), clang::TreeTransform< Derived >::RebuildDependentCoawaitExpr(), clang::TreeTransform< Derived >::RebuildDependentScopeDeclRefExpr(), clang::TreeTransform< Derived >::RebuildDoStmt(), clang::TreeTransform< Derived >::RebuildEmptyCXXFoldExpr(), clang::TreeTransform< Derived >::RebuildExceptionDecl(), clang::TreeTransform< Derived >::RebuildExpressionTrait(), clang::TreeTransform< Derived >::RebuildExtVectorElementExpr(), clang::TreeTransform< Derived >::RebuildForStmt(), clang::TreeTransform< Derived >::RebuildGCCAsmStmt(), clang::TreeTransform< Derived >::RebuildGenericSelectionExpr(), clang::TreeTransform< Derived >::RebuildGotoStmt(), clang::TreeTransform< Derived >::RebuildIfStmt(), clang::TreeTransform< Derived >::RebuildIndirectGotoStmt(), clang::TreeTransform< Derived >::RebuildLambdaExpr(), clang::TreeTransform< Derived >::RebuildMatrixSubscriptExpr(), clang::TreeTransform< Derived >::RebuildMemberExpr(), clang::TreeTransform< Derived >::RebuildMSAsmStmt(), clang::TreeTransform< Derived >::RebuildMSDependentExistsStmt(), clang::TreeTransform< Derived >::RebuildObjCArrayLiteral(), clang::TreeTransform< Derived >::RebuildObjCAtCatchStmt(), clang::TreeTransform< Derived >::RebuildObjCAtFinallyStmt(), clang::TreeTransform< Derived >::RebuildObjCAtSynchronizedOperand(), clang::TreeTransform< Derived >::RebuildObjCAtSynchronizedStmt(), clang::TreeTransform< Derived >::RebuildObjCAtThrowStmt(), clang::TreeTransform< Derived >::RebuildObjCAtTryStmt(), clang::TreeTransform< Derived >::RebuildObjCAutoreleasePoolStmt(), clang::TreeTransform< Derived >::RebuildObjCBoxedExpr(), clang::TreeTransform< Derived >::RebuildObjCDictionaryLiteral(), clang::TreeTransform< Derived >::RebuildObjCExceptionDecl(), clang::TreeTransform< Derived >::RebuildObjCForCollectionStmt(), clang::TreeTransform< Derived >::RebuildObjCIsaExpr(), clang::TreeTransform< Derived >::RebuildObjCIvarRefExpr(), clang::TreeTransform< Derived >::RebuildObjCPropertyRefExpr(), clang::TreeTransform< Derived >::RebuildObjCSubscriptRefExpr(), clang::TreeTransform< Derived >::RebuildOffsetOfExpr(), clang::TreeTransform< Derived >::RebuildOMPAffinityClause(), clang::TreeTransform< Derived >::RebuildOMPAlignClause(), clang::TreeTransform< Derived >::RebuildOMPAlignedClause(), clang::TreeTransform< Derived >::RebuildOMPAllocateClause(), clang::TreeTransform< Derived >::RebuildOMPAllocatorClause(), clang::TreeTransform< Derived >::RebuildOMPArrayShapingExpr(), clang::TreeTransform< Derived >::RebuildOMPAtClause(), clang::TreeTransform< Derived >::RebuildOMPBindClause(), clang::TreeTransform< Derived >::RebuildOMPCanonicalLoop(), clang::TreeTransform< Derived >::RebuildOMPCollapseClause(), clang::TreeTransform< Derived >::RebuildOMPCopyinClause(), clang::TreeTransform< Derived >::RebuildOMPCopyprivateClause(), clang::TreeTransform< Derived >::RebuildOMPDefaultClause(), clang::TreeTransform< Derived >::RebuildOMPDefaultmapClause(), clang::TreeTransform< Derived >::RebuildOMPDependClause(), clang::TreeTransform< Derived >::RebuildOMPDepobjClause(), clang::TreeTransform< Derived >::RebuildOMPDestroyClause(), clang::TreeTransform< Derived >::RebuildOMPDetachClause(), clang::TreeTransform< Derived >::RebuildOMPDeviceClause(), clang::TreeTransform< Derived >::RebuildOMPDistScheduleClause(), clang::TreeTransform< Derived >::RebuildOMPDoacrossClause(), clang::TreeTransform< Derived >::RebuildOMPExclusiveClause(), clang::TreeTransform< Derived >::RebuildOMPExecutableDirective(), clang::TreeTransform< Derived >::RebuildOMPFilterClause(), clang::TreeTransform< Derived >::RebuildOMPFinalClause(), clang::TreeTransform< Derived >::RebuildOMPFirstprivateClause(), clang::TreeTransform< Derived >::RebuildOMPFlushClause(), clang::TreeTransform< Derived >::RebuildOMPFromClause(), clang::TreeTransform< Derived >::RebuildOMPFullClause(), clang::TreeTransform< Derived >::RebuildOMPGrainsizeClause(), clang::TreeTransform< Derived >::RebuildOMPHasDeviceAddrClause(), clang::TreeTransform< Derived >::RebuildOMPHintClause(), clang::TreeTransform< Derived >::RebuildOMPHoldsClause(), clang::TreeTransform< Derived >::RebuildOMPIfClause(), clang::TreeTransform< Derived >::RebuildOMPInclusiveClause(), clang::TreeTransform< Derived >::RebuildOMPInformationalDirective(), clang::TreeTransform< Derived >::RebuildOMPInitClause(), clang::TreeTransform< Derived >::RebuildOMPInReductionClause(), clang::TreeTransform< Derived >::RebuildOMPIsDevicePtrClause(), clang::TreeTransform< Derived >::RebuildOMPIteratorExpr(), clang::TreeTransform< Derived >::RebuildOMPLastprivateClause(), clang::TreeTransform< Derived >::RebuildOMPLinearClause(), clang::TreeTransform< Derived >::RebuildOMPMapClause(), clang::TreeTransform< Derived >::RebuildOMPMessageClause(), clang::TreeTransform< Derived >::RebuildOMPNocontextClause(), clang::TreeTransform< Derived >::RebuildOMPNontemporalClause(), clang::TreeTransform< Derived >::RebuildOMPNovariantsClause(), clang::TreeTransform< Derived >::RebuildOMPNumTasksClause(), clang::TreeTransform< Derived >::RebuildOMPNumTeamsClause(), clang::TreeTransform< Derived >::RebuildOMPNumThreadsClause(), clang::TreeTransform< Derived >::RebuildOMPOrderClause(), clang::TreeTransform< Derived >::RebuildOMPOrderedClause(), clang::TreeTransform< Derived >::RebuildOMPPartialClause(), clang::TreeTransform< Derived >::RebuildOMPPriorityClause(), clang::TreeTransform< Derived >::RebuildOMPPrivateClause(), clang::TreeTransform< Derived >::RebuildOMPProcBindClause(), clang::TreeTransform< Derived >::RebuildOMPReductionClause(), clang::TreeTransform< Derived >::RebuildOMPSafelenClause(), clang::TreeTransform< Derived >::RebuildOMPScheduleClause(), clang::TreeTransform< Derived >::RebuildOMPSeverityClause(), clang::TreeTransform< Derived >::RebuildOMPSharedClause(), clang::TreeTransform< Derived >::RebuildOMPSimdlenClause(), clang::TreeTransform< Derived >::RebuildOMPSizesClause(), clang::TreeTransform< Derived >::RebuildOMPTaskReductionClause(), clang::TreeTransform< Derived >::RebuildOMPThreadLimitClause(), clang::TreeTransform< Derived >::RebuildOMPToClause(), clang::TreeTransform< Derived >::RebuildOMPUseClause(), clang::TreeTransform< Derived >::RebuildOMPUseDeviceAddrClause(), clang::TreeTransform< Derived >::RebuildOMPUseDevicePtrClause(), clang::TreeTransform< Derived >::RebuildOMPUsesAllocatorsClause(), clang::TreeTransform< Derived >::RebuildOMPXAttributeClause(), clang::TreeTransform< Derived >::RebuildOMPXBareClause(), clang::TreeTransform< Derived >::RebuildOMPXDynCGroupMemClause(), clang::TreeTransform< Derived >::RebuildOpenACCComputeConstruct(), clang::TreeTransform< Derived >::RebuildOpenACCLoopConstruct(), clang::TreeTransform< Derived >::RebuildPackExpansion(), clang::TreeTransform< Derived >::RebuildPackExpansionType(), clang::TreeTransform< Derived >::RebuildPackIndexingExpr(), clang::TreeTransform< Derived >::RebuildParenExpr(), clang::TreeTransform< Derived >::RebuildParenListExpr(), clang::TreeTransform< Derived >::RebuildPredefinedExpr(), clang::TreeTransform< Derived >::RebuildRecoveryExpr(), clang::TreeTransform< Derived >::RebuildReturnStmt(), clang::TreeTransform< Derived >::RebuildSEHExceptStmt(), clang::TreeTransform< Derived >::RebuildSEHFinallyStmt(), clang::TreeTransform< Derived >::RebuildSEHTryStmt(), clang::TreeTransform< Derived >::RebuildSourceLocExpr(), clang::TreeTransform< Derived >::RebuildStmtExpr(), clang::TreeTransform< Derived >::RebuildSwitchStmtBody(), clang::TreeTransform< Derived >::RebuildSwitchStmtStart(), clang::TreeTransform< Derived >::RebuildSYCLUniqueStableNameExpr(), clang::TreeTransform< Derived >::RebuildTemplateIdExpr(), clang::TreeTransform< Derived >::RebuildTemplateName(), clang::TreeTransform< Derived >::RebuildTypeTrait(), clang::TreeTransform< Derived >::RebuildUnaryExprOrTypeTrait(), clang::TreeTransform< Derived >::RebuildUnaryOperator(), clang::TreeTransform< Derived >::RebuildVAArgExpr(), clang::TreeTransform< Derived >::RebuildWhileStmt(), and clang::transformOMPMappableExprListClause().
void clang::TreeTransform< Derived >::InventTemplateArgumentLoc | ( | const TemplateArgument & | Arg, |
TemplateArgumentLoc & | ArgLoc | ||
) |
Fakes up a TemplateArgumentLoc for a given TemplateArgument.
Definition at line 4681 of file TreeTransform.h.
|
inline |
Fakes up a TypeSourceInfo for a type.
Definition at line 658 of file TreeTransform.h.
References clang::Sema::Context, clang::TreeTransform< Derived >::getBaseLocation(), clang::TreeTransform< Derived >::getDerived(), clang::ASTContext::getTrivialTypeSourceInfo(), clang::TreeTransform< Derived >::SemaRef, and clang::T.
|
inlinestatic |
Definition at line 147 of file TreeTransform.h.
References E.
Referenced by clang::TreeTransform< Derived >::RebuildCXXCatchStmt(), and clang::TreeTransform< Derived >::RebuildObjCPropertyRefExpr().
|
inlinestatic |
Definition at line 148 of file TreeTransform.h.
|
inline |
Build a new address-of-label expression.
By default, performs semantic analysis, using the name of the label rather than attempting to map the label statement itself. Subclasses may override this routine to provide different behavior.
Definition at line 3098 of file TreeTransform.h.
References clang::Sema::ActOnAddrLabel(), clang::TreeTransform< Derived >::getSema(), and Label.
|
inline |
Build a new array section expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 2809 of file TreeTransform.h.
References clang::SemaOpenACC::ActOnArraySectionExpr(), clang::SemaOpenMP::ActOnOMPArraySectionExpr(), clang::TreeTransform< Derived >::getSema(), clang::SourceLocation::isValid(), clang::Sema::OpenACC(), and clang::Sema::OpenMP().
|
inline |
Build a new array subscript expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 2785 of file TreeTransform.h.
References clang::Sema::ActOnArraySubscriptExpr(), and clang::TreeTransform< Derived >::getSema().
QualType clang::TreeTransform< Derived >::RebuildArrayType | ( | QualType | ElementType, |
ArraySizeModifier | SizeMod, | ||
const llvm::APInt * | Size, | ||
Expr * | SizeExpr, | ||
unsigned | IndexTypeQuals, | ||
SourceRange | BracketsRange | ||
) |
Build a new array type given the element type, size modifier, size of the array (if known), size expression, and index type qualifiers.
By default, performs semantic analysis when building the array type. Subclasses may override this routine to provide different behavior. Also by default, all of the other Rebuild*Array
Definition at line 16204 of file TreeTransform.h.
References clang::Sema::BuildArrayType(), clang::Sema::Context, clang::IntegerLiteral::Create(), clang::SourceRange::getBegin(), clang::ASTContext::getIntWidth(), clang::T, clang::ASTContext::UnsignedCharTy, clang::ASTContext::UnsignedInt128Ty, clang::ASTContext::UnsignedIntTy, clang::ASTContext::UnsignedLongLongTy, clang::ASTContext::UnsignedLongTy, and clang::ASTContext::UnsignedShortTy.
|
inline |
Build a new array type trait expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3473 of file TreeTransform.h.
References clang::Sema::BuildArrayTypeTrait(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new atomic operation expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 4059 of file TreeTransform.h.
References clang::Sema::AST, clang::Sema::BuildAtomicExpr(), clang::TreeTransform< Derived >::getSema(), and Range.
QualType clang::TreeTransform< Derived >::RebuildAtomicType | ( | QualType | ValueType, |
SourceLocation | KWLoc | ||
) |
Build a new atomic type given its value type.
By default, performs semantic analysis when building the atomic type. Subclasses may override this routine to provide different behavior.
Definition at line 16439 of file TreeTransform.h.
References clang::Sema::BuildAtomicType().
|
inline |
Build a new attributed statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1405 of file TreeTransform.h.
References clang::Sema::BuildAttributedStmt(), clang::Sema::CheckRebuiltStmtAttributes(), clang::TreeTransform< Derived >::SemaRef, and clang::StmtError().
|
inline |
Build a new C++11 auto type.
By default, builds a new AutoType with the given deduced type.
Definition at line 1076 of file TreeTransform.h.
References clang::Sema::Context, clang::ASTContext::getAutoType(), and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Build a new binary operator expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 2962 of file TreeTransform.h.
References clang::Sema::BuildBinOp(), and clang::TreeTransform< Derived >::getSema().
QualType clang::TreeTransform< Derived >::RebuildBitIntType | ( | bool | IsUnsigned, |
unsigned | NumBits, | ||
SourceLocation | Loc | ||
) |
Build a bit-precise int given its value type.
Definition at line 16453 of file TreeTransform.h.
References clang::Sema::BuildBitIntType(), clang::Sema::Context, clang::IntegerLiteral::Create(), clang::ASTContext::getIntWidth(), clang::ASTContext::IntTy, and Loc.
QualType clang::TreeTransform< Derived >::RebuildBlockPointerType | ( | QualType | PointeeType, |
SourceLocation | Sigil | ||
) |
Build a new block pointer type given its pointee type.
By default, performs semantic analysis when building the block pointer type. Subclasses may override this routine to provide different behavior.
Definition at line 16142 of file TreeTransform.h.
References clang::Sema::BuildBlockPointerType(), and clang::Star.
|
inline |
Build a new C++ __builtin_bit_cast expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3318 of file TreeTransform.h.
References clang::Sema::BuildBuiltinBitCastExpr(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new call expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 2856 of file TreeTransform.h.
References clang::Sema::ActOnCallExpr(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new case statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1363 of file TreeTransform.h.
References clang::Sema::ActOnCaseStmt(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Attach the body to a new case statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1376 of file TreeTransform.h.
References clang::Sema::ActOnCaseStmtBody(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new __builtin_choose_expr expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3117 of file TreeTransform.h.
References clang::Sema::ActOnChooseExpr(), and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Build a new co_await expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 1562 of file TreeTransform.h.
References clang::Sema::BuildOperatorCoawaitCall(), clang::Sema::BuildResolvedCoawaitExpr(), clang::Sema::BuildUnresolvedCoawaitExpr(), clang::ExprError(), clang::ActionResult< PtrTy, Compress >::get(), clang::TreeTransform< Derived >::getSema(), and clang::ActionResult< PtrTy, Compress >::isInvalid().
|
inline |
Build a new compound literal expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3008 of file TreeTransform.h.
References clang::Sema::BuildCompoundLiteralExpr(), clang::TreeTransform< Derived >::getSema(), and clang::Init.
|
inline |
Build a new compound statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1351 of file TreeTransform.h.
References clang::Sema::ActOnCompoundStmt(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new Objective-C boxed expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3686 of file TreeTransform.h.
References clang::CXXScopeSpec::Adopt(), clang::Sema::CheckConceptTemplateId(), clang::ExprError(), clang::TreeTransform< Derived >::getSema(), and clang::Result.
|
inline |
Build a new conditional operator expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 2983 of file TreeTransform.h.
References clang::Sema::ActOnConditionalOp(), and clang::TreeTransform< Derived >::getSema().
QualType clang::TreeTransform< Derived >::RebuildConstantArrayType | ( | QualType | ElementType, |
ArraySizeModifier | SizeMod, | ||
const llvm::APInt & | Size, | ||
Expr * | SizeExpr, | ||
unsigned | IndexTypeQuals, | ||
SourceRange | BracketsRange | ||
) |
Build a new constant array type given the element type, size modifier, (known) size of the array, and index type qualifiers.
By default, performs semantic analysis when building the array type. Subclasses may override this routine to provide different behavior.
Definition at line 16235 of file TreeTransform.h.
QualType clang::TreeTransform< Derived >::RebuildConstantMatrixType | ( | QualType | ElementType, |
unsigned | NumRows, | ||
unsigned | NumColumns | ||
) |
Build a new matrix type given the element type and dimensions.
Definition at line 16311 of file TreeTransform.h.
References clang::Sema::Context, and clang::ASTContext::getConstantMatrixType().
|
inline |
Build a new convert vector expression.
Definition at line 3952 of file TreeTransform.h.
References clang::Sema::ConvertVectorExpr(), and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Build a new co_return statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1553 of file TreeTransform.h.
References clang::Sema::BuildCoreturnStmt(), clang::TreeTransform< Derived >::getSema(), and clang::Result.
|
inline |
Definition at line 1604 of file TreeTransform.h.
References clang::Sema::BuildCoroutineBodyStmt(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new co_yield expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 1600 of file TreeTransform.h.
References clang::Sema::BuildCoyieldExpr(), clang::TreeTransform< Derived >::getSema(), and clang::Result.
|
inline |
Build a new C-style cast expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 2996 of file TreeTransform.h.
References clang::Sema::BuildCStyleCastExpr(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Definition at line 3284 of file TreeTransform.h.
References clang::Sema::BuildCXXNamedCast(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new C++ catch statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 2577 of file TreeTransform.h.
References clang::TreeTransform< Derived >::getSema(), and clang::TreeTransform< Derived >::Owned().
|
inline |
Build a new C++ const_cast expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3270 of file TreeTransform.h.
References clang::Sema::BuildCXXNamedCast(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new object-construction expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3532 of file TreeTransform.h.
References clang::Sema::BuildCXXConstructExpr(), clang::ExprError(), clang::TreeTransform< Derived >::getSema(), Loc, and clang::T.
|
inline |
Build a new C++ default-argument expression.
By default, builds a new default-argument expression, which does not require any semantic analysis. Subclasses may override this routine to provide different behavior.
Definition at line 3394 of file TreeTransform.h.
References clang::CXXDefaultArgExpr::Create(), clang::TreeTransform< Derived >::getSema(), and Loc.
|
inline |
Build a new C++11 default-initialization expression.
By default, builds a new default field initialization expression, which does not require any semantic analysis. Subclasses may override this routine to provide different behavior.
Definition at line 3405 of file TreeTransform.h.
References clang::Sema::BuildCXXDefaultInitExpr(), clang::TreeTransform< Derived >::getSema(), and Loc.
|
inline |
Build a new C++ "delete" expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3450 of file TreeTransform.h.
References clang::Sema::ActOnCXXDelete(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new member reference expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3599 of file TreeTransform.h.
References clang::CXXScopeSpec::Adopt(), clang::Sema::BuildMemberReferenceExpr(), and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Build a new C++ dynamic_cast expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3236 of file TreeTransform.h.
References clang::Sema::BuildCXXNamedCast(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new C++1z fold-expression.
By default, performs semantic analysis in order to build a new fold expression.
Definition at line 4021 of file TreeTransform.h.
References clang::Sema::BuildCXXFoldExpr(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new C++0x range-based for statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 2597 of file TreeTransform.h.
References clang::SemaObjC::ActOnObjCForCollectionStmt(), Begin, clang::Sema::BFRK_Rebuild, clang::Sema::BuildCXXForRangeStmt(), clang::SemaBase::Diag(), clang::TreeTransform< Derived >::getSema(), clang::Expr::getType(), clang::Init, clang::Type::isObjCObjectPointerType(), clang::Expr::isTypeDependent(), clang::Sema::ObjC(), Range, clang::TreeTransform< Derived >::SemaRef, and clang::StmtError().
|
inline |
Build a new C++ functional-style cast expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3297 of file TreeTransform.h.
References clang::Sema::BuildCXXTypeConstructExpr(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new implicit construction via inherited constructor expression.
Definition at line 3561 of file TreeTransform.h.
References clang::Sema::Context, clang::TreeTransform< Derived >::getSema(), Loc, and clang::T.
|
inline |
Build a new C++ "named" cast expression, such as static_cast or reinterpret_cast.
By default, this routine dispatches to one of the more-specific routines for a particular named case, e.g., RebuildCXXStaticCastExpr(). Subclasses may override this routine to provide different behavior.
Definition at line 3176 of file TreeTransform.h.
References clang::Class, and clang::TreeTransform< Derived >::getDerived().
|
inline |
Build a new C++ "new" expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3426 of file TreeTransform.h.
References clang::Sema::BuildCXXNew(), clang::TreeTransform< Derived >::getSema(), and clang::Initializer.
|
inline |
Build a new noexcept expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3645 of file TreeTransform.h.
References clang::Sema::BuildCXXNoexceptExpr(), Range, and clang::TreeTransform< Derived >::SemaRef.
ExprResult clang::TreeTransform< Derived >::RebuildCXXOperatorCallExpr | ( | OverloadedOperatorKind | Op, |
SourceLocation | OpLoc, | ||
SourceLocation | CalleeLoc, | ||
bool | RequiresADL, | ||
const UnresolvedSetImpl & | Functions, | ||
Expr * | First, | ||
Expr * | Second | ||
) |
Build a new overloaded operator call expression.
By default, performs semantic analysis to build the new expression. The semantic analysis provides the behavior of template instantiation, copying with transformations that turn what looks like an overloaded operator call into a use of a builtin operator, performing argument-dependent lookup, etc. Subclasses may override this routine to provide different behavior.
Definition at line 16517 of file TreeTransform.h.
References clang::Sema::BuildOverloadedArrowExpr(), clang::SemaPseudoObject::checkAssignment(), clang::Sema::CheckPlaceholderExpr(), clang::Sema::CreateBuiltinBinOp(), clang::Sema::CreateOverloadedBinOp(), clang::Sema::CreateOverloadedUnaryOp(), clang::ExprError(), clang::First, clang::Expr::getObjectKind(), clang::BinaryOperator::getOverloadedOpcode(), clang::UnaryOperator::getOverloadedOpcode(), clang::Expr::getType(), clang::BinaryOperator::isAssignmentOp(), clang::Type::isOverloadableType(), clang::Expr::isTypeDependent(), clang::OK_ObjCProperty, clang::Sema::PseudoObject(), and clang::Result.
ExprResult clang::TreeTransform< Derived >::RebuildCXXPseudoDestructorExpr | ( | Expr * | Base, |
SourceLocation | OperatorLoc, | ||
bool | isArrow, | ||
CXXScopeSpec & | SS, | ||
TypeSourceInfo * | ScopeType, | ||
SourceLocation | CCLoc, | ||
SourceLocation | TildeLoc, | ||
PseudoDestructorTypeStorage | Destroyed | ||
) |
Build a new pseudo-destructor expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 16601 of file TreeTransform.h.
References clang::Sema::BuildPseudoDestructorExpr(), clang::Type::castAs(), clang::Sema::Context, clang::ASTContext::DeclarationNames, clang::ExprError(), clang::CXXScopeSpec::Extend(), clang::Type::getAs(), clang::ASTContext::getCanonicalType(), clang::DeclarationNameTable::getCXXDestructorName(), clang::PseudoDestructorTypeStorage::getIdentifier(), clang::PseudoDestructorTypeStorage::getLocation(), clang::PointerType::getPointeeType(), clang::TypeSourceInfo::getType(), clang::PseudoDestructorTypeStorage::getTypeSourceInfo(), and clang::DeclarationNameInfo::setNamedTypeInfo().
|
inline |
Build a new C++ reinterpret_cast expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3253 of file TreeTransform.h.
References clang::Sema::BuildCXXNamedCast(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new rewritten operator expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 2972 of file TreeTransform.h.
References clang::Sema::CreateOverloadedBinOp(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new C++ zero-initialization expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3414 of file TreeTransform.h.
References clang::Sema::BuildCXXTypeConstructExpr(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new C++ static_cast expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3219 of file TreeTransform.h.
References clang::Sema::BuildCXXNamedCast(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Definition at line 2864 of file TreeTransform.h.
References clang::Sema::ActOnArraySubscriptExpr(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new object-construction expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3573 of file TreeTransform.h.
References clang::Sema::BuildCXXTypeConstructExpr(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new C++ "this" expression.
By default, performs semantic analysis to build a new "this" expression. Subclasses may override this routine to provide different behavior.
Definition at line 3372 of file TreeTransform.h.
References clang::Sema::BuildCXXThisExpr(), clang::ExprError(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new C++ throw expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3384 of file TreeTransform.h.
References clang::Sema::BuildCXXThrow(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new C++ try statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 2588 of file TreeTransform.h.
References clang::Sema::ActOnCXXTryBlock(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new C++ typeid(expr) expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3341 of file TreeTransform.h.
References clang::Sema::BuildCXXTypeId(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new C++ typeid(type) expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3328 of file TreeTransform.h.
References clang::Sema::BuildCXXTypeId(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new object-construction expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3586 of file TreeTransform.h.
References clang::Sema::BuildCXXTypeConstructExpr(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new C++ __uuidof(expr) expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3363 of file TreeTransform.h.
References clang::Sema::BuildCXXUuidof(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new C++ __uuidof(type) expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3353 of file TreeTransform.h.
References clang::Sema::BuildCXXUuidof(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new expression that references a declaration.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 2687 of file TreeTransform.h.
References clang::Sema::BuildDeclarationNameExpr(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new expression that references a declaration.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 2698 of file TreeTransform.h.
References clang::CXXScopeSpec::Adopt(), clang::Sema::BuildDeclarationNameExpr(), clang::Found, and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new declaration statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1510 of file TreeTransform.h.
References clang::Sema::ActOnDeclStmt(), clang::Sema::BuildDeclaratorGroup(), and clang::TreeTransform< Derived >::getSema().
QualType clang::TreeTransform< Derived >::RebuildDecltypeType | ( | Expr * | Underlying, |
SourceLocation | Loc | ||
) |
Build a new C++11 decltype type.
By default, performs semantic analysis when building the decltype type. Subclasses may override this routine to provide different behavior.
Definition at line 16410 of file TreeTransform.h.
References clang::Sema::BuildDecltypeType(), and E.
|
inline |
By default, builds a new DeducedTemplateSpecializationType with the given deduced type.
Definition at line 1090 of file TreeTransform.h.
References clang::Sema::Context, clang::ASTContext::getDeducedTemplateSpecializationType(), and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Build a new default statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1385 of file TreeTransform.h.
References clang::Sema::ActOnDefaultStmt(), and clang::TreeTransform< Derived >::getSema().
QualType clang::TreeTransform< Derived >::RebuildDependentAddressSpaceType | ( | QualType | PointeeType, |
Expr * | AddrSpaceExpr, | ||
SourceLocation | AttributeLoc | ||
) |
Build a new DependentAddressSpaceType or return the pointee type variable with the correct address space (retrieved from AddrSpaceExpr) applied to it.
The former will be returned in cases where the address space remains dependent.
By default, performs semantic analysis when building the type with address space applied. Subclasses may override this routine to provide different behavior.
Definition at line 16269 of file TreeTransform.h.
References clang::Sema::BuildAddressSpaceAttr().
QualType clang::TreeTransform< Derived >::RebuildDependentBitIntType | ( | bool | IsUnsigned, |
Expr * | NumBitsExpr, | ||
SourceLocation | Loc | ||
) |
Build a dependent bit-precise int given its value type.
Definition at line 16464 of file TreeTransform.h.
References clang::Sema::BuildBitIntType(), and Loc.
|
inline |
Build a new co_await expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 1590 of file TreeTransform.h.
References clang::Sema::BuildUnresolvedCoawaitExpr(), clang::TreeTransform< Derived >::getSema(), and clang::Result.
|
inline |
Build a new typename type that refers to an identifier.
By default, performs semantic analysis when building the typename type (or elaborated type). Subclasses may override this routine to provide different behavior.
Definition at line 1172 of file TreeTransform.h.
References clang::CXXScopeSpec::Adopt(), clang::LookupResult::Ambiguous, clang::Sema::CheckTypenameType(), clang::Sema::computeDeclContext(), clang::Sema::Context, clang::SemaBase::Diag(), clang::LookupResult::Found, clang::LookupResult::FoundOverloaded, clang::LookupResult::FoundUnresolvedValue, clang::ASTContext::getDependentNameType(), clang::ASTContext::getElaboratedType(), clang::Decl::getLocation(), clang::NestedNameSpecifierLoc::getNestedNameSpecifier(), clang::Sema::getNonTagTypeDeclKind(), clang::NestedNameSpecifierLoc::getSourceRange(), clang::TypeWithKeyword::getTagTypeKindForKeyword(), clang::ASTContext::getTypeDeclType(), Id, clang::Sema::isAcceptableTagRedeclaration(), clang::NestedNameSpecifier::isDependent(), clang::Sema::LookupQualifiedName(), clang::Sema::LookupTagName, clang::None, clang::LookupResult::NotFound, clang::LookupResult::NotFoundInCurrentInstantiation, clang::Sema::RequireCompleteDeclContext(), clang::Result, clang::TreeTransform< Derived >::SemaRef, clang::T, and clang::Typename.
|
inline |
Build a new (previously unresolved) declaration reference expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3497 of file TreeTransform.h.
References clang::CXXScopeSpec::Adopt(), clang::Sema::BuildQualifiedDeclarationNameExpr(), clang::Sema::BuildQualifiedTemplateIdExpr(), clang::TreeTransform< Derived >::getSema(), and clang::SourceLocation::isValid().
QualType clang::TreeTransform< Derived >::RebuildDependentSizedArrayType | ( | QualType | ElementType, |
ArraySizeModifier | SizeMod, | ||
Expr * | SizeExpr, | ||
unsigned | IndexTypeQuals, | ||
SourceRange | BracketsRange | ||
) |
Build a new dependent-sized array type given the element type, size modifier, size expression, and index type qualifiers.
By default, performs semantic analysis when building the array type. Subclasses may override this routine to provide different behavior.
Definition at line 16260 of file TreeTransform.h.
QualType clang::TreeTransform< Derived >::RebuildDependentSizedExtVectorType | ( | QualType | ElementType, |
Expr * | SizeExpr, | ||
SourceLocation | AttributeLoc | ||
) |
Build a new potentially dependently-sized extended vector type given the element type and number of elements.
By default, performs semantic analysis when building the vector type. Subclasses may override this routine to provide different behavior.
Definition at line 16304 of file TreeTransform.h.
References clang::Sema::BuildExtVectorType().
QualType clang::TreeTransform< Derived >::RebuildDependentSizedMatrixType | ( | QualType | ElementType, |
Expr * | RowExpr, | ||
Expr * | ColumnExpr, | ||
SourceLocation | AttributeLoc | ||
) |
Build a new matrix type given the type and dependently-defined dimensions.
Definition at line 16318 of file TreeTransform.h.
References clang::Sema::BuildMatrixType().
|
inline |
Build a new typename type that refers to a template-id.
By default, builds a new DependentNameType type from the nested-name-specifier and the given type. Subclasses may override this routine to provide different behavior.
Definition at line 1132 of file TreeTransform.h.
References clang::CXXScopeSpec::Adopt(), clang::TemplateArgumentListInfo::arguments(), clang::Sema::Context, clang::TemplateName::getAsDependentTemplateName(), clang::ASTContext::getDependentTemplateSpecializationType(), clang::TreeTransform< Derived >::getDerived(), clang::ASTContext::getElaboratedType(), clang::NestedNameSpecifierLoc::getNestedNameSpecifier(), clang::TemplateName::isNull(), clang::TreeTransform< Derived >::SemaRef, and clang::T.
QualType clang::TreeTransform< Derived >::RebuildDependentVectorType | ( | QualType | ElementType, |
Expr * | SizeExpr, | ||
SourceLocation | AttributeLoc, | ||
VectorKind | VecKind | ||
) |
Build a new potentially dependently-sized extended vector type given the element type and number of elements.
By default, performs semantic analysis when building the vector type. Subclasses may override this routine to provide different behavior.
Definition at line 16284 of file TreeTransform.h.
References clang::Sema::BuildVectorType().
|
inline |
Build a new designated initializer expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3048 of file TreeTransform.h.
References clang::Sema::ActOnDesignatedInitializer(), clang::ExprError(), clang::Init, clang::Result, and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Build a new do-while statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1460 of file TreeTransform.h.
References clang::Sema::ActOnDoStmt(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new qualified name type.
By default, builds a new ElaboratedType type from the keyword, the nested-name-specifier and the named type. Subclasses may override this routine to provide different behavior.
Definition at line 1118 of file TreeTransform.h.
References clang::Sema::Context, clang::ASTContext::getElaboratedType(), clang::NestedNameSpecifierLoc::getNestedNameSpecifier(), and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Build an empty C++1z fold-expression with the given operator.
By default, produces the fallback value for the fold-expression, or produce an error if there is no fallback value.
Definition at line 4050 of file TreeTransform.h.
References clang::Sema::BuildEmptyCXXFoldExpr(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new Enum type.
Definition at line 1040 of file TreeTransform.h.
References clang::Sema::Context, clang::Enum, clang::ASTContext::getTypeDeclType(), and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Build a new C++ exception declaration.
By default, performs semantic analysis to build the new decaration. Subclasses may override this routine to provide different behavior.
Definition at line 2561 of file TreeTransform.h.
References clang::DeclContext::addDecl(), clang::Sema::BuildExceptionDeclaration(), clang::Sema::CurContext, clang::TreeTransform< Derived >::getSema(), and Id.
|
inline |
Build a new expression trait expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3485 of file TreeTransform.h.
References clang::Sema::BuildExpressionTrait(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Definition at line 3728 of file TreeTransform.h.
References clang::Sema::BuildExprRequirement(), and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Definition at line 3737 of file TreeTransform.h.
References clang::Sema::BuildExprRequirement(), E, and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Build a new extended vector element access expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3020 of file TreeTransform.h.
References clang::Sema::BuildMemberReferenceExpr(), and clang::TreeTransform< Derived >::getSema().
QualType clang::TreeTransform< Derived >::RebuildExtVectorType | ( | QualType | ElementType, |
unsigned | NumElements, | ||
SourceLocation | AttributeLoc | ||
) |
Build a new extended vector type given the element type and number of elements.
By default, performs semantic analysis when building the vector type. Subclasses may override this routine to provide different behavior.
Definition at line 16291 of file TreeTransform.h.
References clang::Sema::BuildExtVectorType(), clang::Sema::Context, clang::IntegerLiteral::Create(), clang::ASTContext::getIntWidth(), and clang::ASTContext::IntTy.
|
inline |
Build a new for statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1471 of file TreeTransform.h.
References clang::Sema::ActOnForStmt(), clang::TreeTransform< Derived >::getSema(), and clang::Init.
QualType clang::TreeTransform< Derived >::RebuildFunctionNoProtoType | ( | QualType | ResultType | ) |
Build a new unprototyped function type.
Definition at line 16337 of file TreeTransform.h.
References clang::Sema::Context, clang::ASTContext::getFunctionNoProtoType(), and clang::T.
QualType clang::TreeTransform< Derived >::RebuildFunctionProtoType | ( | QualType | T, |
MutableArrayRef< QualType > | ParamTypes, | ||
const FunctionProtoType::ExtProtoInfo & | EPI | ||
) |
Build a new function type.
By default, performs semantic analysis when building the function type. Subclasses may override this routine to provide different behavior.
Definition at line 16326 of file TreeTransform.h.
References clang::Sema::BuildFunctionType(), and clang::T.
|
inline |
Build a new inline asm statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1520 of file TreeTransform.h.
References clang::Sema::ActOnGCCAsmStmt(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new generic selection expression with an expression predicate.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3129 of file TreeTransform.h.
References clang::Sema::CreateGenericSelectionExpr(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new generic selection expression with a type predicate.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3144 of file TreeTransform.h.
References clang::Sema::CreateGenericSelectionExpr(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new goto statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1483 of file TreeTransform.h.
References clang::Sema::ActOnGotoStmt(), clang::TreeTransform< Derived >::getSema(), and Label.
|
inline |
Build a new "if" statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1417 of file TreeTransform.h.
References clang::Sema::ActOnIfStmt(), clang::TreeTransform< Derived >::getSema(), and clang::Init.
|
inline |
Build a new value-initialized expression.
By default, builds the implicit value initialization without performing any semantic analysis. Subclasses may override this routine to provide different behavior.
Definition at line 3067 of file TreeTransform.h.
References clang::Sema::Context, clang::TreeTransform< Derived >::SemaRef, and clang::T.
QualType clang::TreeTransform< Derived >::RebuildIncompleteArrayType | ( | QualType | ElementType, |
ArraySizeModifier | SizeMod, | ||
unsigned | IndexTypeQuals, | ||
SourceRange | BracketsRange | ||
) |
Build a new incomplete array type given the element type, size modifier, and index type qualifiers.
By default, performs semantic analysis when building the array type. Subclasses may override this routine to provide different behavior.
Definition at line 16243 of file TreeTransform.h.
|
inline |
Build a new indirect goto statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1492 of file TreeTransform.h.
References clang::Sema::ActOnIndirectGotoStmt(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new initializer list expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3038 of file TreeTransform.h.
References clang::Sema::BuildInitList(), and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Build a new label statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1396 of file TreeTransform.h.
References clang::Sema::ActOnLabelStmt(), and clang::TreeTransform< Derived >::SemaRef.
|
inline |
|
inline |
Build a new MacroDefined type.
Definition at line 1029 of file TreeTransform.h.
References clang::Sema::Context, clang::ASTContext::getMacroQualifiedType(), clang::TreeTransform< Derived >::SemaRef, and clang::T.
|
inline |
Build a new matrix subscript expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 2798 of file TreeTransform.h.
References clang::Sema::CreateBuiltinMatrixSubscriptExpr(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new member access expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 2875 of file TreeTransform.h.
References clang::LookupResult::addDecl(), clang::CXXScopeSpec::Adopt(), clang::Sema::BuildDeclRefExpr(), clang::Sema::BuildFieldReferenceExpr(), clang::Sema::BuildMemberReferenceExpr(), clang::Class, clang::ExprError(), clang::ActionResult< PtrTy, Compress >::get(), clang::NestedNameSpecifierLoc::getNestedNameSpecifier(), getPointeeType(), clang::TreeTransform< Derived >::getSema(), clang::ActionResult< PtrTy, Compress >::isInvalid(), clang::Type::isPointerType(), clang::Sema::LookupMemberName, clang::DeclAccessPair::make(), clang::Member, clang::Sema::PerformMemberExprBaseConversion(), clang::Sema::PerformObjectMemberConversion(), clang::LookupResult::resolveKind(), clang::Sema::TemporaryMaterializationConversion(), and clang::VK_LValue.
QualType clang::TreeTransform< Derived >::RebuildMemberPointerType | ( | QualType | PointeeType, |
QualType | ClassType, | ||
SourceLocation | Sigil | ||
) |
Build a new member pointer type given the pointee type and the class type it refers into.
By default, performs semantic analysis when building the member pointer type. Subclasses may override this routine to provide different behavior.
Definition at line 16159 of file TreeTransform.h.
References clang::Sema::BuildMemberPointerType().
|
inline |
Build a new MS style inline asm statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1536 of file TreeTransform.h.
References clang::Sema::ActOnMSAsmStmt(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new C++0x range-based for statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 2636 of file TreeTransform.h.
References clang::Sema::BuildMSDependentExistsStmt(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Definition at line 3750 of file TreeTransform.h.
References clang::Sema::BuildNestedRequirement(), and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Definition at line 3744 of file TreeTransform.h.
References clang::Sema::BuildNestedRequirement(), and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Build a new Objective-C array literal.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3766 of file TreeTransform.h.
References clang::SemaObjC::BuildObjCArrayLiteral(), clang::TreeTransform< Derived >::getSema(), clang::Sema::ObjC(), and Range.
|
inline |
Build a new Objective-C @catch statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1635 of file TreeTransform.h.
References clang::SemaObjC::ActOnObjCAtCatchStmt(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::ObjC().
|
inline |
Build a new Objective-C @finally statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1646 of file TreeTransform.h.
References clang::SemaObjC::ActOnObjCAtFinallyStmt(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::ObjC().
|
inline |
Rebuild the operand to an Objective-C @synchronized statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 2516 of file TreeTransform.h.
References clang::SemaObjC::ActOnObjCAtSynchronizedOperand(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::ObjC().
|
inline |
Build a new Objective-C @synchronized statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 2525 of file TreeTransform.h.
References clang::SemaObjC::ActOnObjCAtSynchronizedStmt(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::ObjC().
|
inline |
Build a new Objective-C @throw statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1655 of file TreeTransform.h.
References clang::SemaObjC::BuildObjCAtThrowStmt(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::ObjC().
|
inline |
Build a new Objective-C @try statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1612 of file TreeTransform.h.
References clang::SemaObjC::ActOnObjCAtTryStmt(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::ObjC().
|
inline |
Build a new Objective-C @autoreleasepool statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 2534 of file TreeTransform.h.
References clang::SemaObjC::ActOnObjCAutoreleasePoolStmt(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::ObjC().
|
inline |
Build a new Objective-C boxed expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3758 of file TreeTransform.h.
References clang::SemaObjC::BuildObjCBoxedExpr(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::ObjC().
|
inline |
Build a new Objective-C dictionary literal.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3784 of file TreeTransform.h.
References clang::SemaObjC::BuildObjCDictionaryLiteral(), clang::TreeTransform< Derived >::getSema(), clang::Sema::ObjC(), and Range.
|
inline |
Build a new Objective-C @encode expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3793 of file TreeTransform.h.
References clang::SemaObjC::BuildObjCEncodeExpression(), clang::Sema::ObjC(), and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Rebuild an Objective-C exception declaration.
By default, performs semantic analysis to build the new declaration. Subclasses may override this routine to provide different behavior.
Definition at line 1624 of file TreeTransform.h.
References clang::SemaObjC::BuildObjCExceptionDecl(), clang::NamedDecl::getIdentifier(), clang::DeclaratorDecl::getInnerLocStart(), clang::Decl::getLocation(), clang::TreeTransform< Derived >::getSema(), clang::Sema::ObjC(), and clang::T.
|
inline |
Build a new Objective-C fast enumeration statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 2543 of file TreeTransform.h.
References clang::SemaObjC::ActOnObjCForCollectionStmt(), clang::SemaObjC::FinishObjCForCollectionStmt(), clang::ActionResult< PtrTy, Compress >::get(), clang::TreeTransform< Derived >::getSema(), clang::ActionResult< PtrTy, Compress >::isInvalid(), clang::Sema::ObjC(), and clang::StmtError().
|
inline |
Build a new Objective-C "isa" expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3905 of file TreeTransform.h.
References clang::Sema::BuildMemberReferenceExpr(), clang::TreeTransform< Derived >::getSema(), and clang::Expr::getType().
|
inline |
Build a new Objective-C ivar reference expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3850 of file TreeTransform.h.
References clang::Sema::BuildMemberReferenceExpr(), clang::NamedDecl::getDeclName(), clang::TreeTransform< Derived >::getSema(), clang::Expr::getType(), and clang::Result.
|
inline |
Build a new Objective-C instance message.
Definition at line 3815 of file TreeTransform.h.
References clang::SemaObjC::BuildInstanceMessage(), clang::Expr::getType(), clang::Sema::ObjC(), and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Build a new Objective-C instance/class message to 'super'.
Definition at line 3829 of file TreeTransform.h.
References clang::SemaObjC::BuildClassMessage(), clang::SemaObjC::BuildInstanceMessage(), clang::ObjCMethodDecl::isInstanceMethod(), clang::Sema::ObjC(), and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Build a new Objective-C class message.
Definition at line 3801 of file TreeTransform.h.
References clang::SemaObjC::BuildClassMessage(), clang::TypeSourceInfo::getType(), clang::Sema::ObjC(), and clang::TreeTransform< Derived >::SemaRef.
QualType clang::TreeTransform< Derived >::RebuildObjCObjectPointerType | ( | QualType | PointeeType, |
SourceLocation | Star | ||
) |
Build a new Objective-C object pointer type given the pointee type.
By default, directly builds the pointer type, with no additional semantic analysis.
Definition at line 16197 of file TreeTransform.h.
References clang::Sema::Context, and clang::ASTContext::getObjCObjectPointerType().
QualType clang::TreeTransform< Derived >::RebuildObjCObjectType | ( | QualType | BaseType, |
SourceLocation | Loc, | ||
SourceLocation | TypeArgsLAngleLoc, | ||
ArrayRef< TypeSourceInfo * > | TypeArgs, | ||
SourceLocation | TypeArgsRAngleLoc, | ||
SourceLocation | ProtocolLAngleLoc, | ||
ArrayRef< ObjCProtocolDecl * > | Protocols, | ||
ArrayRef< SourceLocation > | ProtocolLocs, | ||
SourceLocation | ProtocolRAngleLoc | ||
) |
Build an Objective-C object type.
By default, performs semantic analysis when building the object type. Subclasses may override this routine to provide different behavior.
Definition at line 16179 of file TreeTransform.h.
References clang::SemaObjC::BuildObjCObjectType(), Loc, and clang::Sema::ObjC().
|
inline |
Build a new Objective-C property reference expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3889 of file TreeTransform.h.
References clang::TreeTransform< Derived >::getSema(), clang::OK_ObjCProperty, clang::TreeTransform< Derived >::Owned(), clang::T, and clang::VK_LValue.
|
inline |
Build a new Objective-C property reference expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3870 of file TreeTransform.h.
References clang::Sema::BuildMemberReferenceExpr(), clang::TreeTransform< Derived >::getSema(), clang::Expr::getType(), and clang::Property.
|
inline |
Definition at line 3772 of file TreeTransform.h.
References clang::SemaObjC::BuildObjCSubscriptExpression(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::ObjC().
QualType clang::TreeTransform< Derived >::RebuildObjCTypeParamType | ( | const ObjCTypeParamDecl * | Decl, |
SourceLocation | ProtocolLAngleLoc, | ||
ArrayRef< ObjCProtocolDecl * > | Protocols, | ||
ArrayRef< SourceLocation > | ProtocolLocs, | ||
SourceLocation | ProtocolRAngleLoc | ||
) |
Definition at line 16167 of file TreeTransform.h.
References clang::SemaObjC::BuildObjCTypeParamType(), and clang::Sema::ObjC().
|
inline |
Build a new builtin offsetof expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 2745 of file TreeTransform.h.
References clang::Sema::BuildBuiltinOffsetOf(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new OpenMP 'affinity' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2308 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPAffinityClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'align' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2448 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPAlignClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'aligned' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 1965 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPAlignedClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'allocate' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2069 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPAllocateClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'allocator' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 1781 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPAllocatorClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new array shaping expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 2832 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOMPArrayShapingExpr(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'at' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2459 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPAtClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'bind' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2403 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPBindClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP Canonical loop.
Ensures that the outermost loop in LoopStmt
is wrapped by a OMPCanonicalLoop.
Definition at line 1664 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPCanonicalLoop(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'collapse' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 1792 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPCollapseClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'copyin' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 1978 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPCopyinClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'copyprivate' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 1990 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPCopyprivateClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'default' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 1803 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPDefaultClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'defaultmap' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2246 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPDefaultmapClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'depend' pseudo clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2025 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPDependClause(), clang::Data, clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'depobj' pseudo clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2014 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPDepobjClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'destroy' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2357 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPDestroyClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'detach' clause.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 2154 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPDetachClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'device' clause.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 2038 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPDeviceClause(), clang::Device, clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'dist_schedule' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2166 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPDistScheduleClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'doacross' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2496 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPDoacrossClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'exclusive' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2285 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPExclusiveClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP executable directive.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1672 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPExecutableDirective(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'filter' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2392 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPFilterClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'final' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 1714 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPFinalClause(), clang::Condition, clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'firstprivate' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 1865 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPFirstprivateClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'flush' pseudo clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2002 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPFlushClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'from' clause.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 2195 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPFromClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'full' clause.
Definition at line 1764 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPFullClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'grainsize' clause.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 2117 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPGrainsizeClause(), clang::Device, clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'has_device_addr' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2237 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPHasDeviceAddrClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'hint' clause.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 2143 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPHintClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'holds' clause.
Definition at line 2505 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPHoldsClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'if' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 1699 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPIfClause(), clang::Condition, clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'inclusive' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2273 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPInclusiveClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP informational directive.
Definition at line 1684 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPInformationalDirective(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'init' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2333 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPInitClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'in_reduction' clause.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1936 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPInReductionClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'is_device_ptr' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2228 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPIsDevicePtrClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new iterator expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 2845 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOMPIteratorExpr(), clang::Data, clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'lastprivate' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 1877 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPLastprivateClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'linear' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 1951 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPLinearClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'map' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2051 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPMapClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'message' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2484 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPMessageClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'nocontext' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2381 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPNocontextClause(), clang::Condition, clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'nontemporal' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2261 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPNontemporalClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'novariants' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2369 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPNovariantsClause(), clang::Condition, clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'num_tasks' clause.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 2130 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPNumTasksClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'num_teams' clause.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 2082 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPNumTeamsClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'num_threads' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 1725 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPNumThreadsClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'order' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2321 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPOrderClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'ordered' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 1842 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPOrderedClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'partial' clause.
Definition at line 1770 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPPartialClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'priority' clause.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 2106 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPPriorityClause(), clang::TreeTransform< Derived >::getSema(), clang::Sema::OpenMP(), and Priority.
|
inline |
Build a new OpenMP 'private' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 1853 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPPrivateClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'proc_bind' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 1815 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPProcBindClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'reduction' clause.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1904 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPReductionClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'safelen' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 1737 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPSafelenClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'schedule' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 1828 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPScheduleClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'severity' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2471 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPSeverityClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'shared' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 1892 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPSharedClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'simdlen' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 1748 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPSimdlenClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Definition at line 1755 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPSizesClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'task_reduction' clause.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1920 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPTaskReductionClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'thread_limit' clause.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 2094 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPThreadLimitClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'to' clause.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 2179 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPToClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'use' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2346 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPUseClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'use_device_addr' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2219 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPUseDeviceAddrClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'use_device_ptr' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2210 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPUseDevicePtrClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'uses_allocators' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2297 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPUsesAllocatorClause(), clang::Data, clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'ompx_attribute' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2427 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPXAttributeClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'ompx_bare' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2439 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPXBareClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Build a new OpenMP 'ompx_dyn_cgroup_mem' clause.
By default, performs semantic analysis to build the new OpenMP clause. Subclasses may override this routine to provide different behavior.
Definition at line 2416 of file TreeTransform.h.
References clang::SemaOpenMP::ActOnOpenMPXDynCGroupMemClause(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenMP().
|
inline |
Definition at line 4074 of file TreeTransform.h.
References clang::SemaOpenACC::ActOnEndStmtDirective(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::OpenACC().
|
inline |
Definition at line 4084 of file TreeTransform.h.
References clang::SemaOpenACC::ActOnEndStmtDirective(), clang::TreeTransform< Derived >::getSema(), clang::Loop, and clang::Sema::OpenACC().
|
inline |
Build a new expression pack expansion.
By default, performs semantic analysis to build a new pack expansion for an expression. Subclasses may override this routine to provide different behavior.
Definition at line 4012 of file TreeTransform.h.
References clang::Sema::CheckPackExpansion(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new template argument pack expansion.
By default, performs semantic analysis to build a new pack expansion for a template argument. Subclasses may override this routine to provide different behavior.
Definition at line 3964 of file TreeTransform.h.
References clang::Sema::CheckPackExpansion(), clang::Sema::Context, clang::TemplateArgument::Declaration, clang::TemplateArgument::Expression, clang::TemplateArgumentLoc::getArgument(), clang::TemplateArgument::getAsTemplate(), clang::TemplateArgument::getKind(), clang::TreeTransform< Derived >::getSema(), clang::TemplateArgumentLoc::getSourceExpression(), clang::TemplateArgumentLoc::getTemplateNameLoc(), clang::TemplateArgumentLoc::getTemplateQualifierLoc(), clang::TemplateArgumentLoc::getTypeSourceInfo(), clang::TemplateArgument::Integral, clang::TemplateArgument::Null, clang::TemplateArgument::NullPtr, clang::TemplateArgument::Pack, clang::Result, clang::TreeTransform< Derived >::SemaRef, clang::TemplateArgument::StructuralValue, clang::TemplateArgument::Template, clang::TemplateArgument::TemplateExpansion, and clang::TemplateArgument::Type.
|
inline |
Build a new pack expansion type.
By default, builds a new PackExpansionType type from the given pattern. Subclasses may override this routine to provide different behavior.
Definition at line 1271 of file TreeTransform.h.
References clang::Sema::CheckPackExpansion(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Definition at line 3659 of file TreeTransform.h.
References clang::Sema::BuildPackIndexingExpr(), and clang::TreeTransform< Derived >::getSema().
QualType clang::TreeTransform< Derived >::RebuildPackIndexingType | ( | QualType | Pattern, |
Expr * | IndexExpr, | ||
SourceLocation | Loc, | ||
SourceLocation | EllipsisLoc, | ||
bool | FullySubstituted, | ||
ArrayRef< QualType > | Expansions = {} |
||
) |
Definition at line 16415 of file TreeTransform.h.
References clang::Sema::BuildPackIndexingType(), and Loc.
|
inline |
Build a new expression in parentheses.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 2713 of file TreeTransform.h.
References clang::Sema::ActOnParenExpr(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new expression list in parentheses.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3087 of file TreeTransform.h.
References clang::Sema::ActOnParenListExpr(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new parenthesized type.
By default, builds a new ParenType type from the inner type. Subclasses may override this routine to provide different behavior.
Definition at line 1109 of file TreeTransform.h.
References clang::Sema::BuildParenType(), and clang::TreeTransform< Derived >::SemaRef.
QualType clang::TreeTransform< Derived >::RebuildPipeType | ( | QualType | ValueType, |
SourceLocation | KWLoc, | ||
bool | isReadPipe | ||
) |
Build a new pipe type given its value type.
Definition at line 16445 of file TreeTransform.h.
References clang::Sema::BuildReadPipeType(), and clang::Sema::BuildWritePipeType().
QualType clang::TreeTransform< Derived >::RebuildPointerType | ( | QualType | PointeeType, |
SourceLocation | Sigil | ||
) |
Build a new pointer type given its pointee type.
By default, performs semantic analysis when building the pointer type. Subclasses may override this routine to provide different behavior.
Definition at line 16135 of file TreeTransform.h.
References clang::Sema::BuildPointerType(), and clang::Star.
|
inline |
Build a new predefined expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 2679 of file TreeTransform.h.
References clang::Sema::BuildPredefinedExpr(), clang::TreeTransform< Derived >::getSema(), and Loc.
QualType clang::TreeTransform< Derived >::RebuildQualifiedType | ( | QualType | T, |
QualifiedTypeLoc | TL | ||
) |
Build a new qualified type given its unqualified type and type location.
By default, this routine adds type qualifiers only to types that can have qualifiers, and silently suppresses those qualifiers that are not permitted. Subclasses may override this routine to provide different behavior.
Definition at line 5123 of file TreeTransform.h.
References clang::Sema::BuildQualifiedType(), clang::Sema::Context, clang::Default, clang::SemaBase::Diag(), clang::Qualifiers::fromCVRMask(), clang::Qualifiers::getAddressSpace(), clang::ASTContext::getAddrSpaceQualType(), clang::Sema::getASTContext(), clang::ASTContext::getAutoType(), clang::TypeLoc::getBeginLoc(), clang::DeducedType::getDeducedType(), clang::AutoType::getKeyword(), clang::QualType::getLocalQualifiers(), clang::ASTContext::getQualifiedType(), clang::QualType::getQualifiers(), clang::TypeLoc::getType(), clang::AutoType::getTypeConstraintArguments(), clang::AutoType::getTypeConstraintConcept(), clang::QualType::getUnqualifiedType(), clang::Qualifiers::hasObjCLifetime(), clang::Qualifiers::hasRestrict(), clang::DeducedType::isDeduced(), clang::Type::isDependentType(), clang::Type::isFunctionType(), clang::Type::isObjCLifetimeType(), clang::Type::isReferenceType(), Loc, clang::Qualifiers::removeObjCLifetime(), clang::Qualifiers::Restrict, and clang::T.
|
inline |
Build a new class/struct/union type.
Definition at line 1035 of file TreeTransform.h.
References clang::Sema::Context, clang::ASTContext::getTypeDeclType(), and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Definition at line 4069 of file TreeTransform.h.
References clang::Sema::CreateRecoveryExpr(), and clang::TreeTransform< Derived >::getSema().
QualType clang::TreeTransform< Derived >::RebuildReferenceType | ( | QualType | ReferentType, |
bool | LValue, | ||
SourceLocation | Sigil | ||
) |
Build a new reference type given the type it references.
By default, performs semantic analysis when building the reference type. Subclasses may override this routine to provide different behavior.
LValue | whether the type was written with an lvalue sigil or an rvalue sigil. |
Definition at line 16150 of file TreeTransform.h.
References clang::Sema::BuildReferenceType().
|
inline |
Build a new requires expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3705 of file TreeTransform.h.
References clang::Sema::Context, clang::RequiresExpr::Create(), and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Build a new return statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1502 of file TreeTransform.h.
References clang::Sema::BuildReturnStmt(), clang::TreeTransform< Derived >::getSema(), and clang::Result.
|
inline |
Definition at line 2658 of file TreeTransform.h.
References clang::Sema::ActOnSEHExceptBlock(), clang::Block, clang::TreeTransform< Derived >::getSema(), and Loc.
|
inline |
Definition at line 2663 of file TreeTransform.h.
References clang::Block, clang::SEHFinallyStmt::Create(), clang::TreeTransform< Derived >::getSema(), and Loc.
|
inline |
Definition at line 2653 of file TreeTransform.h.
References clang::Sema::ActOnSEHTryBlock(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new shuffle vector expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3922 of file TreeTransform.h.
References clang::ASTContext::BuiltinFnTy, clang::Sema::BuiltinShuffleVector(), clang::Sema::Context, clang::CallExpr::Create(), clang::DeclContextLookupResult::empty(), clang::DeclContextLookupResult::front(), clang::ActionResult< PtrTy, Compress >::get(), clang::IdentifierTable::get(), clang::FunctionDecl::getCallResultType(), clang::ASTContext::getPointerType(), clang::FunctionDecl::getReturnType(), clang::ASTContext::getTranslationUnitDecl(), clang::ValueDecl::getType(), clang::Expr::getValueKindForType(), clang::ASTContext::Idents, clang::Sema::ImpCastExprToType(), clang::DeclContext::lookup(), clang::TreeTransform< Derived >::SemaRef, and clang::VK_PRValue.
|
inline |
Build a new expression to compute the length of a parameter pack.
Definition at line 3650 of file TreeTransform.h.
References clang::Sema::Context, clang::SizeOfPackExpr::Create(), and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Build a new expression representing a call to a source location builtin.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3674 of file TreeTransform.h.
References clang::Sema::BuildSourceLocExpr(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new GNU statement expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3107 of file TreeTransform.h.
References clang::Sema::BuildStmtExpr(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Attach the body to the switch statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1441 of file TreeTransform.h.
References clang::Sema::ActOnFinishSwitchStmt(), clang::TreeTransform< Derived >::getSema(), and clang::Switch.
|
inline |
Start building a new switch statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1429 of file TreeTransform.h.
References clang::Sema::ActOnStartOfSwitchStmt(), clang::TreeTransform< Derived >::getSema(), and clang::Init.
|
inline |
Definition at line 2667 of file TreeTransform.h.
References clang::SemaSYCL::BuildUniqueStableNameExpr(), clang::TreeTransform< Derived >::getSema(), and clang::Sema::SYCL().
|
inline |
Build a new template-id expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3519 of file TreeTransform.h.
References clang::Sema::BuildTemplateIdExpr(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new template name given a template template parameter pack and the.
By default, performs semantic analysis to determine whether the name can be resolved to a specific template, then builds the appropriate kind of template name. Subclasses may override this routine to provide different behavior.
Definition at line 1340 of file TreeTransform.h.
References clang::Sema::Context, clang::TreeTransform< Derived >::getSema(), and clang::ASTContext::getSubstTemplateTemplateParmPack().
TemplateName clang::TreeTransform< Derived >::RebuildTemplateName | ( | CXXScopeSpec & | SS, |
bool | TemplateKW, | ||
TemplateDecl * | Template | ||
) |
Build a new template name given a nested name specifier, a flag indicating whether the "template" keyword was provided, and the template that the template name refers to.
By default, builds the new template name directly. Subclasses may override this routine to provide different behavior.
Definition at line 16471 of file TreeTransform.h.
References clang::Sema::Context, clang::ASTContext::getQualifiedTemplateName(), and clang::CXXScopeSpec::getScopeRep().
TemplateName clang::TreeTransform< Derived >::RebuildTemplateName | ( | CXXScopeSpec & | SS, |
SourceLocation | TemplateKWLoc, | ||
const IdentifierInfo & | Name, | ||
SourceLocation | NameLoc, | ||
QualType | ObjectType, | ||
NamedDecl * | FirstQualifierInScope, | ||
bool | AllowInjectedClassName | ||
) |
Build a new template name given a nested name specifier and the name that is referred to as a template.
By default, performs semantic analysis to determine whether the name can be resolved to a specific template, then builds the appropriate kind of template name. Subclasses may override this routine to provide different behavior.
Definition at line 16480 of file TreeTransform.h.
References clang::OpaquePtr< PtrTy >::get(), and clang::OpaquePtr< QualType >::make().
TemplateName clang::TreeTransform< Derived >::RebuildTemplateName | ( | CXXScopeSpec & | SS, |
SourceLocation | TemplateKWLoc, | ||
OverloadedOperatorKind | Operator, | ||
SourceLocation | NameLoc, | ||
QualType | ObjectType, | ||
bool | AllowInjectedClassName | ||
) |
Build a new template name given a nested name specifier and the overloaded operator name that is referred to as a template.
By default, performs semantic analysis to determine whether the name can be resolved to a specific template, then builds the appropriate kind of template name. Subclasses may override this routine to provide different behavior.
Definition at line 16499 of file TreeTransform.h.
References clang::OpaquePtr< PtrTy >::get(), and clang::OpaquePtr< QualType >::make().
QualType clang::TreeTransform< Derived >::RebuildTemplateSpecializationType | ( | TemplateName | Template, |
SourceLocation | TemplateLoc, | ||
TemplateArgumentListInfo & | Args | ||
) |
Build a new template specialization type.
By default, performs semantic analysis when building the template specialization type. Subclasses may override this routine to provide different behavior.
Definition at line 16431 of file TreeTransform.h.
References clang::Sema::CheckTemplateIdType().
|
inline |
Build a new typedef type.
Definition at line 1024 of file TreeTransform.h.
References clang::Sema::Context, clang::ASTContext::getTypeDeclType(), and clang::TreeTransform< Derived >::SemaRef.
QualType clang::TreeTransform< Derived >::RebuildTypeOfExprType | ( | Expr * | Underlying, |
SourceLocation | Loc, | ||
TypeOfKind | Kind | ||
) |
Build a new typeof(expr) type.
By default, performs semantic analysis when building the typeof type. Subclasses may override this routine to provide different behavior.
Definition at line 16398 of file TreeTransform.h.
References clang::Sema::BuildTypeofExprType(), and E.
QualType clang::TreeTransform< Derived >::RebuildTypeOfType | ( | QualType | Underlying, |
TypeOfKind | Kind | ||
) |
Build a new typeof(type) type.
By default, builds a new TypeOfType with the given underlying type.
Definition at line 16404 of file TreeTransform.h.
References clang::Sema::Context, and clang::ASTContext::getTypeOfType().
|
inline |
Definition at line 3718 of file TreeTransform.h.
References clang::Sema::BuildTypeRequirement(), and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Definition at line 3723 of file TreeTransform.h.
References clang::Sema::BuildTypeRequirement(), clang::TreeTransform< Derived >::SemaRef, and clang::T.
|
inline |
Build a new type trait expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3462 of file TreeTransform.h.
References clang::Sema::BuildTypeTrait(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new sizeof, alignof or vec step expression with an expression argument.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 2770 of file TreeTransform.h.
References clang::Sema::CreateUnaryExprOrTypeTraitExpr(), clang::ExprError(), clang::TreeTransform< Derived >::getSema(), and clang::Result.
|
inline |
Build a new sizeof, alignof or vec_step expression with a type argument.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 2758 of file TreeTransform.h.
References clang::Sema::CreateUnaryExprOrTypeTraitExpr(), and clang::TreeTransform< Derived >::getSema().
|
inline |
Build a new unary operator expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 2735 of file TreeTransform.h.
References clang::Sema::BuildUnaryOp(), and clang::TreeTransform< Derived >::getSema().
QualType clang::TreeTransform< Derived >::RebuildUnaryTransformType | ( | QualType | BaseType, |
UnaryTransformType::UTTKind | UKind, | ||
SourceLocation | Loc | ||
) |
Build a new unary transform type.
Definition at line 16424 of file TreeTransform.h.
References clang::Sema::BuildUnaryTransformType(), and Loc.
|
inline |
Build a new member reference expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3623 of file TreeTransform.h.
References clang::CXXScopeSpec::Adopt(), clang::Sema::BuildMemberReferenceExpr(), and clang::TreeTransform< Derived >::SemaRef.
QualType clang::TreeTransform< Derived >::RebuildUnresolvedUsingType | ( | SourceLocation | NameLoc, |
Decl * | D | ||
) |
Rebuild an unresolved typename type, given the decl that the UnresolvedUsingTypenameDecl was transformed to.
Definition at line 16342 of file TreeTransform.h.
References clang::Sema::Context, D, clang::Sema::DiagnoseUseOfDecl(), E, clang::Type::getAs(), clang::UsingShadowDecl::getTargetDecl(), clang::ASTContext::getTypeDeclType(), clang::ASTContext::getUsingType(), clang::ASTContext::hasSameType(), clang::Decl::isInvalidDecl(), clang::QualType::isNull(), Loc, and clang::T.
|
inline |
Build a new type found via an alias.
Definition at line 1019 of file TreeTransform.h.
References clang::Sema::Context, clang::Found, clang::ASTContext::getUsingType(), and clang::TreeTransform< Derived >::SemaRef.
|
inline |
Build a new va_arg
expression.
By default, performs semantic analysis to build the new expression. Subclasses may override this routine to provide different behavior.
Definition at line 3075 of file TreeTransform.h.
References clang::Sema::BuildVAArgExpr(), and clang::TreeTransform< Derived >::getSema().
QualType clang::TreeTransform< Derived >::RebuildVariableArrayType | ( | QualType | ElementType, |
ArraySizeModifier | SizeMod, | ||
Expr * | SizeExpr, | ||
unsigned | IndexTypeQuals, | ||
SourceRange | BracketsRange | ||
) |
Build a new variable-length array type given the element type, size modifier, size expression, and index type qualifiers.
By default, performs semantic analysis when building the array type. Subclasses may override this routine to provide different behavior.
Definition at line 16251 of file TreeTransform.h.
QualType clang::TreeTransform< Derived >::RebuildVectorType | ( | QualType | ElementType, |
unsigned | NumElements, | ||
VectorKind | VecKind | ||
) |
Build a new vector type given the element type and number of elements.
By default, performs semantic analysis when building the vector type. Subclasses may override this routine to provide different behavior.
Definition at line 16276 of file TreeTransform.h.
References clang::Sema::Context, and clang::ASTContext::getVectorType().
|
inline |
Build a new while statement.
By default, performs semantic analysis to build the new statement. Subclasses may override this routine to provide different behavior.
Definition at line 1450 of file TreeTransform.h.
References clang::Sema::ActOnWhileStmt(), and clang::TreeTransform< Derived >::getSema().
|
inline |
"Remember" the partially-substituted pack template argument after performing an instantiation that must preserve the parameter pack use.
This routine is meant to be overridden by the template instantiator.
Definition at line 310 of file TreeTransform.h.
|
inline |
Whether the transformation is forming an expression or statement that replaces the original.
In this case, we'll reuse mangling numbers from existing lambdas.
Definition at line 168 of file TreeTransform.h.
|
inline |
Sets the "base" location and entity when that information is known based on another transformation.
By default, the source location and entity are ignored. Subclasses can override this function to provide a customized implementation.
Definition at line 197 of file TreeTransform.h.
StmtResult clang::TreeTransform< Derived >::SkipLambdaBody | ( | LambdaExpr * | E, |
Stmt * | Body | ||
) |
Alternative implementation of TransformLambdaBody that skips transforming the body.
Definition at line 14889 of file TreeTransform.h.
References clang::C, E, clang::Decl::isInvalidDecl(), clang::LCK_StarThis, and clang::StmtError().
ExprResult clang::TreeTransform< Derived >::TransformAddressOfOperand | ( | Expr * | E | ) |
The operand of a unary address-of operator has special rules: it's allowed to refer to a non-static member of a class even if there's no 'this' object available.
Definition at line 12063 of file TreeTransform.h.
References E.
const Attr * clang::TreeTransform< Derived >::TransformAttr | ( | const Attr * | S | ) |
Transform the given attribute.
By default, this routine transforms a statement by delegating to the appropriate TransformXXXAttr function to transform a specific kind of attribute. Subclasses may override this function to transform attributed statements/types using some other mechanism.
Definition at line 7975 of file TreeTransform.h.
References clang::Attr::getKind().
QualType clang::TreeTransform< Derived >::TransformAttributedType | ( | TypeLocBuilder & | TLB, |
AttributedTypeLoc | TL | ||
) |
Definition at line 7412 of file TreeTransform.h.
QualType clang::TreeTransform< Derived >::TransformAttributedType | ( | TypeLocBuilder & | TLB, |
AttributedTypeLoc | TL, | ||
Fn | TransformModifiedType | ||
) |
Definition at line 7364 of file TreeTransform.h.
References clang::Type::canHaveNullability(), clang::Sema::Context, clang::SemaBase::Diag(), clang::AttributedTypeLoc::getAttr(), clang::ASTContext::getAttributedType(), clang::AttributedTypeLoc::getAttrKind(), clang::TypeLoc::getBeginLoc(), clang::AttributedTypeLoc::getEquivalentTypeLoc(), clang::TypeLoc::getFullDataSize(), clang::AttributedType::getImmediateNullability(), clang::Attr::getLocation(), clang::AttributedTypeLoc::getModifiedLoc(), clang::AttributedType::getModifiedType(), clang::TypeLoc::getType(), clang::ConcreteTypeLoc< Base, Derived, TypeClass, LocalData >::getTypePtr(), clang::QualType::isNull(), clang::TypeLocBuilder::push(), clang::TypeLocBuilder::reserve(), and clang::AttributedTypeLoc::setAttr().
|
inline |
Transform the attributes associated with the given declaration and place them on the new declaration.
By default, this operation does nothing. Subclasses may override this behavior to transform attributes.
Definition at line 498 of file TreeTransform.h.
StmtResult clang::TreeTransform< Derived >::TransformCompoundStmt | ( | CompoundStmt * | S, |
bool | IsStmtExpr | ||
) |
Definition at line 7845 of file TreeTransform.h.
Sema::ConditionResult clang::TreeTransform< Derived >::TransformCondition | ( | SourceLocation | Loc, |
VarDecl * | Var, | ||
Expr * | Expr, | ||
Sema::ConditionKind | Kind | ||
) |
Transform the specified condition.
By default, this transforms the variable and expression and rebuilds the condition.
Definition at line 4396 of file TreeTransform.h.
References clang::Sema::ConditionError(), clang::ActionResult< PtrTy, Compress >::get(), clang::Decl::getLocation(), clang::ActionResult< PtrTy, Compress >::isInvalid(), and Loc.
ExprResult clang::TreeTransform< Derived >::TransformCXXNamedCastExpr | ( | CXXNamedCastExpr * | E | ) |
Definition at line 13217 of file TreeTransform.h.
References E, clang::ExprError(), clang::ActionResult< PtrTy, Compress >::get(), clang::Stmt::getStmtClass(), and clang::ActionResult< PtrTy, Compress >::isInvalid().
|
inline |
Transform the given declaration, which is referenced from a type or expression.
By default, acts as the identity function on declarations, unless the transformer has had to transform the declaration itself. Subclasses may override this function to provide alternate behavior.
Definition at line 476 of file TreeTransform.h.
References D, and clang::TreeTransform< Derived >::TransformedLocalDecls.
Referenced by clang::TreeTransform< Derived >::TransformFirstQualifierInScope().
DeclarationNameInfo clang::TreeTransform< Derived >::TransformDeclarationNameInfo | ( | const DeclarationNameInfo & | NameInfo | ) |
Transform the given declaration name.
By default, transforms the types of conversion function, constructor, and destructor names and then (if needed) rebuilds the declaration name. Identifiers and selectors are returned unmodified. Subclasses may override this function to provide alternate behavior.
Definition at line 4539 of file TreeTransform.h.
References clang::Sema::Context, clang::DeclarationName::CXXConstructorName, clang::DeclarationName::CXXConversionFunctionName, clang::DeclarationName::CXXDeductionGuideName, clang::DeclarationName::CXXDestructorName, clang::DeclarationName::CXXLiteralOperatorName, clang::DeclarationName::CXXOperatorName, clang::DeclarationName::CXXUsingDirective, clang::ASTContext::DeclarationNames, clang::ASTContext::getCanonicalType(), clang::DeclarationNameTable::getCXXDeductionGuideName(), clang::DeclarationNameTable::getCXXSpecialName(), clang::DeclarationNameInfo::getLoc(), clang::DeclarationNameInfo::getName(), clang::DeclarationNameInfo::getNamedTypeInfo(), clang::TypeSourceInfo::getType(), clang::DeclarationName::Identifier, clang::QualType::isNull(), clang::DeclarationName::ObjCMultiArgSelector, clang::DeclarationName::ObjCOneArgSelector, clang::DeclarationName::ObjCZeroArgSelector, clang::DeclarationNameInfo::setName(), and clang::DeclarationNameInfo::setNamedTypeInfo().
|
inline |
Transform the definition of the given declaration.
By default, invokes TransformDecl() to transform the declaration. Subclasses may override this function to provide alternate behavior.
Definition at line 517 of file TreeTransform.h.
References D, clang::TreeTransform< Derived >::getDerived(), and Loc.
ExprResult clang::TreeTransform< Derived >::TransformDependentScopeDeclRefExpr | ( | DependentScopeDeclRefExpr * | E, |
bool | IsAddressOfOperand, | ||
TypeSourceInfo ** | RecoveryTSI | ||
) |
Definition at line 14240 of file TreeTransform.h.
References E.
QualType clang::TreeTransform< Derived >::TransformDependentTemplateSpecializationType | ( | TypeLocBuilder & | TLB, |
DependentTemplateSpecializationTypeLoc | TL, | ||
NestedNameSpecifierLoc | QualifierLoc | ||
) |
Definition at line 7558 of file TreeTransform.h.
References E, clang::DependentTemplateSpecializationTypeLoc::getElaboratedKeywordLoc(), clang::DependentTemplateSpecializationTypeLoc::getLAngleLoc(), clang::DependentTemplateSpecializationTypeLoc::getNumArgs(), clang::DependentTemplateSpecializationTypeLoc::getRAngleLoc(), clang::DependentTemplateSpecializationTypeLoc::getTemplateKeywordLoc(), clang::DependentTemplateSpecializationTypeLoc::getTemplateNameLoc(), clang::ConcreteTypeLoc< Base, Derived, TypeClass, LocalData >::getTypePtr(), clang::TypeLocBuilder::push(), clang::Result, clang::TemplateSpecializationTypeLoc::setArgLocInfo(), clang::DependentTemplateSpecializationTypeLoc::setArgLocInfo(), clang::ElaboratedTypeLoc::setElaboratedKeywordLoc(), clang::DependentTemplateSpecializationTypeLoc::setElaboratedKeywordLoc(), clang::TemplateArgumentListInfo::setLAngleLoc(), clang::TemplateSpecializationTypeLoc::setLAngleLoc(), clang::DependentTemplateSpecializationTypeLoc::setLAngleLoc(), clang::ElaboratedTypeLoc::setQualifierLoc(), clang::DependentTemplateSpecializationTypeLoc::setQualifierLoc(), clang::TemplateArgumentListInfo::setRAngleLoc(), clang::TemplateSpecializationTypeLoc::setRAngleLoc(), clang::DependentTemplateSpecializationTypeLoc::setRAngleLoc(), clang::TemplateSpecializationTypeLoc::setTemplateKeywordLoc(), clang::DependentTemplateSpecializationTypeLoc::setTemplateKeywordLoc(), clang::TemplateSpecializationTypeLoc::setTemplateNameLoc(), clang::DependentTemplateSpecializationTypeLoc::setTemplateNameLoc(), clang::TemplateArgumentListInfo::size(), and clang::T.
QualType clang::TreeTransform< Derived >::TransformDependentTemplateSpecializationType | ( | TypeLocBuilder & | TLB, |
DependentTemplateSpecializationTypeLoc | TL, | ||
TemplateName | Template, | ||
CXXScopeSpec & | SS | ||
) |
FIXME: Wrap this in an elaborated-type-specifier?
Definition at line 7250 of file TreeTransform.h.
References clang::TemplateArgumentListInfo::arguments(), clang::Sema::Context, clang::TemplateName::getAsDependentTemplateName(), clang::DependentTemplateSpecializationTypeLoc::getElaboratedKeywordLoc(), clang::TypeWithKeyword::getKeyword(), clang::DependentTemplateSpecializationTypeLoc::getLAngleLoc(), clang::DependentTemplateSpecializationTypeLoc::getNumArgs(), clang::DependentTemplateSpecializationTypeLoc::getRAngleLoc(), clang::DependentTemplateSpecializationTypeLoc::getTemplateKeywordLoc(), clang::DependentTemplateSpecializationTypeLoc::getTemplateNameLoc(), clang::ConcreteTypeLoc< Base, Derived, TypeClass, LocalData >::getTypePtr(), clang::CXXScopeSpec::getWithLocInContext(), clang::TypeLocBuilder::push(), clang::Result, clang::TemplateSpecializationTypeLoc::setArgLocInfo(), clang::DependentTemplateSpecializationTypeLoc::setArgLocInfo(), clang::DependentTemplateSpecializationTypeLoc::setElaboratedKeywordLoc(), clang::TemplateArgumentListInfo::setLAngleLoc(), clang::TemplateSpecializationTypeLoc::setLAngleLoc(), clang::DependentTemplateSpecializationTypeLoc::setLAngleLoc(), clang::DependentTemplateSpecializationTypeLoc::setQualifierLoc(), clang::TemplateArgumentListInfo::setRAngleLoc(), clang::TemplateSpecializationTypeLoc::setRAngleLoc(), clang::DependentTemplateSpecializationTypeLoc::setRAngleLoc(), clang::TemplateSpecializationTypeLoc::setTemplateKeywordLoc(), clang::DependentTemplateSpecializationTypeLoc::setTemplateKeywordLoc(), clang::TemplateSpecializationTypeLoc::setTemplateNameLoc(), clang::DependentTemplateSpecializationTypeLoc::setTemplateNameLoc(), and clang::TemplateArgumentListInfo::size().
|
inline |
Note that a local declaration has been transformed by this transformer.
Local declarations are typically transformed via a call to TransformDefinition. However, in some cases (e.g., lambda expressions), the transformer itself has to transform the declarations. This routine can be overridden by a subclass that keeps track of such mappings.
Definition at line 507 of file TreeTransform.h.
References clang::TreeTransform< Derived >::TransformedLocalDecls.
bool clang::TreeTransform< Derived >::TransformExceptionSpec | ( | SourceLocation | Loc, |
FunctionProtoType::ExceptionSpecInfo & | ESI, | ||
SmallVectorImpl< QualType > & | Exceptions, | ||
bool & | Changed | ||
) |
Definition at line 6379 of file TreeTransform.h.
References clang::Sema::CheckSpecifiedExceptionType(), clang::Sema::collectUnexpandedParameterPacks(), clang::Sema::ConstantEvaluated, clang::Sema::Context, clang::EST_Dynamic, clang::EST_DynamicNone, clang::EST_Unevaluated, clang::EST_Uninstantiated, clang::FunctionProtoType::ExceptionSpecInfo::Exceptions, clang::ActionResult< PtrTy, Compress >::get(), clang::Type::getAs(), clang::ASTContext::getPackExpansionType(), clang::isComputedNoexcept(), clang::ActionResult< PtrTy, Compress >::isInvalid(), Loc, clang::FunctionProtoType::ExceptionSpecInfo::NoexceptExpr, clang::FunctionProtoType::ExceptionSpecInfo::SourceTemplate, clang::T, clang::FunctionProtoType::ExceptionSpecInfo::Type, and clang::Unevaluated.
ExprResult clang::TreeTransform< Derived >::TransformExpr | ( | Expr * | E | ) |
Transform the given expression.
By default, this routine transforms an expression by delegating to the appropriate TransformXXXExpr function to build a new expression. Subclasses may override this function to transform expressions using some other mechanism.
Definition at line 4178 of file TreeTransform.h.
References E, clang::Stmt::getStmtClass(), and clang::Stmt::NoStmtClass.
concepts::ExprRequirement * clang::TreeTransform< Derived >::TransformExprRequirement | ( | concepts::ExprRequirement * | Req | ) |
Definition at line 14120 of file TreeTransform.h.
References clang::Sema::CheckPlaceholderExpr(), E, clang::ActionResult< PtrTy, Compress >::get(), clang::concepts::ExprRequirement::getExpr(), clang::concepts::ExprRequirement::getExprSubstitutionDiagnostic(), clang::concepts::ExprRequirement::getNoexceptLoc(), clang::concepts::ExprRequirement::getReturnTypeRequirement(), clang::Expr::hasPlaceholderType(), clang::concepts::ExprRequirement::isExprSubstitutionFailure(), clang::ActionResult< PtrTy, Compress >::isInvalid(), clang::concepts::ExprRequirement::isSimple(), and clang::ActionResult< PtrTy, Compress >::isUsable().
bool clang::TreeTransform< Derived >::TransformExprs | ( | Expr *const * | Inputs, |
unsigned | NumInputs, | ||
bool | IsCall, | ||
SmallVectorImpl< Expr * > & | Outputs, | ||
bool * | ArgChanged = nullptr |
||
) |
Transform the given list of expressions.
This routine transforms a list of expressions by invoking TransformExpr()
for each subexpression. However, it also provides support for variadic templates by expanding any pack expansions (if the derived class permits such expansion) along the way. When pack expansions are present, the number of outputs may not equal the number of inputs.
Inputs | The set of expressions to be transformed. |
NumInputs | The number of expressions in Inputs . |
IsCall | If true , then this transform is being performed on function-call arguments, and any arguments that should be dropped, will be. |
Outputs | The transformed input expressions will be added to this vector. |
ArgChanged | If non-NULL, will be set true if any argument changed due to transformation. |
Definition at line 4283 of file TreeTransform.h.
References clang::ActionResult< PtrTy, Compress >::get(), clang::Stmt::getSourceRange(), clang::ActionResult< PtrTy, Compress >::isInvalid(), and clang::Result.
|
inline |
Transform the given declaration, which was the first part of a nested-name-specifier in a member access expression.
This specific declaration transformation only applies to the first identifier in a nested-name-specifier of a member access expression, e.g., the T
in x->T::member
By default, invokes TransformDecl() to transform the declaration. Subclasses may override this function to provide alternate behavior.
Definition at line 530 of file TreeTransform.h.
References D, clang::TreeTransform< Derived >::getDerived(), Loc, and clang::TreeTransform< Derived >::TransformDecl().
QualType clang::TreeTransform< Derived >::TransformFunctionProtoType | ( | TypeLocBuilder & | TLB, |
FunctionProtoTypeLoc | TL | ||
) |
Definition at line 6222 of file TreeTransform.h.
References clang::TypeLoc::getBeginLoc().
QualType clang::TreeTransform< Derived >::TransformFunctionProtoType | ( | TypeLocBuilder & | TLB, |
FunctionProtoTypeLoc | TL, | ||
CXXRecordDecl * | ThisContext, | ||
Qualifiers | ThisTypeQuals, | ||
Fn | TransformExceptionSpec | ||
) |
Definition at line 6234 of file TreeTransform.h.
References clang::Sema::ActOnEffectExpression(), clang::FunctionEffectWithCondition::Cond, clang::FunctionEffectsRef::conditions(), clang::Sema::ConstantEvaluated, clang::Dependent, clang::Sema::diagnoseConflictingFunctionEffect(), clang::FunctionEffectWithCondition::Effect, clang::FunctionProtoType::ExtProtoInfo::ExceptionSpec, clang::FunctionProtoType::ExtProtoInfo::ExtParameterInfos, clang::False, clang::FunctionProtoType::ExtProtoInfo::FunctionEffects, clang::ActionResult< PtrTy, Compress >::get(), clang::TypeLoc::getBeginLoc(), clang::EffectConditionExpr::getCondition(), clang::Sema::getCurLexicalContext(), clang::FunctionTypeLoc::getExceptionSpecRange(), clang::FunctionProtoType::getExtParameterInfosOrNull(), clang::FunctionProtoType::getExtProtoInfo(), clang::FunctionTypeLoc::getLocalRangeBegin(), clang::FunctionTypeLoc::getLocalRangeEnd(), clang::FunctionTypeLoc::getLParenLoc(), clang::FunctionTypeLoc::getNumParams(), clang::FunctionTypeLoc::getParams(), clang::FunctionProtoType::getParamTypes(), clang::Sema::ExtParameterInfoBuilder::getPointerOrNull(), clang::FunctionTypeLoc::getReturnLoc(), clang::FunctionType::getReturnType(), clang::FunctionTypeLoc::getRParenLoc(), clang::TypeLoc::getType(), clang::InheritingConcreteTypeLoc< Base, Derived, TypeClass >::getTypePtr(), clang::FunctionProtoType::hasTrailingReturn(), clang::ActionResult< PtrTy, Compress >::isInvalid(), clang::QualType::isNull(), clang::FunctionEffect::name(), clang::None, clang::FunctionEffect::oppositeKind(), clang::FunctionProtoType::param_type_begin(), clang::TypeLocBuilder::push(), clang::Result, clang::FunctionTypeLoc::setExceptionSpecRange(), clang::FunctionTypeLoc::setLocalRangeBegin(), clang::FunctionTypeLoc::setLocalRangeEnd(), clang::FunctionTypeLoc::setLParenLoc(), clang::FunctionTypeLoc::setParam(), clang::FunctionTypeLoc::setRParenLoc(), clang::T, clang::True, and clang::Unevaluated.
ParmVarDecl * clang::TreeTransform< Derived >::TransformFunctionTypeParam | ( | ParmVarDecl * | OldParm, |
int | indexAdjustment, | ||
std::optional< unsigned > | NumExpansions, | ||
bool | ExpectParameterPack | ||
) |
Transforms a single function-type parameter.
Return null on error.
indexAdjustment | - A number to add to the parameter's scope index; can be negative |
Definition at line 5931 of file TreeTransform.h.
References clang::TypeLoc::castAs(), clang::Sema::Context, clang::ParmVarDecl::Create(), clang::Decl::getDeclContext(), clang::PackExpansionTypeLoc::getEllipsisLoc(), clang::TypeLoc::getFullDataSize(), clang::ParmVarDecl::getFunctionScopeDepth(), clang::ParmVarDecl::getFunctionScopeIndex(), clang::NamedDecl::getIdentifier(), clang::DeclaratorDecl::getInnerLocStart(), clang::Decl::getLocation(), clang::PackExpansionTypeLoc::getPatternLoc(), clang::TypeLoc::getSourceRange(), clang::VarDecl::getStorageClass(), clang::TypeSourceInfo::getType(), clang::TypeSourceInfo::getTypeLoc(), clang::DeclaratorDecl::getTypeSourceInfo(), clang::Result, clang::PackExpansionTypeLoc::setEllipsisLoc(), and clang::ParmVarDecl::setScopeInfo().
|
inline |
Definition at line 727 of file TreeTransform.h.
References clang::TreeTransform< Derived >::getDerived(), and Loc.
bool clang::TreeTransform< Derived >::TransformFunctionTypeParams | ( | SourceLocation | Loc, |
ArrayRef< ParmVarDecl * > | Params, | ||
const QualType * | ParamTypes, | ||
const FunctionProtoType::ExtParameterInfo * | ParamInfos, | ||
SmallVectorImpl< QualType > & | PTypes, | ||
SmallVectorImpl< ParmVarDecl * > * | PVars, | ||
Sema::ExtParameterInfoBuilder & | PInfos, | ||
unsigned * | LastParamTransformed | ||
) |
Transforms the parameters of a function type into the given vectors.
The result vectors should be kept in sync; null entries in the variables vector are acceptable.
LastParamTransformed, if non-null, will be set to the index of the last parameter on which transfromation was started. In the event of an error, this will contain the parameter which failed to instantiate.
Return true on error.
Definition at line 5987 of file TreeTransform.h.
References clang::TypeLoc::castAs(), clang::Sema::collectUnexpandedParameterPacks(), clang::Type::containsUnexpandedParameterPack(), clang::Type::getContainedAutoType(), clang::DeducedType::getDeducedType(), clang::PackExpansionTypeLoc::getEllipsisLoc(), clang::PackExpansionType::getNumExpansions(), clang::PackExpansionTypeLoc::getPatternLoc(), clang::ValueDecl::getType(), clang::ConcreteTypeLoc< Base, Derived, TypeClass, LocalData >::getTypePtr(), clang::DeducedType::isDeduced(), clang::QualType::isNull(), clang::VarDecl::isParameterPack(), Loc, and clang::Sema::ExtParameterInfoBuilder::set().
Referenced by clang::TreeTransform< Derived >::TransformRequiresTypeParams().
ExprResult clang::TreeTransform< Derived >::TransformInitializer | ( | Expr * | Init, |
bool | NotCopyInit | ||
) |
Transform the given initializer.
By default, this routine transforms an initializer by stripping off the semantic nodes added by initialization, then passing the result to TransformExpr or TransformExprs.
Definition at line 4195 of file TreeTransform.h.
References clang::ExprEmpty(), clang::ExprError(), clang::CXXConstructExpr::getArg(), clang::CXXConstructExpr::getArgs(), clang::CXXConstructExpr::getBeginLoc(), clang::CXXConstructExpr::getEndLoc(), clang::CXXConstructExpr::getNumArgs(), clang::CXXConstructExpr::getParenOrBraceRange(), clang::OpaqueValueExpr::getSourceExpr(), clang::Init, clang::EnterExpressionEvaluationContext::InitList, clang::CXXConstructExpr::isListInitialization(), clang::CXXConstructExpr::isStdInitListInitialization(), and clang::Parens.
StmtResult clang::TreeTransform< Derived >::TransformLambdaBody | ( | LambdaExpr * | E, |
Stmt * | Body | ||
) |
Transform the body of a lambda-expression.
Definition at line 14883 of file TreeTransform.h.
NestedNameSpecifierLoc clang::TreeTransform< Derived >::TransformNestedNameSpecifierLoc | ( | NestedNameSpecifierLoc | NNS, |
QualType | ObjectType = QualType() , |
||
NamedDecl * | FirstQualifierInScope = nullptr |
||
) |
Transform the given nested-name-specifier with source-location information.
By default, transforms all of the types and declarations within the nested-name-specifier. Subclasses may override this function to provide alternate behavior.
Definition at line 4422 of file TreeTransform.h.
References clang::CXXScopeSpec::Adopt(), clang::Sema::BuildCXXNestedNameSpecifier(), clang::Sema::Context, clang::SemaBase::Diag(), clang::Qualifiers::empty(), clang::CXXScopeSpec::Extend(), clang::TypeLoc::getAs(), clang::TypeLoc::getAsAdjusted(), clang::NestedNameSpecifier::getAsIdentifier(), clang::NestedNameSpecifier::getAsNamespace(), clang::NestedNameSpecifier::getAsNamespaceAlias(), clang::NestedNameSpecifier::getAsRecordDecl(), clang::NestedNameSpecifierLoc::getBeginLoc(), clang::TypeLoc::getBeginLoc(), clang::NestedNameSpecifierLoc::getEndLoc(), clang::NestedNameSpecifier::getKind(), clang::Sema::getLangOpts(), clang::NestedNameSpecifierLoc::getLocalBeginLoc(), clang::NestedNameSpecifierLoc::getLocalEndLoc(), clang::NestedNameSpecifierLoc::getNestedNameSpecifier(), clang::NestedNameSpecifierLoc::getOpaqueData(), clang::CXXScopeSpec::getRange(), clang::CXXScopeSpec::getScopeRep(), clang::TypeLoc::getTemplateKeywordLoc(), clang::TypeLoc::getType(), clang::TypedefTypeLoc::getTypedefNameDecl(), clang::NestedNameSpecifierLoc::getTypeLoc(), clang::CXXScopeSpec::getWithLocInContext(), clang::NestedNameSpecifier::Global, clang::NestedNameSpecifier::Identifier, clang::Type::isDependentType(), clang::Type::isEnumeralType(), clang::Decl::isInvalidDecl(), clang::Type::isRecordType(), clang::CXXScopeSpec::location_data(), clang::CXXScopeSpec::location_size(), clang::CXXScopeSpec::MakeGlobal(), clang::CXXScopeSpec::MakeSuper(), clang::NestedNameSpecifier::Namespace, clang::NestedNameSpecifier::NamespaceAlias, clang::NestedNameSpecifier::Super, clang::T, clang::NestedNameSpecifier::TypeSpec, and clang::NestedNameSpecifier::TypeSpecWithTemplate.
concepts::NestedRequirement * clang::TreeTransform< Derived >::TransformNestedRequirement | ( | concepts::NestedRequirement * | Req | ) |
Definition at line 14160 of file TreeTransform.h.
References clang::ActionResult< PtrTy, Compress >::get(), clang::concepts::NestedRequirement::getConstraintExpr(), clang::concepts::NestedRequirement::getConstraintSatisfaction(), clang::concepts::NestedRequirement::getInvalidConstraintEntity(), clang::concepts::NestedRequirement::hasInvalidConstraint(), and clang::ActionResult< PtrTy, Compress >::isInvalid().
OMPClause * clang::TreeTransform< Derived >::TransformOMPClause | ( | OMPClause * | S | ) |
Transform the given statement.
By default, this routine transforms a statement by delegating to the appropriate TransformOMPXXXClause function to transform a specific kind of clause. Subclasses may override this function to transform statements using some other mechanism.
Definition at line 4159 of file TreeTransform.h.
StmtResult clang::TreeTransform< Derived >::TransformOMPExecutableDirective | ( | OMPExecutableDirective * | S | ) |
Definition at line 9166 of file TreeTransform.h.
References D, E, clang::ActionResult< PtrTy, Compress >::get(), clang::Decl::getBeginLoc(), clang::Decl::getEndLoc(), clang::ActionResult< PtrTy, Compress >::isInvalid(), clang::isOpenMPLoopDirective(), clang::ActionResult< PtrTy, Compress >::isUsable(), and clang::StmtError().
StmtResult clang::TreeTransform< Derived >::TransformOMPInformationalDirective | ( | OMPExecutableDirective * | D | ) |
This is mostly the same as above, but allows 'informational' class directives when rebuilding the stmt.
It still takes an OMPExecutableDirective-type argument because we're reusing that as the superclass for the 'assume' directive at present, instead of defining a mostly-identical OMPInformationalDirective parent class.
Definition at line 9240 of file TreeTransform.h.
References clang::C, D, clang::ActionResult< PtrTy, Compress >::get(), clang::Decl::getBeginLoc(), clang::Decl::getEndLoc(), clang::ActionResult< PtrTy, Compress >::isInvalid(), and clang::StmtError().
bool clang::TreeTransform< Derived >::TransformOverloadExprDecls | ( | OverloadExpr * | Old, |
bool | RequiresADL, | ||
LookupResult & | R | ||
) |
Transform the set of declarations in an OverloadExpr.
Definition at line 13731 of file TreeTransform.h.
References clang::LookupResult::addDecl(), clang::LookupResult::clear(), D, clang::OverloadExpr::decls(), clang::LookupResult::empty(), clang::Decl::getLocation(), clang::LookupResult::getLookupName(), clang::OverloadExpr::getName(), clang::OverloadExpr::getNameLoc(), clang::LookupResult::getNameLoc(), clang::OverloadExpr::getQualifierLoc(), clang::LookupResult::getRepresentativeDecl(), clang::NestedNameSpecifierLoc::getSourceRange(), clang::OverloadExpr::getTemplateKeywordLoc(), clang::NamedDecl::getUnderlyingDecl(), clang::OverloadExpr::hasTemplateKeyword(), and clang::LookupResult::resolveKind().
ExprResult clang::TreeTransform< Derived >::TransformParenDependentScopeDeclRefExpr | ( | ParenExpr * | PE, |
DependentScopeDeclRefExpr * | DRE, | ||
bool | IsAddressOfOperand, | ||
TypeSourceInfo ** | RecoveryTSI | ||
) |
Definition at line 14222 of file TreeTransform.h.
References clang::ActionResult< PtrTy, Compress >::get(), clang::ParenExpr::getLParen(), clang::ParenExpr::getRParen(), and clang::ActionResult< PtrTy, Compress >::isUsable().
QualType clang::TreeTransform< Derived >::TransformReferenceType | ( | TypeLocBuilder & | TLB, |
ReferenceTypeLoc | TL | ||
) |
Transforms a reference type.
Note that somewhat paradoxically we don't care whether the type itself is an l-value type or an r-value type; we only care if the type was written as an l-value type or an r-value type.
Definition at line 5403 of file TreeTransform.h.
References clang::PointerLikeTypeLoc< Derived, TypeClass, LocalData >::getPointeeLoc(), clang::ReferenceType::getPointeeTypeAsWritten(), clang::PointerLikeTypeLoc< Derived, TypeClass, LocalData >::getSigilLoc(), clang::ConcreteTypeLoc< Base, Derived, TypeClass, LocalData >::getTypePtr(), clang::QualType::isNull(), clang::TypeLocBuilder::push(), clang::Result, clang::PointerLikeTypeLoc< Derived, TypeClass, LocalData >::setSigilLoc(), clang::T, and clang::TypeLocBuilder::TypeWasModifiedSafely().
bool clang::TreeTransform< Derived >::TransformRequiresExprRequirements | ( | ArrayRef< concepts::Requirement * > | Reqs, |
llvm::SmallVectorImpl< concepts::Requirement * > & | Transformed | ||
) |
Definition at line 14083 of file TreeTransform.h.
|
inline |
Transforms the parameters of a requires expresison into the given vectors.
The result vectors should be kept in sync; null entries in the variables vector are acceptable.
Returns an unset ExprResult on success. Returns an ExprResult the 'not satisfied' RequiresExpr if subsitution failed, OR an ExprError, both of which are cases where transformation shouldn't continue.
Definition at line 745 of file TreeTransform.h.
References clang::ExprError(), clang::TreeTransform< Derived >::getDerived(), and clang::TreeTransform< Derived >::TransformFunctionTypeParams().
StmtResult clang::TreeTransform< Derived >::TransformSEHHandler | ( | Stmt * | Handler | ) |
Definition at line 9139 of file TreeTransform.h.
StmtResult clang::TreeTransform< Derived >::TransformStmt | ( | Stmt * | S, |
StmtDiscardKind | SDK = SDK_Discarded |
||
) |
Transform the given statement.
By default, this routine transforms a statement by delegating to the appropriate TransformXXXStmt function to transform a specific kind of statement or the TransformExpr() function to transform an expression. Subclasses may override this function to transform statements using some other mechanism.
Definition at line 4123 of file TreeTransform.h.
References E, and clang::Stmt::NoStmtClass.
const Attr * clang::TreeTransform< Derived >::TransformStmtAttr | ( | const Stmt * | OrigS, |
const Stmt * | InstS, | ||
const Attr * | A | ||
) |
Definition at line 7990 of file TreeTransform.h.
References clang::Attr::getKind().
QualType clang::TreeTransform< Derived >::TransformSubstTemplateTypeParmPackType | ( | TypeLocBuilder & | TLB, |
SubstTemplateTypeParmPackTypeLoc | TL, | ||
bool | SuppressObjCLifetime | ||
) |
Definition at line 6933 of file TreeTransform.h.
bool clang::TreeTransform< Derived >::TransformTemplateArgument | ( | const TemplateArgumentLoc & | Input, |
TemplateArgumentLoc & | Output, | ||
bool | Uneval = false |
||
) |
Transform the given template argument.
By default, this operation transforms the type, expression, or declaration stored within the template argument and constructs a new template argument from the transformed result. Subclasses may override this function to provide alternate behavior.
Returns true if there was an error.
Definition at line 4689 of file TreeTransform.h.
References clang::Sema::ActOnConstantExpression(), clang::CXXScopeSpec::Adopt(), clang::Sema::ConstantEvaluated, clang::Sema::Context, D, clang::TemplateArgument::Declaration, E, clang::Sema::ExpressionEvaluationContextRecord::EK_TemplateArgument, clang::TemplateArgument::Expression, clang::TemplateArgumentLoc::getArgument(), clang::TemplateArgument::getAsDecl(), clang::TemplateArgument::getAsExpr(), clang::TemplateArgument::getAsIntegral(), clang::TemplateArgument::getAsStructuralValue(), clang::TemplateArgument::getAsTemplate(), clang::TemplateArgument::getAsType(), clang::TemplateArgument::getKind(), clang::TemplateArgument::getNonTypeTemplateArgumentType(), clang::TemplateArgumentLoc::getSourceExpression(), clang::TemplateArgumentLoc::getTemplateNameLoc(), clang::TemplateArgumentLoc::getTemplateQualifierLoc(), clang::TypeSourceInfo::getType(), clang::TemplateArgumentLoc::getTypeSourceInfo(), clang::TemplateArgument::Integral, clang::TemplateName::isNull(), clang::QualType::isNull(), clang::TemplateArgument::Null, clang::TemplateArgument::NullPtr, clang::TemplateArgument::Pack, clang::Sema::ReuseLambdaContextDecl, clang::TemplateArgument::StructuralValue, clang::T, clang::TemplateArgument::Template, clang::TemplateArgument::TemplateExpansion, clang::TemplateArgument::Type, clang::Unevaluated, and clang::Sema::Unevaluated.
|
inline |
Transform the given set of template arguments.
By default, this operation transforms all of the template arguments in the input set using TransformTemplateArgument()
, and appends the transformed arguments to the output list.
Note that this overload of TransformTemplateArguments()
is merely a convenience function. Subclasses that wish to override this behavior should override the iterator-based member template version.
Inputs | The set of template arguments to be transformed. |
NumInputs | The number of template arguments in Inputs . |
Outputs | The set of transformed template arguments output by this routine. |
Returns true if an error occurred.
Definition at line 625 of file TreeTransform.h.
References clang::TreeTransform< Derived >::TransformTemplateArguments().
Referenced by clang::TreeTransform< Derived >::TransformTemplateArguments().
bool clang::TreeTransform< Derived >::TransformTemplateArguments | ( | InputIterator | First, |
InputIterator | Last, | ||
TemplateArgumentListInfo & | Outputs, | ||
bool | Uneval = false |
||
) |
Transform the given set of template arguments.
By default, this operation transforms all of the template arguments in the input set using TransformTemplateArgument()
, and appends the transformed arguments to the output list.
First | An iterator to the first template argument. |
Last | An iterator one step past the last template argument. |
Outputs | The set of transformed template arguments output by this routine. |
Returns true if an error occurred.
Definition at line 4862 of file TreeTransform.h.
References clang::TemplateArgumentListInfo::addArgument(), clang::First, clang::TemplateArgumentLoc::getSourceRange(), clang::Last, and clang::TemplateArgument::Pack.
|
inline |
Transform a template parameter depth level.
During a transformation that transforms template parameters, this maps an old template parameter depth to a new depth.
Definition at line 236 of file TreeTransform.h.
TemplateName clang::TreeTransform< Derived >::TransformTemplateName | ( | CXXScopeSpec & | SS, |
TemplateName | Name, | ||
SourceLocation | NameLoc, | ||
QualType | ObjectType = QualType() , |
||
NamedDecl * | FirstQualifierInScope = nullptr , |
||
bool | AllowInjectedClassName = false |
||
) |
Transform the given template name.
SS | The nested-name-specifier that qualifies the template name. This nested-name-specifier must already have been transformed. |
Name | The template name to transform. |
NameLoc | The source location of the template name. |
ObjectType | If we're translating a template name within a member access expression, this is the type of the object whose member template is being referenced. |
FirstQualifierInScope | If the first part of a nested-name-specifier also refers to a name within the current (lexical) scope, this is the declaration it refers to. |
By default, transforms the template name by transforming the declarations and nested-name-specifiers that occur within the template name. Subclasses may override this function to provide alternate behavior.
Definition at line 4602 of file TreeTransform.h.
References clang::CXXScopeSpec::getScopeRep(), and clang::QualType::isNull().
|
inline |
Definition at line 786 of file TreeTransform.h.
QualType clang::TreeTransform< Derived >::TransformTemplateSpecializationType | ( | TypeLocBuilder & | TLB, |
TemplateSpecializationTypeLoc | TL, | ||
TemplateName | Template | ||
) |
Definition at line 6947 of file TreeTransform.h.
References clang::TemplateSpecializationTypeLoc::getTemplateNameLoc(), clang::ConcreteTypeLoc< Base, Derived, TypeClass, LocalData >::getTypePtr(), clang::TemplateName::isNull(), and clang::T.
QualType clang::TreeTransform< Derived >::TransformTemplateTypeParmType | ( | TypeLocBuilder & | TLB, |
TemplateTypeParmTypeLoc | TL, | ||
bool | SuppressObjCLifetime | ||
) |
Definition at line 6890 of file TreeTransform.h.
QualType clang::TreeTransform< Derived >::TransformType | ( | QualType | T | ) |
Transforms the given type into another type.
By default, this routine transforms a type by creating a TypeSourceInfo for it and delegating to the appropriate function. This is expensive, but we don't mind, because this method is deprecated anyway; all users should be switched to storing TypeSourceInfos.
Definition at line 4985 of file TreeTransform.h.
References clang::TypeSourceInfo::getType(), and clang::T.
QualType clang::TreeTransform< Derived >::TransformType | ( | TypeLocBuilder & | TLB, |
TypeLoc | TL | ||
) |
Transform the given type-with-location into a new type, collecting location information in the given builder as necessary.
Definition at line 5024 of file TreeTransform.h.
References clang::T.
TypeSourceInfo * clang::TreeTransform< Derived >::TransformType | ( | TypeSourceInfo * | DI | ) |
Transforms the given type-with-location into a new type-with-location.
By default, this routine transforms a type by delegating to the appropriate TransformXXXType to build a new type. Subclasses may override this function (to take over all type transformations) or some set of the TransformXXXType functions to alter the transformation.
Definition at line 5003 of file TreeTransform.h.
References clang::Sema::Context, clang::TypeLoc::getBeginLoc(), clang::TypeLoc::getFullDataSize(), clang::TypeSourceInfo::getType(), clang::TypeSourceInfo::getTypeLoc(), clang::TypeLocBuilder::getTypeSourceInfo(), clang::TypeLocBuilder::reserve(), and clang::Result.
concepts::TypeRequirement * clang::TreeTransform< Derived >::TransformTypeRequirement | ( | concepts::TypeRequirement * | Req | ) |
Definition at line 14104 of file TreeTransform.h.
References clang::concepts::TypeRequirement::getSubstitutionDiagnostic(), clang::concepts::TypeRequirement::getType(), and clang::concepts::TypeRequirement::isSubstitutionFailure().
QualType clang::TreeTransform< Derived >::TransformTypeWithDeducedTST | ( | QualType | T | ) |
Transform a type that is permitted to produce a DeducedTemplateSpecializationType.
This is used in the (relatively rare) contexts where it is acceptable for transformation to produce a class template type with deduced template arguments.
Definition at line 5038 of file TreeTransform.h.
References clang::TypeSourceInfo::getType(), and clang::T.
TypeSourceInfo * clang::TreeTransform< Derived >::TransformTypeWithDeducedTST | ( | TypeSourceInfo * | DI | ) |
Definition at line 5052 of file TreeTransform.h.
References clang::TypeLoc::castAs(), clang::Sema::Context, clang::TypeLoc::getAs(), clang::TypeLoc::getBeginLoc(), clang::TypeLoc::getFullDataSize(), clang::TypeSourceInfo::getType(), clang::TypeSourceInfo::getTypeLoc(), clang::TypeLocBuilder::getTypeSourceInfo(), clang::TypeLoc::getUnqualifiedLoc(), clang::TypeLocBuilder::reserve(), clang::Result, and clang::TypeLocBuilder::TypeWasModifiedSafely().
ExprResult clang::TreeTransform< Derived >::TransformUnresolvedLookupExpr | ( | UnresolvedLookupExpr * | E, |
bool | IsAddressOfOperand | ||
) |
Definition at line 13807 of file TreeTransform.h.
|
inline |
Determine whether we should expand a pack expansion with the given set of parameter packs into separate arguments by repeatedly transforming the pattern.
By default, the transformer never tries to expand pack expansions. Subclasses can override this routine to provide different behavior.
EllipsisLoc | The location of the ellipsis that identifies the pack expansion. |
PatternRange | The source range that covers the entire pattern of the pack expansion. |
Unexpanded | The set of unexpanded parameter packs within the pattern. |
ShouldExpand | Will be set to true if the transformer should expand the corresponding pack expansions into separate arguments. When set, NumExpansions must also be set. |
RetainExpansion | Whether the caller should add an unexpanded pack expansion after all of the expanded arguments. This is used when extending explicitly-specified template argument packs per C++0x [temp.arg.explicit]p9. |
NumExpansions | The number of separate arguments that will be in the expanded form of the corresponding pack expansion. This is both an input and an output parameter, which can be set by the caller if the number of expansions is known a priori (e.g., due to a prior substitution) and will be set by the callee when the number of expansions is known. The callee must set this value when ShouldExpand is true ; it may set this value in other cases. |
ShouldExpand
(and possibly NumExpansions
) must be set. Definition at line 287 of file TreeTransform.h.
|
protected |
Definition at line 128 of file TreeTransform.h.
Referenced by clang::TreeTransform< Derived >::AlwaysRebuild(), clang::TreeTransform< Derived >::getSema(), clang::TreeTransform< Derived >::InventTypeSourceInfo(), clang::TreeTransform< Derived >::RebuildAttributedStmt(), clang::TreeTransform< Derived >::RebuildAutoType(), clang::TreeTransform< Derived >::RebuildChooseExpr(), clang::TreeTransform< Derived >::RebuildConvertVectorExpr(), clang::TreeTransform< Derived >::RebuildCXXDependentScopeMemberExpr(), clang::TreeTransform< Derived >::RebuildCXXForRangeStmt(), clang::TreeTransform< Derived >::RebuildCXXNoexceptExpr(), clang::TreeTransform< Derived >::RebuildDeducedTemplateSpecializationType(), clang::TreeTransform< Derived >::RebuildDependentNameType(), clang::TreeTransform< Derived >::RebuildDependentTemplateSpecializationType(), clang::TreeTransform< Derived >::RebuildDesignatedInitExpr(), clang::TreeTransform< Derived >::RebuildElaboratedType(), clang::TreeTransform< Derived >::RebuildEnumType(), clang::TreeTransform< Derived >::RebuildExprRequirement(), clang::TreeTransform< Derived >::RebuildImplicitValueInitExpr(), clang::TreeTransform< Derived >::RebuildInitList(), clang::TreeTransform< Derived >::RebuildLabelStmt(), clang::TreeTransform< Derived >::RebuildMacroQualifiedType(), clang::TreeTransform< Derived >::RebuildNestedRequirement(), clang::TreeTransform< Derived >::RebuildObjCEncodeExpr(), clang::TreeTransform< Derived >::RebuildObjCMessageExpr(), clang::TreeTransform< Derived >::RebuildPackExpansion(), clang::TreeTransform< Derived >::RebuildParenType(), clang::TreeTransform< Derived >::RebuildRecordType(), clang::TreeTransform< Derived >::RebuildRequiresExpr(), clang::TreeTransform< Derived >::RebuildShuffleVectorExpr(), clang::TreeTransform< Derived >::RebuildSizeOfPackExpr(), clang::TreeTransform< Derived >::RebuildTypedefType(), clang::TreeTransform< Derived >::RebuildTypeRequirement(), clang::TreeTransform< Derived >::RebuildUnresolvedMemberExpr(), and clang::TreeTransform< Derived >::RebuildUsingType().
|
protected |
The set of local declarations that have been transformed, for cases where we are forced to build new declarations within the transformer rather than in the subclass (e.g., lambda closure types).
Definition at line 133 of file TreeTransform.h.
Referenced by clang::TreeTransform< Derived >::TransformDecl(), and clang::TreeTransform< Derived >::transformedLocalDecl().