Home
last modified time | relevance | path

Searched refs:PreambleRebuildCountdown (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp1321 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()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h211 unsigned PreambleRebuildCountdown = 0; variable