clang 20.0.0git
|
Represents a relation to another symbol for a symbol occurrence. More...
#include "clang/Index/IndexSymbol.h"
Public Member Functions | |
SymbolRelation (SymbolRoleSet Roles, const Decl *Sym) | |
Public Attributes | |
SymbolRoleSet | Roles |
const Decl * | RelatedSymbol |
Represents a relation to another symbol for a symbol occurrence.
Definition at line 136 of file IndexSymbol.h.
|
inline |
Definition at line 140 of file IndexSymbol.h.
const Decl* clang::index::SymbolRelation::RelatedSymbol |
Definition at line 138 of file IndexSymbol.h.
SymbolRoleSet clang::index::SymbolRelation::Roles |
Definition at line 137 of file IndexSymbol.h.