clang
10.0.0git
|
#include "clang/Index/IndexingOptions.h"
Public Types | |
enum | SystemSymbolFilterKind { SystemSymbolFilterKind::None, SystemSymbolFilterKind::DeclarationsOnly, SystemSymbolFilterKind::All } |
Definition at line 19 of file IndexingOptions.h.
Enumerator | |
---|---|
None | |
DeclarationsOnly | |
All |
Definition at line 20 of file IndexingOptions.h.
Definition at line 28 of file IndexingOptions.h.
Referenced by clang::index::IndexingContext::shouldIndexFunctionLocalSymbols().
Definition at line 29 of file IndexingOptions.h.
Referenced by clang::index::IndexingContext::shouldIndexImplicitInstantiation().
Definition at line 33 of file IndexingOptions.h.
Referenced by clang::index::indexASTUnit(), clang::index::indexModuleFile(), and clang::index::indexTopLevelDecls().
Definition at line 35 of file IndexingOptions.h.
Referenced by clang::index::IndexingContext::shouldIndexParametersInDeclarations().
Definition at line 36 of file IndexingOptions.h.
Referenced by clang::index::IndexingContext::shouldIndexTemplateParameters().
SystemSymbolFilterKind clang::index::IndexingOptions::SystemSymbolFilter |
Definition at line 26 of file IndexingOptions.h.
Referenced by clang::index::IndexingContext::importedModule(), and shouldReportOccurrenceForSystemDeclOnlyMode().