clang
6.0.0
|
#include "clang/Index/IndexSymbol.h"
Public Attributes | |
SymbolKind | Kind |
SymbolSubKind | SubKind |
SymbolLanguage | Lang |
SymbolPropertySet | Properties |
Definition at line 127 of file IndexSymbol.h.
SymbolKind clang::index::SymbolInfo::Kind |
Definition at line 128 of file IndexSymbol.h.
Referenced by clang::index::getSymbolInfo().
SymbolLanguage clang::index::SymbolInfo::Lang |
Definition at line 130 of file IndexSymbol.h.
Referenced by clang::index::getSymbolInfo().
SymbolPropertySet clang::index::SymbolInfo::Properties |
Definition at line 131 of file IndexSymbol.h.
Referenced by clang::index::getSymbolInfo().
SymbolSubKind clang::index::SymbolInfo::SubKind |
Definition at line 129 of file IndexSymbol.h.
Referenced by clang::index::getSymbolInfo().