Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h252 unsigned NumWarningsInPreamble = 0; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1368 getDiagnostics().setNumWarnings(NumWarningsInPreamble); in getMainBufferWithPrecompiledPreamble()
1450 NumWarningsInPreamble = getDiagnostics().getNumWarnings(); in getMainBufferWithPrecompiledPreamble()
1918 getDiagnostics().setNumWarnings(NumWarningsInPreamble); in Reparse()