Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h238 unsigned NumWarningsInPreamble = 0; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1322 getDiagnostics().setNumWarnings(NumWarningsInPreamble); in getMainBufferWithPrecompiledPreamble()
1403 NumWarningsInPreamble = getDiagnostics().getNumWarnings(); in getMainBufferWithPrecompiledPreamble()
1847 getDiagnostics().setNumWarnings(NumWarningsInPreamble); in Reparse()