|
clang 22.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). | |
Data that is common to all of the declarations of a given variable template.
Definition at line 3041 of file DeclTemplate.h.
|
default |
| llvm::FoldingSetVector<VarTemplatePartialSpecializationDecl> clang::VarTemplateDecl::Common::PartialSpecializations |
The variable template partial specializations for this variable template.
Definition at line 3049 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 3044 of file DeclTemplate.h.
Referenced by clang::VarTemplateDecl::AddSpecialization(), clang::VarTemplateDecl::findSpecialization(), and clang::VarTemplateDecl::getSpecializations().