Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DDiagnostic.h587 unsigned getNumWarnings() const { return NumWarnings; } in getNumWarnings() function
1316 unsigned getNumWarnings() const { return NumWarnings; } in getNumWarnings() function
/external/clang/lib/Frontend/
DCompilerInstance.cpp851 unsigned NumWarnings = getDiagnostics().getClient()->getNumWarnings(); in ExecuteAction()
DASTUnit.cpp1606 NumWarningsInPreamble = getDiagnostics().getNumWarnings(); in getMainBufferWithPrecompiledPreamble()