clang-tools 20.0.0git
|
Represents a relation between two symbols. More...
#include <Relation.h>
Public Member Functions | |
bool | operator== (const Relation &Other) const |
bool | operator< (const Relation &Other) const |
Public Attributes | |
SymbolID | Subject |
RelationKind | Predicate |
SymbolID | Object |
Represents a relation between two symbols.
For an example:
Definition at line 32 of file Relation.h.
|
inline |
Definition at line 42 of file Relation.h.
|
inline |
Definition at line 37 of file Relation.h.
SymbolID clang::clangd::Relation::Object |
Definition at line 35 of file Relation.h.
Referenced by llvm::yaml::MappingTraits< Relation >::mapping(), operator<(), clang::clangd::operator<<(), and operator==().
RelationKind clang::clangd::Relation::Predicate |
Definition at line 34 of file Relation.h.
Referenced by llvm::yaml::MappingTraits< Relation >::mapping(), operator<(), clang::clangd::operator<<(), and operator==().
SymbolID clang::clangd::Relation::Subject |
Definition at line 33 of file Relation.h.
Referenced by llvm::yaml::MappingTraits< Relation >::mapping(), operator<(), clang::clangd::operator<<(), and operator==().