clang  3.7.0
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 <DeclTemplate.h>

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

Public Member Functions

 Common ()
 

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...
 
uint32_t * LazySpecializations
 If non-null, points to an array of specializations (including partial specializations) known only by their external declaration IDs. More...
 

Detailed Description

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

Definition at line 1893 of file DeclTemplate.h.

Constructor & Destructor Documentation

clang::ClassTemplateDecl::Common::Common ( )
inline

Definition at line 1894 of file DeclTemplate.h.

Member Data Documentation

QualType clang::ClassTemplateDecl::Common::InjectedClassNameType

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

Definition at line 1906 of file DeclTemplate.h.

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

uint32_t* clang::ClassTemplateDecl::Common::LazySpecializations

If non-null, points to an array of specializations (including partial specializations) known only by their external declaration IDs.

The first value in the array is the number of of specializations/ partial specializations that follow.

Definition at line 1913 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 1903 of file DeclTemplate.h.

Referenced by clang::ClassTemplateDecl::getPartialSpecializations(), and clang::ASTDeclReader::VisitClassTemplateSpecializationDeclImpl().

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

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

Definition at line 1898 of file DeclTemplate.h.

Referenced by clang::ClassTemplateDecl::getSpecializations(), and clang::ASTDeclReader::VisitClassTemplateSpecializationDeclImpl().


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