Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp590 bool PrecompilePreamble = false; in clang_indexSourceFile_Impl() local
598 PrecompilePreamble = TU_options & CXTranslationUnit_PrecompiledPreamble; in clang_indexSourceFile_Impl()
617 !PrecompilePreamble ? 0 : 2 - CreatePreambleOnFirstParse; in clang_indexSourceFile_Impl()
H A DCIndex.cpp3784 bool PrecompilePreamble = options & CXTranslationUnit_PrecompiledPreamble; in clang_parseTranslationUnit_Impl() local
3889 !PrecompilePreamble ? 0 : 2 - CreatePreambleOnFirstParse; in clang_parseTranslationUnit_Impl()