Searched refs:getDiagnosticLevel (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticIDs.h | 477 getDiagnosticLevel(unsigned DiagID, SourceLocation Loc,
|
| H A D | Diagnostic.h | 961 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const { in getDiagnosticLevel() function 962 return (Level)Diags->getDiagnosticLevel(DiagID, Loc, *this); in getDiagnosticLevel()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 683 Level DiagLevel = getDiagnosticLevel(DiagID, Info.getLocation()); in ProcessDiag() 760 Level DiagLevel = getDiagnosticLevel(Info.getID(), Info.getLocation()); in EmitDiagnostic()
|
| H A D | DiagnosticIDs.cpp | 453 DiagnosticIDs::getDiagnosticLevel(unsigned DiagID, SourceLocation Loc, in getDiagnosticLevel() function in DiagnosticIDs
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | Sema.cpp | 1733 if (DiagnosticsEngine::Level Level = getDiagnostics().getDiagnosticLevel( in EmitDiagnostic() 1988 S.getDiagnostics().getDiagnosticLevel(PD.getDiagID(), Loc) >= in emitDeferredDiags() 2083 bool IsWarningOrError = S.getDiagnostics().getDiagnosticLevel( in ~SemaDiagnosticBuilder()
|
| H A D | SemaDecl.cpp | 16791 (Diags.getDiagnosticLevel(diag_id, Loc) >= DiagnosticsEngine::Error)) { in ImplicitlyDefineFunction()
|
| H A D | SemaExpr.cpp | 1868 if (getDiagnostics().getDiagnosticLevel( in CreateGenericSelectionExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 340 Diags.getDiagnosticLevel(diag::err_drv_missing_argument, in ParseArgStrings() 348 ContainsError |= Diags.getDiagnosticLevel(diag::err_drv_unsupported_opt, in ParseArgStrings() 357 ContainsError |= Diags.getDiagnosticLevel( in ParseArgStrings() 384 ContainsError |= Diags.getDiagnosticLevel(DiagID, SourceLocation()) > in ParseArgStrings()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 1788 getDiagnostics().getDiagnosticLevel(diag::warn_module_config_mismatch, in loadModuleFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 496 Level CurLevel = Diags.getDiagnosticLevel(DiagID, SourceLocation()); in checkDiagnosticGroupMappings() 500 StoredDiags.getDiagnosticLevel(DiagID, SourceLocation()); in checkDiagnosticGroupMappings()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 11464 …lEjNS_14SourceLocationERKNS_10DiagnosticE", "clang::DiagnosticIDs::getDiagnosticLevel(unsigned int… 11465 …EjjNS_14SourceLocationERKNS_10DiagnosticE", "clang::DiagnosticIDs::getDiagnosticLevel(unsigned int…
|