class VarTemplateSpecializationDecl
Declaration
class VarTemplateSpecializationDecl : public VarDecl, public Node { /* full declaration omitted */ };
Description
Represents a variable template specialization, which refers to a variable template with a given set of template arguments. Variable template specializations represent both explicit specializations of variable templates, as in the example below, and implicit instantiations of variable templates.
Declared at: clang/include/clang/AST/DeclTemplate.h:2690
Inherits from: VarDecl, FoldingSetBase::Node
Member Variables
- private llvm::PointerUnion< VarTemplateDecl*, SpecializedPartialSpecialization*> SpecializedTemplate
- The template that this specialization specializes.
- private clang::VarTemplateSpecializationDecl:: ExplicitSpecializationInfo* ExplicitInfo = nullptr
- Further info for explicit template specialization/instantiation. Does not apply to implicit specializations.
- private const clang::TemplateArgumentList* TemplateArgs
- The template arguments used to describe this specialization.
- private const clang::ASTTemplateArgumentListInfo* TemplateArgsInfo = nullptr
- private clang::SourceLocation PointOfInstantiation
- The point where this template was instantiated (if any).
- private unsigned int SpecializationKind
- The kind of specialization this declaration refers to. Really a value of type TemplateSpecializationKind.
- private unsigned int IsCompleteDefinition
- Whether this declaration is a complete definition of the variable template specialization. We can't otherwise tell apart an instantiated declaration from an instantiated definition with no initializer.
Inherited from VarDecl:
Inherited from Decl:
- protected NextInContextAndBits
- protected Access
- protected FromASTFile
- protected IdentifierNamespace
- protected CacheValidAndLinkage
Method Overview
- public static clang::VarTemplateSpecializationDecl * Create(clang::ASTContext & Context, clang::DeclContext * DC, clang::SourceLocation StartLoc, clang::SourceLocation IdLoc, clang::VarTemplateDecl * SpecializedTemplate, clang::QualType T, clang::TypeSourceInfo * TInfo, clang::StorageClass S, ArrayRef<clang::TemplateArgument> Args)
- public static clang::VarTemplateSpecializationDecl * CreateDeserialized(clang::ASTContext & C, unsigned int ID)
- public static void Profile(llvm::FoldingSetNodeID & ID, ArrayRef<clang::TemplateArgument> TemplateArgs, clang::ASTContext & Context)
- public void Profile(llvm::FoldingSetNodeID & ID) const
- protected VarTemplateSpecializationDecl(clang::Decl::Kind DK, clang::ASTContext & Context)
- protected VarTemplateSpecializationDecl(clang::Decl::Kind DK, clang::ASTContext & Context, clang::DeclContext * DC, clang::SourceLocation StartLoc, clang::SourceLocation IdLoc, clang::VarTemplateDecl * SpecializedTemplate, clang::QualType T, clang::TypeSourceInfo * TInfo, clang::StorageClass S, ArrayRef<clang::TemplateArgument> Args)
- public static bool classof(const clang::Decl * D)
- public static bool classofKind(clang::Decl::Kind K)
- public clang::SourceLocation getExternLoc() const
- public llvm::PointerUnion<VarTemplateDecl *, VarTemplatePartialSpecializationDecl *> getInstantiatedFrom() const
- public clang::VarTemplateSpecializationDecl * getMostRecentDecl()
- public void getNameForDiagnostic(llvm::raw_ostream & OS, const clang::PrintingPolicy & Policy, bool Qualified) const
- public clang::SourceLocation getPointOfInstantiation() const
- public clang::TemplateSpecializationKind getSpecializationKind() const
- public clang::VarTemplateDecl * getSpecializedTemplate() const
- public llvm::PointerUnion<VarTemplateDecl *, VarTemplatePartialSpecializationDecl *> getSpecializedTemplateOrPartial() const
- public const clang::TemplateArgumentList & getTemplateArgs() const
- public const clang::ASTTemplateArgumentListInfo * getTemplateArgsInfo() const
- public const clang::TemplateArgumentList & getTemplateInstantiationArgs() const
- public clang::SourceLocation getTemplateKeywordLoc() const
- public clang::TypeSourceInfo * getTypeAsWritten() const
- public bool isClassScopeExplicitSpecialization() const
- public bool isExplicitInstantiationOrSpecialization() const
- public bool isExplicitSpecialization() const
- public void setCompleteDefinition()
- public void setExternLoc(clang::SourceLocation Loc)
- public void setInstantiationOf(clang::VarTemplatePartialSpecializationDecl * PartialSpec, const clang::TemplateArgumentList * TemplateArgs)
- public void setInstantiationOf(clang::VarTemplateDecl * TemplDecl)
- public void setPointOfInstantiation(clang::SourceLocation Loc)
- public void setSpecializationKind(clang::TemplateSpecializationKind TSK)
- public void setTemplateArgsInfo(const clang::TemplateArgumentListInfo & ArgsInfo)
- public void setTemplateArgsInfo(const clang::ASTTemplateArgumentListInfo * ArgsInfo)
- public void setTemplateKeywordLoc(clang::SourceLocation Loc)
- public void setTypeAsWritten(clang::TypeSourceInfo * T)
Inherited from FoldingSetBase::Node:
Inherited from VarDecl:
- public Create
- public CreateDeserialized
- public checkForConstantInitialization
- public classof
- public classofKind
- public demoteThisDefinitionToDeclaration
- public ensureEvaluatedStmt
- public evaluateDestruction
- public evaluateValue
- public getActingDefinition
- public getActingDefinition
- public getAnyInitializer
- public getAnyInitializer
- public getCanonicalDecl
- public getCanonicalDecl
- public getDefinition
- public getDefinition
- public getDefinition
- public getDefinition
- public getDescribedVarTemplate
- public getEvaluatedStmt
- public getEvaluatedValue
- public getFlexibleArrayInitChars
- public getInit
- public getInit
- public getInitAddress
- public getInitStyle
- public getInitializingDeclaration
- public getInitializingDeclaration
- public getInstantiatedFromStaticDataMember
- public getLanguageLinkage
- public getMemberSpecializationInfo
- protected getMostRecentDeclImpl
- protected getNextRedeclarationImpl
- public getPointOfInstantiation
- protected getPreviousDeclImpl
- public getSourceRange
- public getStorageClass
- public getStorageClassSpecifierString
- public getStorageDuration
- public getTLSKind
- public getTSCSpec
- public getTemplateInstantiationPattern
- public getTemplateSpecializationKind
- public getTemplateSpecializationKindForInstantiation
- public hasConstantInitialization
- public hasDefinition
- public hasDefinition
- public hasDependentAlignment
- public hasExternalStorage
- public hasFlexibleArrayInit
- public hasGlobalStorage
- public hasICEInitializer
- public hasInit
- public hasLocalStorage
- public isARCPseudoStrong
- public isCXXForRangeDecl
- public isConstexpr
- public isDirectInit
- public isEscapingByref
- public isExceptionVariable
- public isExternC
- public isFileVarDecl
- public isFunctionOrMethodVarDecl
- public isInExternCContext
- public isInExternCXXContext
- public isInitCapture
- public isInline
- public isInlineSpecified
- public isKnownToBeDefined
- public isLocalVarDecl
- public isLocalVarDeclOrParm
- public isNRVOVariable
- public isNoDestroy
- public isNonEscapingByref
- public isObjCForDecl
- public isOutOfLine
- public isParameterPack
- public isPreviousDeclInSameBlockScope
- public isStaticDataMember
- public isStaticLocal
- public isThisDeclarationADefinition
- public isThisDeclarationADefinition
- public isThisDeclarationADemotedDefinition
- public isUsableInConstantExpressions
- public mightBeUsableInConstantExpressions
- public needsDestruction
- public setARCPseudoStrong
- public setCXXForRangeDecl
- public setConstexpr
- public setDescribedVarTemplate
- public setEscapingByref
- public setExceptionVariable
- public setImplicitlyInline
- public setInit
- public setInitCapture
- public setInitStyle
- public setInlineSpecified
- public setInstantiationOfStaticDataMember
- public setNRVOVariable
- public setObjCForDecl
- public setPreviousDeclInSameBlockScope
- public setStorageClass
- public setTSCSpec
- public setTemplateSpecializationKind
Inherited from DeclaratorDecl:
- public classof
- public classofKind
- public getBeginLoc
- public getInnerLocStart
- public getNumTemplateParameterLists
- public getOuterLocStart
- public getQualifier
- public getQualifierLoc
- public getSourceRange
- public getTemplateParameterList
- public getTrailingRequiresClause
- public getTrailingRequiresClause
- public getTypeSourceInfo
- public getTypeSpecEndLoc
- public getTypeSpecStartLoc
- public setInnerLocStart
- public setQualifierInfo
- public setTemplateParameterListsInfo
- public setTrailingRequiresClause
- public setTypeSourceInfo
Inherited from ValueDecl:
Inherited from NamedDecl:
- public classof
- public classofKind
- public declarationReplaces
- public getDeclName
- public getExplicitVisibility
- public getFormalLinkage
- public getIdentifier
- public getLinkageAndVisibility
- public getLinkageInternal
- public getMostRecentDecl
- public getMostRecentDecl
- public getName
- public getNameAsString
- public getNameForDiagnostic
- public getObjCFStringFormattingFamily
- public getQualifiedNameAsString
- public getUnderlyingDecl
- public getUnderlyingDecl
- public getVisibility
- public hasExternalFormalLinkage
- public hasLinkage
- public hasLinkageBeenComputed
- public isCXXClassMember
- public isCXXInstanceMember
- public isExternallyDeclarable
- public isExternallyVisible
- public isLinkageValid
- public isReserved
- public printName
- public printNestedNameSpecifier
- public printNestedNameSpecifier
- public printQualifiedName
- public printQualifiedName
- public setDeclName
Inherited from Decl:
- public EnableStatistics
- public PrintStats
- public add
- public addAttr
- public attr_begin
- public attr_end
- public attrs
- public canBeWeakImported
- public castFromDeclContext
- public castToDeclContext
- public classofKind
- public dropAttr
- public dropAttrs
- public dump
- public dump
- public dumpColor
- public getASTContext
- protected getASTMutationListener
- public getAccess
- public getAccessUnsafe
- public getAsFunction
- public getAsFunction
- public getAttr
- public getAttrs
- public getAttrs
- public getAvailability
- public getBeginLoc
- public getBody
- public getBodyRBrace
- protected getCachedLinkage
- public getCanonicalDecl
- public getCanonicalDecl
- public getDeclContext
- public getDeclContext
- public getDeclKindName
- public getDefiningAttr
- public getDescribedTemplate
- public getDescribedTemplateParams
- public getEndLoc
- public getExternalSourceSymbolAttr
- public getFriendObjectKind
- public getFunctionType
- public getGlobalID
- public getID
- public getIdentifierNamespace
- public getIdentifierNamespaceForKind
- public getImportedOwningModule
- public getKind
- public getLangOpts
- public getLexicalDeclContext
- public getLexicalDeclContext
- public getLocalOwningModule
- public getLocation
- public getMaxAlignment
- public getModuleOwnershipKind
- public getMostRecentDecl
- public getMostRecentDecl
- protected getMostRecentDeclImpl
- public getNextDeclInContext
- public getNextDeclInContext
- protected getNextRedeclarationImpl
- public getNonClosureContext
- public getNonClosureContext
- public getOwningModule
- public getOwningModuleForLinkage
- public getOwningModuleID
- public getParentFunctionOrMethod
- public getParentFunctionOrMethod
- public getPreviousDecl
- public getPreviousDecl
- protected getPreviousDeclImpl
- public getSourceRange
- public getTemplateDepth
- public getTranslationUnitDecl
- public getTranslationUnitDecl
- public getVersionIntroduced
- public hasAttr
- public hasAttrs
- public hasBody
- protected hasCachedLinkage
- public hasDefiningAttr
- protected hasLocalOwningModuleStorage
- public hasOwningModule
- public hasTagIdentifierNamespace
- public isCanonicalDecl
- public isDefinedOutsideFunctionOrMethod
- public isDeprecated
- public isDiscardedInGlobalModuleFragment
- public isFirstDecl
- public isFromASTFile
- public isFunctionOrFunctionTemplate
- public isImplicit
- public isInAnonymousNamespace
- public isInExportDeclContext
- public isInIdentifierNamespace
- public isInLocalScopeForInstantiation
- public isInStdNamespace
- public isInvalidDecl
- public isInvisibleOutsideTheOwningModule
- public isLocalExternDecl
- public isModulePrivate
- public isOutOfLine
- public isParameterPack
- public isReachable
- public isReferenced
- public isTagIdentifierNamespace
- public isTemplateDecl
- public isTemplateParameter
- public isTemplateParameterPack
- public isTemplated
- public isThisDeclarationReferenced
- public isTopLevelDeclInObjCContainer
- public isUnavailable
- public isUnconditionallyVisible
- public isUsed
- public isWeakImported
- public markUsed
- public print
- public print
- public printGroup
- public redecls
- public redecls_begin
- public redecls_end
- public setAccess
- public setAttrs
- protected setCachedLinkage
- public setDeclContext
- public setFromASTFile
- public setImplicit
- public setInvalidDecl
- public setIsUsed
- public setLexicalDeclContext
- public setLocalExternDecl
- public setLocalOwningModule
- public setLocation
- public setModuleOwnershipKind
- protected setModulePrivate
- public setNonMemberOperator
- public setObjectOfFriendDecl
- public setOwningModuleID
- public setReferenced
- public setTopLevelDeclInObjCContainer
- public setVisibleDespiteOwningModule
- public specific_attr_begin
- public specific_attr_end
- public specific_attrs
- protected updateOutOfDate
Methods
¶static clang::VarTemplateSpecializationDecl*
Create(
clang::ASTContext& Context,
clang::DeclContext* DC,
clang::SourceLocation StartLoc,
clang::SourceLocation IdLoc,
clang::VarTemplateDecl* SpecializedTemplate,
clang::QualType T,
clang::TypeSourceInfo* TInfo,
clang::StorageClass S,
ArrayRef<clang::TemplateArgument> Args)
static clang::VarTemplateSpecializationDecl*
Create(
clang::ASTContext& Context,
clang::DeclContext* DC,
clang::SourceLocation StartLoc,
clang::SourceLocation IdLoc,
clang::VarTemplateDecl* SpecializedTemplate,
clang::QualType T,
clang::TypeSourceInfo* TInfo,
clang::StorageClass S,
ArrayRef<clang::TemplateArgument> Args)
Declared at: clang/include/clang/AST/DeclTemplate.h:2761
Parameters
- clang::ASTContext& Context
- clang::DeclContext* DC
- clang::SourceLocation StartLoc
- clang::SourceLocation IdLoc
- clang::VarTemplateDecl* SpecializedTemplate
- clang::QualType T
- clang::TypeSourceInfo* TInfo
- clang::StorageClass S
- ArrayRef<clang::TemplateArgument> Args
¶static clang::VarTemplateSpecializationDecl*
CreateDeserialized(clang::ASTContext& C,
unsigned int ID)
static clang::VarTemplateSpecializationDecl*
CreateDeserialized(clang::ASTContext& C,
unsigned int ID)
Declared at: clang/include/clang/AST/DeclTemplate.h:2765
Parameters
- clang::ASTContext& C
- unsigned int ID
¶static void Profile(
llvm::FoldingSetNodeID& ID,
ArrayRef<clang::TemplateArgument>
TemplateArgs,
clang::ASTContext& Context)
static void Profile(
llvm::FoldingSetNodeID& ID,
ArrayRef<clang::TemplateArgument>
TemplateArgs,
clang::ASTContext& Context)
Declared at: clang/include/clang/AST/DeclTemplate.h:2936
Parameters
- llvm::FoldingSetNodeID& ID
- ArrayRef<clang::TemplateArgument> TemplateArgs
- clang::ASTContext& Context
¶void Profile(llvm::FoldingSetNodeID& ID) const
void Profile(llvm::FoldingSetNodeID& ID) const
Declared at: clang/include/clang/AST/DeclTemplate.h:2932
Parameters
¶VarTemplateSpecializationDecl(
clang::Decl::Kind DK,
clang::ASTContext& Context)
VarTemplateSpecializationDecl(
clang::Decl::Kind DK,
clang::ASTContext& Context)
Declared at: clang/include/clang/AST/DeclTemplate.h:2753
Parameters
- clang::Decl::Kind DK
- clang::ASTContext& Context
¶VarTemplateSpecializationDecl(
clang::Decl::Kind DK,
clang::ASTContext& Context,
clang::DeclContext* DC,
clang::SourceLocation StartLoc,
clang::SourceLocation IdLoc,
clang::VarTemplateDecl* SpecializedTemplate,
clang::QualType T,
clang::TypeSourceInfo* TInfo,
clang::StorageClass S,
ArrayRef<clang::TemplateArgument> Args)
VarTemplateSpecializationDecl(
clang::Decl::Kind DK,
clang::ASTContext& Context,
clang::DeclContext* DC,
clang::SourceLocation StartLoc,
clang::SourceLocation IdLoc,
clang::VarTemplateDecl* SpecializedTemplate,
clang::QualType T,
clang::TypeSourceInfo* TInfo,
clang::StorageClass S,
ArrayRef<clang::TemplateArgument> Args)
Declared at: clang/include/clang/AST/DeclTemplate.h:2746
Parameters
- clang::Decl::Kind DK
- clang::ASTContext& Context
- clang::DeclContext* DC
- clang::SourceLocation StartLoc
- clang::SourceLocation IdLoc
- clang::VarTemplateDecl* SpecializedTemplate
- clang::QualType T
- clang::TypeSourceInfo* TInfo
- clang::StorageClass S
- ArrayRef<clang::TemplateArgument> Args
¶static bool classof(const clang::Decl* D)
static bool classof(const clang::Decl* D)
Declared at: clang/include/clang/AST/DeclTemplate.h:2944
Parameters
- const clang::Decl* D
¶static bool classofKind(clang::Decl::Kind K)
static bool classofKind(clang::Decl::Kind K)
Declared at: clang/include/clang/AST/DeclTemplate.h:2946
Parameters
- clang::Decl::Kind K
¶clang::SourceLocation getExternLoc() const
clang::SourceLocation getExternLoc() const
Description
Gets the location of the extern keyword, if present.
Declared at: clang/include/clang/AST/DeclTemplate.h:2909
¶llvm::PointerUnion<
VarTemplateDecl*,
VarTemplatePartialSpecializationDecl*>
getInstantiatedFrom() const
llvm::PointerUnion<
VarTemplateDecl*,
VarTemplatePartialSpecializationDecl*>
getInstantiatedFrom() const
Description
If this variable template specialization is an instantiation of a template (rather than an explicit specialization), return the variable template or variable template partial specialization from which it was instantiated.
Declared at: clang/include/clang/AST/DeclTemplate.h:2835
¶clang::VarTemplateSpecializationDecl*
getMostRecentDecl()
clang::VarTemplateSpecializationDecl*
getMostRecentDecl()
Declared at: clang/include/clang/AST/DeclTemplate.h:2771
¶void getNameForDiagnostic(
llvm::raw_ostream& OS,
const clang::PrintingPolicy& Policy,
bool Qualified) const
void getNameForDiagnostic(
llvm::raw_ostream& OS,
const clang::PrintingPolicy& Policy,
bool Qualified) const
Description
Appends a human-readable name for this declaration into the given stream. This is the method invoked by Sema when displaying a NamedDecl in a diagnostic. It does not necessarily produce the same result as printName(); for example, class template specializations are printed with their template arguments.
Declared at: clang/include/clang/AST/DeclTemplate.h:2768
Parameters
- llvm::raw_ostream& OS
- const clang::PrintingPolicy& Policy
- bool Qualified
¶clang::SourceLocation getPointOfInstantiation()
const
clang::SourceLocation getPointOfInstantiation()
const
Description
Get the point of instantiation (if any), or null if none.
Declared at: clang/include/clang/AST/DeclTemplate.h:2819
¶clang::TemplateSpecializationKind
getSpecializationKind() const
clang::TemplateSpecializationKind
getSpecializationKind() const
Description
Determine the kind of specialization that this declaration represents.
Declared at: clang/include/clang/AST/DeclTemplate.h:2793
¶clang::VarTemplateDecl* getSpecializedTemplate()
const
clang::VarTemplateDecl* getSpecializedTemplate()
const
Description
Retrieve the template that this specialization specializes.
Declared at: clang/include/clang/AST/DeclTemplate.h:2777
¶llvm::PointerUnion<
VarTemplateDecl*,
VarTemplatePartialSpecializationDecl*>
getSpecializedTemplateOrPartial() const
llvm::PointerUnion<
VarTemplateDecl*,
VarTemplatePartialSpecializationDecl*>
getSpecializedTemplateOrPartial() const
Description
Retrieve the variable template or variable template partial specialization which was specialized by this.
Declared at: clang/include/clang/AST/DeclTemplate.h:2846
¶const clang::TemplateArgumentList&
getTemplateArgs() const
const clang::TemplateArgumentList&
getTemplateArgs() const
Description
Retrieve the template arguments of the variable template specialization.
Declared at: clang/include/clang/AST/DeclTemplate.h:2781
¶const clang::ASTTemplateArgumentListInfo*
getTemplateArgsInfo() const
const clang::ASTTemplateArgumentListInfo*
getTemplateArgsInfo() const
Declared at: clang/include/clang/AST/DeclTemplate.h:2787
¶const clang::TemplateArgumentList&
getTemplateInstantiationArgs() const
const clang::TemplateArgumentList&
getTemplateInstantiationArgs() const
Description
Retrieve the set of template arguments that should be used to instantiate the initializer of the variable template or variable template partial specialization from which this variable template specialization was instantiated.
Declared at: clang/include/clang/AST/DeclTemplate.h:2865
Returns
For a variable template specialization instantiated from the primary template, this function will return the same template arguments as getTemplateArgs(). For a variable template specialization instantiated from a variable template partial specialization, this function will the return deduced template arguments for the variable template partial specialization itself.
¶clang::SourceLocation getTemplateKeywordLoc()
const
clang::SourceLocation getTemplateKeywordLoc()
const
Description
Gets the location of the template keyword, if present.
Declared at: clang/include/clang/AST/DeclTemplate.h:2928
¶clang::TypeSourceInfo* getTypeAsWritten() const
clang::TypeSourceInfo* getTypeAsWritten() const
Description
Gets the type of this specialization as it was written by the user, if it was so written.
Declared at: clang/include/clang/AST/DeclTemplate.h:2904
¶bool isClassScopeExplicitSpecialization() const
bool isClassScopeExplicitSpecialization() const
Declared at: clang/include/clang/AST/DeclTemplate.h:2801
¶bool isExplicitInstantiationOrSpecialization()
const
bool isExplicitInstantiationOrSpecialization()
const
Description
True if this declaration is an explicit specialization, explicit instantiation declaration, or explicit instantiation definition.
Declared at: clang/include/clang/AST/DeclTemplate.h:2809
¶bool isExplicitSpecialization() const
bool isExplicitSpecialization() const
Declared at: clang/include/clang/AST/DeclTemplate.h:2797
¶void setCompleteDefinition()
void setCompleteDefinition()
Declared at: clang/include/clang/AST/DeclTemplate.h:2828
¶void setExternLoc(clang::SourceLocation Loc)
void setExternLoc(clang::SourceLocation Loc)
Description
Sets the location of the extern keyword.
Declared at: clang/include/clang/AST/DeclTemplate.h:2914
Parameters
¶void setInstantiationOf(
clang::VarTemplatePartialSpecializationDecl*
PartialSpec,
const clang::TemplateArgumentList*
TemplateArgs)
void setInstantiationOf(
clang::VarTemplatePartialSpecializationDecl*
PartialSpec,
const clang::TemplateArgumentList*
TemplateArgs)
Description
Note that this variable template specialization is actually an instantiation of the given variable template partial specialization whose template arguments have been deduced.
Declared at: clang/include/clang/AST/DeclTemplate.h:2876
Parameters
- clang::VarTemplatePartialSpecializationDecl* PartialSpec
- const clang::TemplateArgumentList* TemplateArgs
¶void setInstantiationOf(
clang::VarTemplateDecl* TemplDecl)
void setInstantiationOf(
clang::VarTemplateDecl* TemplDecl)
Description
Note that this variable template specialization is an instantiation of the given variable template.
Declared at: clang/include/clang/AST/DeclTemplate.h:2888
Parameters
- clang::VarTemplateDecl* TemplDecl
¶void setPointOfInstantiation(
clang::SourceLocation Loc)
void setPointOfInstantiation(
clang::SourceLocation Loc)
Declared at: clang/include/clang/AST/DeclTemplate.h:2823
Parameters
¶void setSpecializationKind(
clang::TemplateSpecializationKind TSK)
void setSpecializationKind(
clang::TemplateSpecializationKind TSK)
Declared at: clang/include/clang/AST/DeclTemplate.h:2814
Parameters
- clang::TemplateSpecializationKind TSK
¶void setTemplateArgsInfo(
const clang::TemplateArgumentListInfo&
ArgsInfo)
void setTemplateArgsInfo(
const clang::TemplateArgumentListInfo&
ArgsInfo)
Declared at: clang/include/clang/AST/DeclTemplate.h:2784
Parameters
- const clang::TemplateArgumentListInfo& ArgsInfo
¶void setTemplateArgsInfo(
const clang::ASTTemplateArgumentListInfo*
ArgsInfo)
void setTemplateArgsInfo(
const clang::ASTTemplateArgumentListInfo*
ArgsInfo)
Declared at: clang/include/clang/AST/DeclTemplate.h:2785
Parameters
- const clang::ASTTemplateArgumentListInfo* ArgsInfo
¶void setTemplateKeywordLoc(
clang::SourceLocation Loc)
void setTemplateKeywordLoc(
clang::SourceLocation Loc)
Description
Sets the location of the template keyword.
Declared at: clang/include/clang/AST/DeclTemplate.h:2921
Parameters
¶void setTypeAsWritten(clang::TypeSourceInfo* T)
void setTypeAsWritten(clang::TypeSourceInfo* T)
Description
Sets the type of this specialization as it was written by the user.
Declared at: clang/include/clang/AST/DeclTemplate.h:2896