clang 20.0.0git
|
#include "clang/Index/IndexSymbol.h"
Public Attributes | |
SymbolKind | Kind |
SymbolSubKind | SubKind |
SymbolLanguage | Lang |
SymbolPropertySet | Properties |
Definition at line 144 of file IndexSymbol.h.
SymbolKind clang::index::SymbolInfo::Kind |
Definition at line 145 of file IndexSymbol.h.
Referenced by clang::index::getSymbolInfo(), and clang::index::getSymbolInfoForMacro().
SymbolLanguage clang::index::SymbolInfo::Lang |
Definition at line 147 of file IndexSymbol.h.
Referenced by clang::index::getSymbolInfo(), and clang::index::getSymbolInfoForMacro().
SymbolPropertySet clang::index::SymbolInfo::Properties |
Definition at line 148 of file IndexSymbol.h.
Referenced by clang::index::getSymbolInfo(), and clang::index::getSymbolInfoForMacro().
SymbolSubKind clang::index::SymbolInfo::SubKind |
Definition at line 146 of file IndexSymbol.h.
Referenced by clang::index::getSymbolInfo(), and clang::index::getSymbolInfoForMacro().