clang  3.7.0
Public Member Functions | List of all members
clang::MemberSpecializationInfo Class Reference

Provides information a specialization of a member of a class template, which may be a member function, static data member, member class or member enumeration. More...

#include <DeclTemplate.h>

Public Member Functions

 MemberSpecializationInfo (NamedDecl *IF, TemplateSpecializationKind TSK, SourceLocation POI=SourceLocation())
 
NamedDeclgetInstantiatedFrom () const
 Retrieve the member declaration from which this member was instantiated. More...
 
TemplateSpecializationKind getTemplateSpecializationKind () const
 Determine what kind of template specialization this is. More...
 
bool isExplicitSpecialization () const
 
void setTemplateSpecializationKind (TemplateSpecializationKind TSK)
 Set the template specialization kind. More...
 
SourceLocation getPointOfInstantiation () const
 Retrieve the first point of instantiation of this member. If the point of instantiation is an invalid location, then this member has not yet been instantiated. More...
 
void setPointOfInstantiation (SourceLocation POI)
 Set the first point of instantiation. More...
 

Detailed Description

Provides information a specialization of a member of a class template, which may be a member function, static data member, member class or member enumeration.

Definition at line 481 of file DeclTemplate.h.

Constructor & Destructor Documentation

clang::MemberSpecializationInfo::MemberSpecializationInfo ( NamedDecl IF,
TemplateSpecializationKind  TSK,
SourceLocation  POI = SourceLocation() 
)
inlineexplicit

Definition at line 491 of file DeclTemplate.h.

References clang::TSK_Undeclared.

Member Function Documentation

NamedDecl* clang::MemberSpecializationInfo::getInstantiatedFrom ( ) const
inline

Retrieve the member declaration from which this member was instantiated.

Definition at line 500 of file DeclTemplate.h.

Referenced by getInstantiatedFrom(), clang::EnumDecl::getInstantiatedFromMemberEnum(), and clang::ASTDeclWriter::VisitFunctionDecl().

SourceLocation clang::MemberSpecializationInfo::getPointOfInstantiation ( ) const
inline

Retrieve the first point of instantiation of this member. If the point of instantiation is an invalid location, then this member has not yet been instantiated.

Definition at line 521 of file DeclTemplate.h.

Referenced by clang::Sema::ActOnExplicitInstantiation(), clang::Sema::CheckMemberSpecialization(), clang::Sema::InstantiateClassMembers(), clang::EnumDecl::setTemplateSpecializationKind(), clang::ASTWriter::StaticDataMemberInstantiated(), and clang::ASTDeclWriter::VisitFunctionDecl().

TemplateSpecializationKind clang::MemberSpecializationInfo::getTemplateSpecializationKind ( ) const
inline
bool clang::MemberSpecializationInfo::isExplicitSpecialization ( ) const
inline
void clang::MemberSpecializationInfo::setPointOfInstantiation ( SourceLocation  POI)
inline
void clang::MemberSpecializationInfo::setTemplateSpecializationKind ( TemplateSpecializationKind  TSK)
inline

Set the template specialization kind.

Definition at line 512 of file DeclTemplate.h.

References clang::TSK_Undeclared.

Referenced by clang::Sema::InstantiateClass(), clang::Sema::InstantiateClassMembers(), and clang::EnumDecl::setTemplateSpecializationKind().


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