Searched refs:PreambleRebuildCountdown (Results 1 – 2 of 2) sorted by relevance
1349 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1356 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1363 if (PreambleRebuildCountdown > 1) { in getMainBufferWithPrecompiledPreamble()1364 --PreambleRebuildCountdown; in getMainBufferWithPrecompiledPreamble()1403 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1408 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1415 PreambleRebuildCountdown = DefaultPreambleRebuildInterval; in getMainBufferWithPrecompiledPreamble()1555 AST->PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocationAction()1682 PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocation()1865 if (Preamble || PreambleRebuildCountdown > 0) in Reparse()
210 unsigned PreambleRebuildCountdown = 0; variable