Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1357 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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h213 unsigned PreambleRebuildCountdown = 0; variable