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.cpp1370 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()
1377 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()
1384 if (PreambleRebuildCountdown > 1) { in getMainBufferWithPrecompiledPreamble()
1385 --PreambleRebuildCountdown; in getMainBufferWithPrecompiledPreamble()
1425 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()
1430 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()
1437 PreambleRebuildCountdown = DefaultPreambleRebuildInterval; in getMainBufferWithPrecompiledPreamble()
1585 AST->PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocationAction()
1713 PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocation()
1908 if (Preamble || PreambleRebuildCountdown > 0) in Reparse()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h225 unsigned PreambleRebuildCountdown = 0; variable