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

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

#include "clang/AST/DeclTemplate.h"

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

Public Member Functions

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

Public Attributes

llvm::FoldingSetVector< FunctionTemplateSpecializationInfoSpecializations
 The function template specializations for this function template, including explicit specializations and instantiations.
 
- 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 function template.

Definition at line 964 of file DeclTemplate.h.

Constructor & Destructor Documentation

◆ Common()

clang::FunctionTemplateDecl::Common::Common ( )
default

Member Data Documentation

◆ Specializations

llvm::FoldingSetVector<FunctionTemplateSpecializationInfo> clang::FunctionTemplateDecl::Common::Specializations

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

Definition at line 967 of file DeclTemplate.h.

Referenced by clang::FunctionTemplateDecl::getSpecializations(), clang::FunctionTemplateDecl::mergePrevDecl(), and clang::ASTDeclReader::VisitFunctionDecl().


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