Searched refs:IndexOptions (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DIndexingContext.h294 unsigned IndexOptions; member in class:clang::cxindex::IndexingContext
353 IndexOptions(indexOptions), CXTU(cxTU),
362 return IndexOptions & CXIndexOpt_SuppressRedundantRefs;
366 return IndexOptions & CXIndexOpt_IndexFunctionLocalSymbols;
370 return IndexOptions & CXIndexOpt_IndexImplicitTemplateInstantiations;

Completed in 33 milliseconds