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

/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp380 /// getDiagnosticLevel - Based on the way the client configured the
384 DiagnosticIDs::getDiagnosticLevel(unsigned DiagID, SourceLocation Loc, function in class:DiagnosticIDs
591 = getDiagnosticLevel(DiagID, Info.getLocation(), Diag);
/external/clang/include/clang/Basic/
H A DDiagnostic.h658 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const { function in class:clang::DiagnosticsEngine
659 return (Level)Diags->getDiagnosticLevel(DiagID, Loc, *this);

Completed in 57 milliseconds