|
clang
5.0.0
|
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 116 of file IndexSymbol.h.
|
inline |
Definition at line 120 of file IndexSymbol.h.
| const Decl* clang::index::SymbolRelation::RelatedSymbol |
Definition at line 118 of file IndexSymbol.h.
| SymbolRoleSet clang::index::SymbolRelation::Roles |
Definition at line 117 of file IndexSymbol.h.
1.8.6