clang
10.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 Attributes | |
llvm::FoldingSetVector< ClassTemplateSpecializationDecl > | Specializations |
The class template specializations for this class template, including explicit specializations and instantiations. More... | |
llvm::FoldingSetVector< ClassTemplatePartialSpecializationDecl > | PartialSpecializations |
The class template partial specializations for this class template. More... | |
QualType | InjectedClassNameType |
The injected-class-name type for this class template. More... | |
Data that is common to all of the declarations of a given class template.
Definition at line 2242 of file DeclTemplate.h.
|
default |
QualType clang::ClassTemplateDecl::Common::InjectedClassNameType |
The injected-class-name type for this class template.
Definition at line 2253 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 2250 of file DeclTemplate.h.
llvm::FoldingSetVector<ClassTemplateSpecializationDecl> clang::ClassTemplateDecl::Common::Specializations |
The class template specializations for this class template, including explicit specializations and instantiations.
Definition at line 2245 of file DeclTemplate.h.