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

/external/clang/tools/libclang/
H A DIndexingContext.h277 unsigned IndexOptions; member in class:clang::cxindex::IndexingContext
337 IndexOptions(indexOptions), CXTU(cxTU),
346 return IndexOptions & CXIndexOpt_SuppressRedundantRefs;
350 return IndexOptions & CXIndexOpt_IndexFunctionLocalSymbols;
354 return IndexOptions & CXIndexOpt_IndexImplicitTemplateInstantiations;

Completed in 418 milliseconds