Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp448 unsigned TU_options) { in clang_indexSourceFile_Impl() argument
473 if (TU_options & CXTranslationUnit_IgnoreNonErrorsFromIncludedFiles) in clang_indexSourceFile_Impl()
595 PrecompilePreamble = TU_options & CXTranslationUnit_PrecompiledPreamble; in clang_indexSourceFile_Impl()
597 TU_options & CXTranslationUnit_CreatePreambleOnFirstParse; in clang_indexSourceFile_Impl()
600 = TU_options & CXTranslationUnit_CacheCompletionResults; in clang_indexSourceFile_Impl()
603 if (TU_options & CXTranslationUnit_DetailedPreprocessingRecord) { in clang_indexSourceFile_Impl()
872 unsigned TU_options) { in clang_indexSourceFile() argument
879 num_unsaved_files, out_TU, TU_options); in clang_indexSourceFile()
888 CXTranslationUnit *out_TU, unsigned TU_options) { in clang_indexSourceFileFullArgv() argument
905 TU_options); in clang_indexSourceFileFullArgv()
[all …]
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h6701 unsigned num_unsaved_files, CXTranslationUnit *out_TU, unsigned TU_options);
6713 unsigned num_unsaved_files, CXTranslationUnit *out_TU, unsigned TU_options);