clang
3.7.0
|
#include <DeclTemplate.h>
Public Member Functions | |
CommonBase () | |
Public Attributes | |
llvm::PointerIntPair < RedeclarableTemplateDecl *, 1, bool > | InstantiatedFromMember |
The template from which this was most directly instantiated (or null). More... | |
Definition at line 672 of file DeclTemplate.h.
|
inline |
Definition at line 673 of file DeclTemplate.h.
llvm::PointerIntPair<RedeclarableTemplateDecl*, 1, bool> clang::RedeclarableTemplateDecl::CommonBase::InstantiatedFromMember |
The template from which this was most directly instantiated (or null).
The boolean value indicates whether this template was explicitly specialized.
Definition at line 681 of file DeclTemplate.h.