clang-tools 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::doc::TemplateParamInfo Struct Reference

#include <Representation.h>

Public Member Functions

 TemplateParamInfo ()=default
 
 TemplateParamInfo (StringRef Contents)
 

Public Attributes

SmallString< 16 > Contents
 

Detailed Description

Definition at line 170 of file Representation.h.

Constructor & Destructor Documentation

◆ TemplateParamInfo() [1/2]

clang::doc::TemplateParamInfo::TemplateParamInfo ( )
default

◆ TemplateParamInfo() [2/2]

clang::doc::TemplateParamInfo::TemplateParamInfo ( StringRef  Contents)
inlineexplicit

Definition at line 172 of file Representation.h.

Member Data Documentation

◆ Contents

SmallString<16> clang::doc::TemplateParamInfo::Contents

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