Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp1349 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()
1356 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()
1363 if (PreambleRebuildCountdown > 1) { in getMainBufferWithPrecompiledPreamble()
1364 --PreambleRebuildCountdown; in getMainBufferWithPrecompiledPreamble()
1403 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()
1408 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()
1415 PreambleRebuildCountdown = DefaultPreambleRebuildInterval; in getMainBufferWithPrecompiledPreamble()
1555 AST->PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocationAction()
1682 PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocation()
1865 if (Preamble || PreambleRebuildCountdown > 0) in Reparse()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h210 unsigned PreambleRebuildCountdown = 0; variable