clang API Documentation
Data that is common to all of the declarations of a given class template. More...
#include <DeclTemplate.h>


Public Member Functions | |
| Common () | |
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. | |
| uint32_t * | LazySpecializations |
| If non-null, points to an array of specializations (including partial specializations) known ownly by their external declaration IDs. | |
Data that is common to all of the declarations of a given class template.
Definition at line 1688 of file DeclTemplate.h.
| clang::ClassTemplateDecl::Common::Common | ( | ) | [inline] |
Definition at line 1689 of file DeclTemplate.h.
The injected-class-name type for this class template.
Definition at line 1701 of file DeclTemplate.h.
Referenced by clang::ClassTemplateDecl::getInjectedClassNameSpecialization().
If non-null, points to an array of specializations (including partial specializations) known ownly by their external declaration IDs.
The first value in the array is the number of of specializations/ partial specializations that follow.
Definition at line 1708 of file DeclTemplate.h.
Referenced by clang::ClassTemplateDecl::LoadLazySpecializations(), and clang::ASTDeclReader::VisitClassTemplateDecl().
| llvm::FoldingSetVector<ClassTemplatePartialSpecializationDecl> clang::ClassTemplateDecl::Common::PartialSpecializations |
The class template partial specializations for this class template.
Definition at line 1698 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 1693 of file DeclTemplate.h.
Referenced by clang::ClassTemplateDecl::getSpecializations().