|
clang
3.8.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 681 of file DeclTemplate.h.
|
inline |
Definition at line 682 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 690 of file DeclTemplate.h.
1.8.6