| 
    clang 22.0.0git
    
   | 
 
Data that is common to all of the declarations of a given function template. More...
#include "clang/AST/DeclTemplate.h"
Public Member Functions | |
| Common ()=default | |
| Public Member Functions inherited from clang::RedeclarableTemplateDecl::CommonBase | |
| CommonBase () | |
Public Attributes | |
| llvm::FoldingSetVector< FunctionTemplateSpecializationInfo > | Specializations | 
| The function template specializations for this function template, including explicit specializations and instantiations.   | |
| Public Attributes inherited from clang::RedeclarableTemplateDecl::CommonBase | |
| llvm::PointerIntPair< RedeclarableTemplateDecl *, 1, bool > | InstantiatedFromMember | 
| The template from which this was most directly instantiated (or null).   | |
Data that is common to all of the declarations of a given function template.
Definition at line 958 of file DeclTemplate.h.
      
  | 
  default | 
| llvm::FoldingSetVector<FunctionTemplateSpecializationInfo> clang::FunctionTemplateDecl::Common::Specializations | 
The function template specializations for this function template, including explicit specializations and instantiations.
Definition at line 961 of file DeclTemplate.h.
Referenced by clang::FunctionTemplateDecl::addSpecialization(), clang::FunctionTemplateDecl::findSpecialization(), clang::FunctionTemplateDecl::getSpecializations(), clang::FunctionTemplateDecl::mergePrevDecl(), and clang::ASTDeclReader::VisitFunctionDecl().