clang-tools 22.0.0git
|
#include <Representation.h>
Public Member Functions | |
ConstraintInfo ()=default | |
ConstraintInfo (SymbolID USR, StringRef Name) | |
Public Attributes | |
Reference | ConceptRef |
SmallString< 16 > | ConstraintExpr |
Definition at line 226 of file Representation.h.
|
default |
|
inline |
Definition at line 228 of file Representation.h.
Reference clang::doc::ConstraintInfo::ConceptRef |
Definition at line 230 of file Representation.h.
Referenced by clang::doc::addReference(), and clang::doc::serializeInfo().
SmallString<16> clang::doc::ConstraintInfo::ConstraintExpr |
Definition at line 232 of file Representation.h.
Referenced by clang::doc::parseRecord(), and clang::doc::serializeInfo().