clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::ClassTemplateDecl::Common Struct Reference

Data that is common to all of the declarations of a given class template. More...

#include "clang/AST/DeclTemplate.h"

Inheritance diagram for clang::ClassTemplateDecl::Common:
Inheritance graph
[legend]

Public Member Functions

 Common ()=default
 
- Public Member Functions inherited from clang::RedeclarableTemplateDecl::CommonBase
 CommonBase ()
 

Public Attributes

llvm::FoldingSetVector< ClassTemplateSpecializationDeclSpecializations
 The class template specializations for this class template, including explicit specializations and instantiations.
 
llvm::FoldingSetVector< ClassTemplatePartialSpecializationDeclPartialSpecializations
 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, boolInstantiatedFromMember
 The template from which this was most directly instantiated (or null).
 
uint32_t * LazySpecializations = nullptr
 If non-null, points to an array of specializations (including partial specializations) known only by their external declaration IDs.
 
TemplateArgumentInjectedArgs = nullptr
 The set of "injected" template arguments used within this template.
 

Detailed Description

Data that is common to all of the declarations of a given class template.

Definition at line 2241 of file DeclTemplate.h.

Constructor & Destructor Documentation

◆ Common()

clang::ClassTemplateDecl::Common::Common ( )
default

Member Data Documentation

◆ InjectedClassNameType

QualType clang::ClassTemplateDecl::Common::InjectedClassNameType

The injected-class-name type for this class template.

Definition at line 2252 of file DeclTemplate.h.

Referenced by clang::ClassTemplateDecl::getInjectedClassNameSpecialization().

◆ PartialSpecializations

llvm::FoldingSetVector<ClassTemplatePartialSpecializationDecl> clang::ClassTemplateDecl::Common::PartialSpecializations

The class template partial specializations for this class template.

Definition at line 2249 of file DeclTemplate.h.

Referenced by clang::ClassTemplateDecl::getPartialSpecializations().

◆ Specializations

llvm::FoldingSetVector<ClassTemplateSpecializationDecl> clang::ClassTemplateDecl::Common::Specializations

The class template specializations for this class template, including explicit specializations and instantiations.

Definition at line 2244 of file DeclTemplate.h.

Referenced by clang::ClassTemplateDecl::getSpecializations().


The documentation for this struct was generated from the following file: