Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.h280 unsigned IndexOptions; variable
340 IndexOptions(indexOptions), CXTU(cxTU), in IndexingContext()
349 return IndexOptions & CXIndexOpt_SuppressRedundantRefs; in shouldSuppressRefs()
353 return IndexOptions & CXIndexOpt_IndexFunctionLocalSymbols; in shouldIndexFunctionLocalSymbols()
357 return IndexOptions & CXIndexOpt_IndexImplicitTemplateInstantiations; in shouldIndexImplicitTemplateInsts()