clang API Documentation

Public Member Functions
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>

List of all members.

Public Member Functions

 MemberSpecializationInfo (NamedDecl *IF, TemplateSpecializationKind TSK, SourceLocation POI=SourceLocation())
NamedDeclgetInstantiatedFrom () const
 Retrieve the member declaration from which this member was instantiated.
TemplateSpecializationKind getTemplateSpecializationKind () const
 Determine what kind of template specialization this is.
bool isExplicitSpecialization () const
void setTemplateSpecializationKind (TemplateSpecializationKind TSK)
 Set the template specialization kind.
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.
void setPointOfInstantiation (SourceLocation POI)
 Set the first point of instantiation.

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 399 of file DeclTemplate.h.


Constructor & Destructor Documentation

Definition at line 409 of file DeclTemplate.h.

References clang::TSK_Undeclared.


Member Function Documentation

Retrieve the member declaration from which this member was instantiated.

Definition at line 418 of file DeclTemplate.h.

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

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 439 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().

Set the template specialization kind.

Definition at line 430 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: