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

/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h251 getDiagnosticLevel(unsigned DiagID, SourceLocation Loc,
H A DDiagnostic.h658 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const { function in class:clang::DiagnosticsEngine
659 return (Level)Diags->getDiagnosticLevel(DiagID, Loc, *this);
/external/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp128 Diags->getDiagnosticLevel(DiagID, SourceLocation());
/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);
H A DDiagnostic.cpp356 = Diags->getDiagnosticLevel(Info.getID(), Info.getLocation(), *this);
/external/clang/lib/Serialization/
H A DASTReader.cpp314 Level CurLevel = Diags.getDiagnosticLevel(DiagID, SourceLocation());
318 StoredDiags.getDiagnosticLevel(DiagID, SourceLocation());
/external/clang/lib/Sema/
H A DSemaDecl.cpp10306 if (Diags.getDiagnosticLevel(diag_id, Loc) >= DiagnosticsEngine::Error) {

Completed in 187 milliseconds