struct RedeclarableTemplateDecl::CommonBase
Declaration
struct RedeclarableTemplateDecl::CommonBase { /* full declaration omitted */ };
Declared at: clang/include/clang/AST/DeclTemplate.h:831
Member Variables
- public llvm::PointerIntPair<RedeclarableTemplateDecl*, 1, bool> InstantiatedFromMember
- The boolean value indicates whether this template was explicitly specialized.
- public uint32_t* LazySpecializations = nullptr
- The first value in the array is the number of specializations/partial specializations that follow.
Method Overview
- public CommonBase()
Methods
ΒΆCommonBase()
CommonBase()
Declared at: clang/include/clang/AST/DeclTemplate.h:832