clang-tools 23.0.0git
clang::doc::TemplateInfo Struct Reference

#include <Representation.h>

Public Attributes

OwningVec< TemplateParamInfoParams
std::optional< TemplateSpecializationInfoSpecialization
OwningVec< ConstraintInfoConstraints

Detailed Description

Definition at line 285 of file Representation.h.

Member Data Documentation

◆ Constraints

OwningVec<ConstraintInfo> clang::doc::TemplateInfo::Constraints

Definition at line 291 of file Representation.h.

Referenced by clang::doc::addConstraint().

◆ Params

OwningVec<TemplateParamInfo> clang::doc::TemplateInfo::Params

◆ Specialization

std::optional<TemplateSpecializationInfo> clang::doc::TemplateInfo::Specialization

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