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

#include <Representation.h>

Public Member Functions

 ConstraintInfo ()=default
 
 ConstraintInfo (SymbolID USR, StringRef Name)
 

Public Attributes

Reference ConceptRef
 
SmallString< 16 > ConstraintExpr
 

Detailed Description

Definition at line 226 of file Representation.h.

Constructor & Destructor Documentation

◆ ConstraintInfo() [1/2]

clang::doc::ConstraintInfo::ConstraintInfo ( )
default

◆ ConstraintInfo() [2/2]

clang::doc::ConstraintInfo::ConstraintInfo ( SymbolID  USR,
StringRef  Name 
)
inline

Definition at line 228 of file Representation.h.

Member Data Documentation

◆ ConceptRef

Reference clang::doc::ConstraintInfo::ConceptRef

Definition at line 230 of file Representation.h.

Referenced by clang::doc::addReference(), and clang::doc::serializeInfo().

◆ ConstraintExpr

SmallString<16> clang::doc::ConstraintInfo::ConstraintExpr

Definition at line 232 of file Representation.h.

Referenced by clang::doc::parseRecord(), and clang::doc::serializeInfo().


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