Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h853 unsigned getNumWarnings() const { return NumWarnings; } in getNumWarnings() function
1750 unsigned getNumWarnings() const { return NumWarnings; } in getNumWarnings() function
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp694 DummyDiags.getNumWarnings() != 0) { in RoundTrip()
699 unsigned NumWarningsBefore = Diags.getNumWarnings(); in RoundTrip()
701 if (!Success || Diags.getNumWarnings() != NumWarningsBefore) in RoundTrip()
H A DCompilerInstance.cpp1056 unsigned NumWarnings = getDiagnostics().getClient()->getNumWarnings(); in ExecuteAction()
H A DASTUnit.cpp1428 NumWarningsInPreamble = getDiagnostics().getNumWarnings(); in getMainBufferWithPrecompiledPreamble()