clang 20.0.0git
|
Data that is common to all of the declarations of a given class 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< ClassTemplateSpecializationDecl > | Specializations |
The class template specializations for this class template, including explicit specializations and instantiations. | |
llvm::FoldingSetVector< ClassTemplatePartialSpecializationDecl > | PartialSpecializations |
The class template partial specializations for this class template. | |
QualType | InjectedClassNameType |
The injected-class-name type for this class 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 class template.
Definition at line 2235 of file DeclTemplate.h.
|
default |
QualType clang::ClassTemplateDecl::Common::InjectedClassNameType |
The injected-class-name type for this class template.
Definition at line 2246 of file DeclTemplate.h.
Referenced by clang::ClassTemplateDecl::getInjectedClassNameSpecialization().
llvm::FoldingSetVector<ClassTemplatePartialSpecializationDecl> clang::ClassTemplateDecl::Common::PartialSpecializations |
The class template partial specializations for this class template.
Definition at line 2243 of file DeclTemplate.h.
Referenced by clang::ClassTemplateDecl::getPartialSpecializations().
llvm::FoldingSetVector<ClassTemplateSpecializationDecl> clang::ClassTemplateDecl::Common::Specializations |
The class template specializations for this class template, including explicit specializations and instantiations.
Definition at line 2238 of file DeclTemplate.h.
Referenced by clang::ClassTemplateDecl::getSpecializations().