Home
last modified time | relevance | path

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

/external/clang/tools/diagtool/
DShowEnabledWarnings.cpp130 Diags->getDiagnosticLevel(DiagID, SourceLocation()); in run()
/external/clang/include/clang/Basic/
DDiagnosticIDs.h261 getDiagnosticLevel(unsigned DiagID, SourceLocation Loc,
DDiagnostic.h667 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const { in getDiagnosticLevel() function
668 return (Level)Diags->getDiagnosticLevel(DiagID, Loc, *this); in getDiagnosticLevel()
/external/clang/lib/Basic/
DDiagnosticIDs.cpp386 DiagnosticIDs::getDiagnosticLevel(unsigned DiagID, SourceLocation Loc, in getDiagnosticLevel() function in DiagnosticIDs
612 = getDiagnosticLevel(DiagID, Info.getLocation(), Diag); in ProcessDiag()
DDiagnostic.cpp372 = Diags->getDiagnosticLevel(Info.getID(), Info.getLocation(), *this); in EmitCurrentDiagnostic()
/external/clang/lib/Serialization/
DASTReader.cpp358 Level CurLevel = Diags.getDiagnosticLevel(DiagID, SourceLocation()); in checkDiagnosticGroupMappings()
362 StoredDiags.getDiagnosticLevel(DiagID, SourceLocation()); in checkDiagnosticGroupMappings()
/external/clang/lib/Sema/
DSemaDecl.cpp11753 if (Diags.getDiagnosticLevel(diag_id, Loc) >= DiagnosticsEngine::Error) { in ImplicitlyDefineFunction()