Searched refs:PreambleRebuildCountdown (Results 1 – 2 of 2) sorted by relevance
1370 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1377 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1384 if (PreambleRebuildCountdown > 1) { in getMainBufferWithPrecompiledPreamble()1385 --PreambleRebuildCountdown; in getMainBufferWithPrecompiledPreamble()1425 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1430 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1437 PreambleRebuildCountdown = DefaultPreambleRebuildInterval; in getMainBufferWithPrecompiledPreamble()1585 AST->PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocationAction()1713 PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocation()1908 if (Preamble || PreambleRebuildCountdown > 0) in Reparse()
225 unsigned PreambleRebuildCountdown = 0; variable