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.
References ConceptRef, and clang::doc::IT_concept.
Reference clang::doc::ConstraintInfo::ConceptRef |
Definition at line 230 of file Representation.h.
Referenced by clang::doc::addReference(), ConstraintInfo(), and clang::doc::serializeInfo().
SmallString<16> clang::doc::ConstraintInfo::ConstraintExpr |
Definition at line 232 of file Representation.h.
Referenced by clang::doc::serialize::handleCompoundConstraints(), clang::doc::parseRecord(), clang::doc::serialize::populateConstraints(), and clang::doc::serializeInfo().