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

/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp350 /// getDiagnosticLevel - Based on the way the client configured the
354 DiagnosticIDs::getDiagnosticLevel(unsigned DiagID, SourceLocation Loc, function in class:DiagnosticIDs
362 return getDiagnosticLevel(DiagID, DiagClass, Loc, Diag);
372 DiagnosticIDs::getDiagnosticLevel(unsigned DiagID, unsigned DiagClass, function in class:DiagnosticIDs
589 = getDiagnosticLevel(DiagID, Info.getLocation(), Diag);
/external/clang/include/clang/Basic/
H A DDiagnostic.h612 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const { function in class:clang::DiagnosticsEngine
613 return (Level)Diags->getDiagnosticLevel(DiagID, Loc, *this);

Completed in 371 milliseconds