Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1324 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()
1331 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()
1338 if (PreambleRebuildCountdown > 1) { in getMainBufferWithPrecompiledPreamble()
1339 --PreambleRebuildCountdown; in getMainBufferWithPrecompiledPreamble()
1378 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()
1383 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()
1390 PreambleRebuildCountdown = DefaultPreambleRebuildInterval; in getMainBufferWithPrecompiledPreamble()
1530 AST->PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocationAction()
1657 PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocation()
1838 if (Preamble || PreambleRebuildCountdown > 0) in Reparse()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h211 unsigned PreambleRebuildCountdown = 0; variable