|
clang
5.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 |
Definition at line 31 of file IndexingAction.h.
| Enumerator | |
|---|---|
| None | |
| DeclarationsOnly | |
| All | |
Definition at line 32 of file IndexingAction.h.
Definition at line 40 of file IndexingAction.h.
Referenced by clang::index::IndexingContext::shouldIndexFunctionLocalSymbols().
| SystemSymbolFilterKind clang::index::IndexingOptions::SystemSymbolFilter = SystemSymbolFilterKind::DeclarationsOnly |
Definition at line 39 of file IndexingAction.h.
Referenced by clang::index::IndexingContext::importedModule().
1.8.6