Home
last modified time | relevance | path

Searched refs:getNumWarnings (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DDiagnostic.h848 unsigned getNumWarnings() const { return NumWarnings; } in getNumWarnings() function
1717 unsigned getNumWarnings() const { return NumWarnings; } in getNumWarnings() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp662 DummyDiags.getNumWarnings() != 0) { in RoundTrip()
667 unsigned NumWarningsBefore = Diags.getNumWarnings(); in RoundTrip()
669 if (!Success || Diags.getNumWarnings() != NumWarningsBefore) in RoundTrip()
DCompilerInstance.cpp987 unsigned NumWarnings = getDiagnostics().getClient()->getNumWarnings(); in ExecuteAction()
DASTUnit.cpp1403 NumWarningsInPreamble = getDiagnostics().getNumWarnings(); in getMainBufferWithPrecompiledPreamble()