Home
last modified time | relevance | path

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

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