clang  3.9.0
Public Types | Public Attributes | List of all members
clang::index::IndexingOptions Struct Reference

#include <IndexingAction.h>

Collaboration diagram for clang::index::IndexingOptions:
[legend]

Public Types

enum  SystemSymbolFilterKind { SystemSymbolFilterKind::None, SystemSymbolFilterKind::DeclarationsOnly, SystemSymbolFilterKind::All }
 

Public Attributes

SystemSymbolFilterKind SystemSymbolFilter = SystemSymbolFilterKind::DeclarationsOnly
 
bool IndexFunctionLocals = false
 

Detailed Description

Definition at line 23 of file IndexingAction.h.

Member Enumeration Documentation

Enumerator
None 
DeclarationsOnly 
All 

Definition at line 24 of file IndexingAction.h.

Member Data Documentation

bool clang::index::IndexingOptions::IndexFunctionLocals = false
SystemSymbolFilterKind clang::index::IndexingOptions::SystemSymbolFilter = SystemSymbolFilterKind::DeclarationsOnly

Definition at line 31 of file IndexingAction.h.

Referenced by clang::index::IndexingContext::importedModule().


The documentation for this struct was generated from the following file: