Searched defs:getDiagnosticLevel (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Basic/
H A DDiagnostic.h660 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const { function in class:clang::DiagnosticsEngine
661 return (Level)Diags->getDiagnosticLevel(DiagID, Loc, *this);

Completed in 105 milliseconds