clang
9.0.0
|
#include "clang/Index/IndexingAction.h"
Public Types | |
enum | SystemSymbolFilterKind { SystemSymbolFilterKind::None, SystemSymbolFilterKind::DeclarationsOnly, SystemSymbolFilterKind::All } |
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().
Definition at line 46 of file IndexingAction.h.
Referenced by clang::index::indexASTUnit(), clang::index::indexModuleFile(), and clang::index::indexTopLevelDecls().
Definition at line 48 of file IndexingAction.h.
Referenced by clang::index::IndexingContext::shouldIndexParametersInDeclarations().
Definition at line 49 of file IndexingAction.h.
Referenced by clang::index::IndexingContext::shouldIndexTemplateParameters().
SystemSymbolFilterKind clang::index::IndexingOptions::SystemSymbolFilter = SystemSymbolFilterKind::DeclarationsOnly |
Definition at line 40 of file IndexingAction.h.
Referenced by clang::index::IndexingContext::importedModule(), and shouldReportOccurrenceForSystemDeclOnlyMode().