Searched refs:PreambleRebuildCountdown (Results 1 – 2 of 2) sorted by relevance
1357 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1364 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1371 if (PreambleRebuildCountdown > 1) { in getMainBufferWithPrecompiledPreamble()1372 --PreambleRebuildCountdown; in getMainBufferWithPrecompiledPreamble()1412 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1417 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()1424 PreambleRebuildCountdown = DefaultPreambleRebuildInterval; in getMainBufferWithPrecompiledPreamble()1564 AST->PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocationAction()1691 PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocation()1881 if (Preamble || PreambleRebuildCountdown > 0) in Reparse()
213 unsigned PreambleRebuildCountdown = 0; variable