clang  3.9.0
Public Member Functions | Public Attributes | List of all members
clang::index::SymbolRelation Struct Reference

Represents a relation to another symbol for a symbol occurrence. More...

#include <IndexSymbol.h>

Collaboration diagram for clang::index::SymbolRelation:
[legend]

Public Member Functions

 SymbolRelation (SymbolRoleSet Roles, const Decl *Sym)
 

Public Attributes

SymbolRoleSet Roles
 
const DeclRelatedSymbol
 

Detailed Description

Represents a relation to another symbol for a symbol occurrence.

Definition at line 96 of file IndexSymbol.h.

Constructor & Destructor Documentation

clang::index::SymbolRelation::SymbolRelation ( SymbolRoleSet  Roles,
const Decl Sym 
)
inline

Definition at line 100 of file IndexSymbol.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: