clang
3.9.0
|
#include <IndexingAction.h>
Public Types | |
enum | SystemSymbolFilterKind { SystemSymbolFilterKind::None, SystemSymbolFilterKind::DeclarationsOnly, SystemSymbolFilterKind::All } |
Public Attributes | |
SystemSymbolFilterKind | SystemSymbolFilter = SystemSymbolFilterKind::DeclarationsOnly |
bool | IndexFunctionLocals = false |
Definition at line 23 of file IndexingAction.h.
Enumerator | |
---|---|
None | |
DeclarationsOnly | |
All |
Definition at line 24 of file IndexingAction.h.
Definition at line 32 of file IndexingAction.h.
Referenced by clang::index::IndexingContext::shouldIndexFunctionLocalSymbols().
SystemSymbolFilterKind clang::index::IndexingOptions::SystemSymbolFilter = SystemSymbolFilterKind::DeclarationsOnly |
Definition at line 31 of file IndexingAction.h.
Referenced by clang::index::IndexingContext::importedModule().