Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/tools/libclang/
DIndexing.cpp448 unsigned TU_options) { in clang_indexSourceFile_Impl() argument
473 if (TU_options & CXTranslationUnit_IgnoreNonErrorsFromIncludedFiles) in clang_indexSourceFile_Impl()
598 PrecompilePreamble = TU_options & CXTranslationUnit_PrecompiledPreamble; in clang_indexSourceFile_Impl()
600 TU_options & CXTranslationUnit_CreatePreambleOnFirstParse; in clang_indexSourceFile_Impl()
603 = TU_options & CXTranslationUnit_CacheCompletionResults; in clang_indexSourceFile_Impl()
606 if (TU_options & CXTranslationUnit_DetailedPreprocessingRecord) { in clang_indexSourceFile_Impl()
875 unsigned TU_options) { in clang_indexSourceFile() argument
882 num_unsaved_files, out_TU, TU_options); in clang_indexSourceFile()
891 CXTranslationUnit *out_TU, unsigned TU_options) { in clang_indexSourceFileFullArgv() argument
907 out_TU, TU_options); in clang_indexSourceFileFullArgv()
[all …]
/openbsd/src/gnu/llvm/clang/include/clang-c/
DIndex.h6217 unsigned num_unsaved_files, CXTranslationUnit *out_TU, unsigned TU_options);
6229 unsigned num_unsaved_files, CXTranslationUnit *out_TU, unsigned TU_options);