clang API Documentation
Data that is common to all of the declarations of a given function template. More...
#include <DeclTemplate.h>


Public Member Functions | |
| Common () | |
Public Attributes | |
| llvm::FoldingSetVector < FunctionTemplateSpecializationInfo > | Specializations |
| The function template specializations for this function template, including explicit specializations and instantiations. | |
| TemplateArgument * | InjectedArgs |
| The set of "injected" template arguments used within this function template. | |
Data that is common to all of the declarations of a given function template.
Definition at line 705 of file DeclTemplate.h.
| clang::FunctionTemplateDecl::Common::Common | ( | ) | [inline] |
Definition at line 706 of file DeclTemplate.h.
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().
| llvm::FoldingSetVector<FunctionTemplateSpecializationInfo> clang::FunctionTemplateDecl::Common::Specializations |
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().