Searched refs:PreambleRebuildCountdown (Results 1 – 2 of 2) sorted by relevance
1321 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1328 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1335 if (PreambleRebuildCountdown > 1) { in getMainBufferWithPrecompiledPreamble()1336 --PreambleRebuildCountdown; in getMainBufferWithPrecompiledPreamble()1375 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1380 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1387 PreambleRebuildCountdown = DefaultPreambleRebuildInterval; in getMainBufferWithPrecompiledPreamble()1527 AST->PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocationAction()1654 PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocation()1838 if (Preamble || PreambleRebuildCountdown > 0) in Reparse()
211 unsigned PreambleRebuildCountdown = 0; variable