Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp1334 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()
1341 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()
1348 if (PreambleRebuildCountdown > 1) { in getMainBufferWithPrecompiledPreamble()
1349 --PreambleRebuildCountdown; in getMainBufferWithPrecompiledPreamble()
1388 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()
1393 PreambleRebuildCountdown = 1; in getMainBufferWithPrecompiledPreamble()
1400 PreambleRebuildCountdown = DefaultPreambleRebuildInterval; in getMainBufferWithPrecompiledPreamble()
1540 AST->PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocationAction()
1675 PreambleRebuildCountdown = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocation()
1856 if (Preamble || PreambleRebuildCountdown > 0) in Reparse()
/external/llvm-project/clang/include/clang/Frontend/
DASTUnit.h211 unsigned PreambleRebuildCountdown = 0; variable