Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1323 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()
1330 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()
1337 if (PreambleRebuildCountdown > 1) { in getMainBufferWithPrecompiledPreamble()
1338 --PreambleRebuildCountdown; in getMainBufferWithPrecompiledPreamble()
1377 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()
1382 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()
1389 PreambleRebuildCountdown = DefaultPreambleRebuildInterval; in getMainBufferWithPrecompiledPreamble()
1529 AST->PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocationAction()
1656 PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocation()
1837 if (Preamble || PreambleRebuildCountdown > 0) in Reparse()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h211 unsigned PreambleRebuildCountdown = 0; variable