clang API Documentation

Public Member Functions | Public Attributes
clang::VarTemplateDecl::Common Struct Reference

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

#include <DeclTemplate.h>

Inheritance diagram for clang::VarTemplateDecl::Common:
Inheritance graph
[legend]
Collaboration diagram for clang::VarTemplateDecl::Common:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Common ()

Public Attributes

llvm::FoldingSetVector
< VarTemplateSpecializationDecl
Specializations
 The variable template specializations for this variable template, including explicit specializations and instantiations.
llvm::FoldingSetVector
< VarTemplatePartialSpecializationDecl
PartialSpecializations
 The variable template partial specializations for this variable template.
uint32_t * LazySpecializations
 If non-null, points to an array of specializations (including partial specializations) known ownly by their external declaration IDs.

Detailed Description

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

Definition at line 2645 of file DeclTemplate.h.


Constructor & Destructor Documentation

Definition at line 2646 of file DeclTemplate.h.


Member Data Documentation

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 2662 of file DeclTemplate.h.

Referenced by clang::VarTemplateDecl::LoadLazySpecializations(), and clang::ASTDeclReader::VisitVarTemplateDecl().

The variable template partial specializations for this variable template.

Definition at line 2655 of file DeclTemplate.h.

Referenced by clang::VarTemplateDecl::getPartialSpecializations(), and clang::ASTDeclReader::VisitVarTemplateSpecializationDeclImpl().

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

Definition at line 2650 of file DeclTemplate.h.

Referenced by clang::VarTemplateDecl::getSpecializations(), and clang::ASTDeclReader::VisitVarTemplateSpecializationDeclImpl().


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