Home
last modified time | relevance | path

Searched refs:CXTranslationUnit_PrecompiledPreamble (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp595 PrecompilePreamble = TU_options & CXTranslationUnit_PrecompiledPreamble; in clang_indexSourceFile_Impl()
H A DCIndex.cpp3527 return CXTranslationUnit_PrecompiledPreamble | in clang_defaultEditingTranslationUnitOptions()
3560 bool PrecompilePreamble = options & CXTranslationUnit_PrecompiledPreamble; in clang_parseTranslationUnit_Impl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1245 CXTranslationUnit_PrecompiledPreamble = 0x04, enumerator