clang API Documentation

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

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

#include <DeclTemplate.h>

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

List of all members.

Public Member Functions

 Common ()

Public Attributes

llvm::FoldingSetVector
< FunctionTemplateSpecializationInfo
Specializations
 The function template specializations for this function template, including explicit specializations and instantiations.
TemplateArgumentInjectedArgs
 The set of "injected" template arguments used within this function template.

Detailed Description

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

Definition at line 705 of file DeclTemplate.h.


Constructor & Destructor Documentation

clang::FunctionTemplateDecl::Common::Common ( ) [inline]

Definition at line 706 of file DeclTemplate.h.


Member Data Documentation

The set of "injected" template arguments used within this function template.

This pointer refers to the template arguments (there are as many template arguments as template parameaters) for the function template, and is allocated lazily, since most function templates do not require the use of this information.

Definition at line 719 of file DeclTemplate.h.

Referenced by clang::FunctionTemplateDecl::getInjectedTemplateArgs().

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

Definition at line 710 of file DeclTemplate.h.

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


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