Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DDiagnostic.h594 unsigned getNumWarnings() const { return NumWarnings; } in getNumWarnings() function
1323 unsigned getNumWarnings() const { return NumWarnings; } in getNumWarnings() function
/external/clang/lib/Frontend/
DCompilerInstance.cpp887 unsigned NumWarnings = getDiagnostics().getClient()->getNumWarnings(); in ExecuteAction()
DASTUnit.cpp1614 NumWarningsInPreamble = getDiagnostics().getNumWarnings(); in getMainBufferWithPrecompiledPreamble()