Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp587 bool PrecompilePreamble = false; in clang_indexSourceFile_Impl() local
595 PrecompilePreamble = TU_options & CXTranslationUnit_PrecompiledPreamble; in clang_indexSourceFile_Impl()
614 !PrecompilePreamble ? 0 : 2 - CreatePreambleOnFirstParse; in clang_indexSourceFile_Impl()
H A DCIndex.cpp3560 bool PrecompilePreamble = options & CXTranslationUnit_PrecompiledPreamble; in clang_parseTranslationUnit_Impl() local
3663 !PrecompilePreamble ? 0 : 2 - CreatePreambleOnFirstParse; in clang_parseTranslationUnit_Impl()