Searched refs:PreambleRebuildCountdown (Results 1 – 2 of 2) sorted by relevance
1323 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()
211 unsigned PreambleRebuildCountdown = 0; variable