clang
8.0.0
|
#include "clang/Index/IndexingAction.h"
Public Types | |
enum | SystemSymbolFilterKind { SystemSymbolFilterKind::None, SystemSymbolFilterKind::DeclarationsOnly, SystemSymbolFilterKind::All } |
Definition at line 33 of file IndexingAction.h.
Enumerator | |
---|---|
None | |
DeclarationsOnly | |
All |
Definition at line 34 of file IndexingAction.h.
Definition at line 42 of file IndexingAction.h.
Referenced by clang::index::IndexingContext::shouldIndexFunctionLocalSymbols().
Definition at line 43 of file IndexingAction.h.
Referenced by clang::index::IndexingContext::shouldIndexImplicitInstantiation().
Definition at line 47 of file IndexingAction.h.
Referenced by clang::index::indexASTUnit(), clang::index::indexModuleFile(), and clang::index::indexTopLevelDecls().
SystemSymbolFilterKind clang::index::IndexingOptions::SystemSymbolFilter = SystemSymbolFilterKind::DeclarationsOnly |
Definition at line 41 of file IndexingAction.h.
Referenced by clang::index::IndexingContext::importedModule(), and shouldReportOccurrenceForSystemDeclOnlyMode().