clang
3.9.0
|
Represents a relation to another symbol for a symbol occurrence. More...
#include <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 96 of file IndexSymbol.h.
|
inline |
Definition at line 100 of file IndexSymbol.h.
const Decl* clang::index::SymbolRelation::RelatedSymbol |
Definition at line 98 of file IndexSymbol.h.
SymbolRoleSet clang::index::SymbolRelation::Roles |
Definition at line 97 of file IndexSymbol.h.