Lines Matching refs:index_options
398 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()
837 unsigned index_options, in clang_indexSourceFile() argument
850 index_options, source_filename, Args.data(), Args.size(), unsaved_files, in clang_indexSourceFile()
857 unsigned index_options, const char *source_filename, in clang_indexSourceFileFullArgv() argument
874 index_options, source_filename, command_line_args, in clang_indexSourceFileFullArgv()
921 unsigned index_options, in clang_indexTranslationUnit() argument
931 index_options, TU); in clang_indexTranslationUnit()