Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexing.cpp398 static IndexingOptions getIndexingOptionsFromCXOptions(unsigned index_options) { in getIndexingOptionsFromCXOptions() argument
400 if (index_options & CXIndexOpt_IndexFunctionLocalSymbols) in getIndexingOptionsFromCXOptions()
418 unsigned index_options, const char *source_filename, in clang_indexSourceFile_Impl() argument
514 if (index_options & CXIndexOpt_SuppressWarnings) in clang_indexSourceFile_Impl()
535 bool SkipBodies = (index_options & CXIndexOpt_SkipParsedBodiesInSession) && in clang_indexSourceFile_Impl()
541 std::make_shared<CXIndexDataConsumer>(client_data, CB, index_options, in clang_indexSourceFile_Impl()
547 getIndexingOptionsFromCXOptions(index_options), in clang_indexSourceFile_Impl()
637 unsigned index_options, CXTranslationUnit TU) { in clang_indexTranslationUnit_Impl() argument
658 index_options, TU); in clang_indexTranslationUnit_Impl()
680 indexASTUnit(*Unit, DataConsumer, getIndexingOptionsFromCXOptions(index_options)); in clang_indexTranslationUnit_Impl()
[all …]
/external/clang/include/clang-c/
DIndex.h5898 unsigned index_options,
5914 unsigned index_callbacks_size, unsigned index_options,
5939 unsigned index_options,