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

#include <IndexSymbol.h>

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

Public Attributes

SymbolKind Kind
 
SymbolSubKindSet SubKinds
 
SymbolLanguage Lang
 

Detailed Description

Definition at line 104 of file IndexSymbol.h.

Member Data Documentation

SymbolKind clang::index::SymbolInfo::Kind

Definition at line 105 of file IndexSymbol.h.

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

SymbolLanguage clang::index::SymbolInfo::Lang

Definition at line 107 of file IndexSymbol.h.

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

SymbolSubKindSet clang::index::SymbolInfo::SubKinds

Definition at line 106 of file IndexSymbol.h.

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


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