Searched refs:PreambleRebuildCountdown (Results 1 – 2 of 2) sorted by relevance
1334 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1341 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1348 if (PreambleRebuildCountdown > 1) { in getMainBufferWithPrecompiledPreamble()1349 --PreambleRebuildCountdown; in getMainBufferWithPrecompiledPreamble()1388 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1393 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1400 PreambleRebuildCountdown = DefaultPreambleRebuildInterval; in getMainBufferWithPrecompiledPreamble()1540 AST->PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocationAction()1675 PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocation()1856 if (Preamble || PreambleRebuildCountdown > 0) in Reparse()
211 unsigned PreambleRebuildCountdown = 0; variable