Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DDiagnosticIDs.h265 getDiagnosticSeverity(unsigned DiagID, SourceLocation Loc,
DDiagnostic.h645 return Diags->getDiagnosticSeverity(DiagID, Loc, *this) == in isIgnored()
/external/clang/lib/Basic/
DDiagnosticIDs.cpp400 return toLevel(getDiagnosticSeverity(DiagID, Loc, Diag)); in getDiagnosticLevel()
410 DiagnosticIDs::getDiagnosticSeverity(unsigned DiagID, SourceLocation Loc, in getDiagnosticSeverity() function in DiagnosticIDs