Searched refs:PreambleRebuildCountdown (Results 1 – 2 of 2) sorted by relevance
1369 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1376 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1383 if (PreambleRebuildCountdown > 1) { in getMainBufferWithPrecompiledPreamble()1384 --PreambleRebuildCountdown; in getMainBufferWithPrecompiledPreamble()1424 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1429 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1436 PreambleRebuildCountdown = DefaultPreambleRebuildInterval; in getMainBufferWithPrecompiledPreamble()1577 AST->PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocationAction()1704 PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocation()1894 if (Preamble || PreambleRebuildCountdown > 0) in Reparse()
213 unsigned PreambleRebuildCountdown = 0; variable