clang  5.0.0
Public Attributes | List of all members
clang::index::SymbolInfo Struct Reference

#include "clang/Index/IndexSymbol.h"

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

Public Attributes

SymbolKind Kind
 
SymbolSubKind SubKind
 
SymbolPropertySet Properties
 
SymbolLanguage Lang
 

Detailed Description

Definition at line 124 of file IndexSymbol.h.

Member Data Documentation

SymbolKind clang::index::SymbolInfo::Kind

Definition at line 125 of file IndexSymbol.h.

Referenced by clang::index::getSymbolInfo().

SymbolLanguage clang::index::SymbolInfo::Lang

Definition at line 128 of file IndexSymbol.h.

Referenced by clang::index::getSymbolInfo().

SymbolPropertySet clang::index::SymbolInfo::Properties

Definition at line 127 of file IndexSymbol.h.

Referenced by clang::index::getSymbolInfo().

SymbolSubKind clang::index::SymbolInfo::SubKind

Definition at line 126 of file IndexSymbol.h.

Referenced by clang::index::getSymbolInfo().


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