clang
7.0.0
|
#include "clang/Index/IndexingAction.h"
Public Types | |
enum | SystemSymbolFilterKind { SystemSymbolFilterKind::None, SystemSymbolFilterKind::DeclarationsOnly, SystemSymbolFilterKind::All } |
Public Attributes | |
SystemSymbolFilterKind | SystemSymbolFilter = SystemSymbolFilterKind::DeclarationsOnly |
bool | IndexFunctionLocals = false |
bool | IndexImplicitInstantiation = false |
Definition at line 32 of file IndexingAction.h.
Enumerator | |
---|---|
None | |
DeclarationsOnly | |
All |
Definition at line 33 of file IndexingAction.h.
Definition at line 41 of file IndexingAction.h.
Referenced by clang::index::IndexingContext::shouldIndexFunctionLocalSymbols().
Definition at line 42 of file IndexingAction.h.
Referenced by clang::index::IndexingContext::shouldIndexImplicitInstantiation().
SystemSymbolFilterKind clang::index::IndexingOptions::SystemSymbolFilter = SystemSymbolFilterKind::DeclarationsOnly |
Definition at line 40 of file IndexingAction.h.
Referenced by clang::index::IndexingContext::importedModule(), and shouldReportOccurrenceForSystemDeclOnlyMode().