struct ClassTemplateSpecializationDecl::ExplicitSpecializationInfo

Declaration

struct ClassTemplateSpecializationDecl::ExplicitSpecializationInfo { /* full declaration omitted */ };

Description

Further info for explicit template specialization/instantiation.

Declared at: clang/include/clang/AST/DeclTemplate.h:1849

Member Variables

public clang::TypeSourceInfo* TypeAsWritten = nullptr
The type-as-written.
public clang::SourceLocation ExternLoc
The location of the extern keyword.
public clang::SourceLocation TemplateKeywordLoc
The location of the template keyword.

Method Overview

Methods

ΒΆExplicitSpecializationInfo()

Declared at: clang/include/clang/AST/DeclTemplate.h:1859