Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h240 unsigned NumWarningsInPreamble = 0; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1355 getDiagnostics().setNumWarnings(NumWarningsInPreamble); in getMainBufferWithPrecompiledPreamble()
1437 NumWarningsInPreamble = getDiagnostics().getNumWarnings(); in getMainBufferWithPrecompiledPreamble()
1890 getDiagnostics().setNumWarnings(NumWarningsInPreamble); in Reparse()