|
clang
5.0.0
|
#include "clang/Index/IndexSymbol.h"
Public Attributes | |
| SymbolKind | Kind |
| SymbolSubKind | SubKind |
| SymbolPropertySet | Properties |
| SymbolLanguage | Lang |
Definition at line 124 of file IndexSymbol.h.
| 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().
1.8.6