clang 20.0.0git
Public Member Functions | Public Attributes | List of all members
clang::ExplicitInstantiationInfo Struct Reference

Provides information about an explicit instantiation of a variable or class template. More...

#include "clang/AST/DeclTemplate.h"

Public Member Functions

 ExplicitInstantiationInfo ()=default
 

Public Attributes

const ASTTemplateArgumentListInfoTemplateArgsAsWritten = nullptr
 The template arguments as written..
 
SourceLocation ExternKeywordLoc
 The location of the extern keyword.
 
SourceLocation TemplateKeywordLoc
 The location of the template keyword.
 

Detailed Description

Provides information about an explicit instantiation of a variable or class template.

Definition at line 1780 of file DeclTemplate.h.

Constructor & Destructor Documentation

◆ ExplicitInstantiationInfo()

clang::ExplicitInstantiationInfo::ExplicitInstantiationInfo ( )
default

Member Data Documentation

◆ ExternKeywordLoc

SourceLocation clang::ExplicitInstantiationInfo::ExternKeywordLoc

◆ TemplateArgsAsWritten

const ASTTemplateArgumentListInfo* clang::ExplicitInstantiationInfo::TemplateArgsAsWritten = nullptr

◆ TemplateKeywordLoc

SourceLocation clang::ExplicitInstantiationInfo::TemplateKeywordLoc

The location of the template keyword.

Definition at line 1788 of file DeclTemplate.h.


The documentation for this struct was generated from the following file: