Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DIndexing.cpp591 bool CreatePreambleOnFirstParse = false; in clang_indexSourceFile_Impl() local
599 CreatePreambleOnFirstParse = in clang_indexSourceFile_Impl()
617 !PrecompilePreamble ? 0 : 2 - CreatePreambleOnFirstParse; in clang_indexSourceFile_Impl()
H A DCIndex.cpp3757 bool CreatePreambleOnFirstParse = in clang_parseTranslationUnit_Impl() local
3859 !PrecompilePreamble ? 0 : 2 - CreatePreambleOnFirstParse; in clang_parseTranslationUnit_Impl()