|
clang
5.0.0
|
#include "clang/AST/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 784 of file DeclTemplate.h.
|
inline |
Definition at line 785 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 793 of file DeclTemplate.h.
1.8.6