struct SymbolRelation

Declaration

struct SymbolRelation { /* full declaration omitted */ };

Description

Represents a relation to another symbol for a symbol occurrence.

Declared at: clang/include/clang/Index/IndexSymbol.h:136

Member Variables

public clang::index::SymbolRoleSet Roles
public const clang::Decl* RelatedSymbol

Method Overview

  • public SymbolRelation(clang::index::SymbolRoleSet Roles, const clang::Decl * Sym)

Methods

ΒΆSymbolRelation(clang::index::SymbolRoleSet Roles,
               const clang::Decl* Sym)

Declared at: clang/include/clang/Index/IndexSymbol.h:140

Parameters

clang::index::SymbolRoleSet Roles
const clang::Decl* Sym