clang-tools 22.0.0git
|
#include <Representation.h>
Public Attributes | |
std::vector< TemplateParamInfo > | Params |
std::optional< TemplateSpecializationInfo > | Specialization |
std::vector< ConstraintInfo > | Constraints |
Definition at line 237 of file Representation.h.
std::vector<ConstraintInfo> clang::doc::TemplateInfo::Constraints |
Definition at line 243 of file Representation.h.
Referenced by clang::doc::addConstraint(), and clang::doc::serialize::populateConstraints().
std::vector<TemplateParamInfo> clang::doc::TemplateInfo::Params |
Definition at line 239 of file Representation.h.
Referenced by clang::doc::addTemplateParam(), llvm::yaml::MappingTraits< TemplateInfo >::mapping(), and clang::doc::serialize::populateTemplateParameters().
std::optional<TemplateSpecializationInfo> clang::doc::TemplateInfo::Specialization |
Definition at line 242 of file Representation.h.
Referenced by clang::doc::addTemplateSpecialization(), and llvm::yaml::MappingTraits< TemplateInfo >::mapping().