Searched refs:PreambleRebuildCountdown (Results 1 – 2 of 2) sorted by relevance
1324 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1331 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1338 if (PreambleRebuildCountdown > 1) { in getMainBufferWithPrecompiledPreamble()1339 --PreambleRebuildCountdown; in getMainBufferWithPrecompiledPreamble()1378 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1383 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1390 PreambleRebuildCountdown = DefaultPreambleRebuildInterval; in getMainBufferWithPrecompiledPreamble()1530 AST->PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocationAction()1657 PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocation()1838 if (Preamble || PreambleRebuildCountdown > 0) in Reparse()
211 unsigned PreambleRebuildCountdown = 0; variable