Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp1311 PreambleRebuildCounter = 1; in getMainBufferWithPrecompiledPreamble()
1318 PreambleRebuildCounter = 1; in getMainBufferWithPrecompiledPreamble()
1325 if (PreambleRebuildCounter > 1) { in getMainBufferWithPrecompiledPreamble()
1326 --PreambleRebuildCounter; in getMainBufferWithPrecompiledPreamble()
1363 PreambleRebuildCounter = 1; in getMainBufferWithPrecompiledPreamble()
1368 PreambleRebuildCounter = 1; in getMainBufferWithPrecompiledPreamble()
1374 PreambleRebuildCounter = DefaultPreambleRebuildInterval; in getMainBufferWithPrecompiledPreamble()
1514 AST->PreambleRebuildCounter = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocationAction()
1648 PreambleRebuildCounter = PrecompilePreambleAfterNParses; in LoadFromCompilerInvocation()
1826 if (Preamble || PreambleRebuildCounter > 0) in Reparse()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h209 unsigned PreambleRebuildCounter = 0; variable