clang 20.0.0git
|
Data that is common to all of the declarations of a given variable template. More...
#include "clang/AST/DeclTemplate.h"
Public Member Functions | |
Common ()=default | |
Public Member Functions inherited from clang::RedeclarableTemplateDecl::CommonBase | |
CommonBase () | |
Public Attributes | |
llvm::FoldingSetVector< VarTemplateSpecializationDecl > | Specializations |
The variable template specializations for this variable template, including explicit specializations and instantiations. | |
llvm::FoldingSetVector< VarTemplatePartialSpecializationDecl > | PartialSpecializations |
The variable template partial specializations for this variable template. | |
Public Attributes inherited from clang::RedeclarableTemplateDecl::CommonBase | |
llvm::PointerIntPair< RedeclarableTemplateDecl *, 1, bool > | InstantiatedFromMember |
The template from which this was most directly instantiated (or null). | |
GlobalDeclID * | LazySpecializations = nullptr |
If non-null, points to an array of specializations (including partial specializations) known only by their external declaration IDs. | |
TemplateArgument * | InjectedArgs = nullptr |
The set of "injected" template arguments used within this template. | |
Data that is common to all of the declarations of a given variable template.
Definition at line 2988 of file DeclTemplate.h.
|
default |
llvm::FoldingSetVector<VarTemplatePartialSpecializationDecl> clang::VarTemplateDecl::Common::PartialSpecializations |
The variable template partial specializations for this variable template.
Definition at line 2996 of file DeclTemplate.h.
Referenced by clang::VarTemplateDecl::getPartialSpecializations().
llvm::FoldingSetVector<VarTemplateSpecializationDecl> clang::VarTemplateDecl::Common::Specializations |
The variable template specializations for this variable template, including explicit specializations and instantiations.
Definition at line 2991 of file DeclTemplate.h.
Referenced by clang::VarTemplateDecl::getSpecializations().