Searched refs:getDiagnosticLevel (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticIDs.h | 359 getDiagnosticLevel(unsigned DiagID, SourceLocation Loc,
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | DiagnosticIDs.cpp | 490 DiagnosticIDs::getDiagnosticLevel(unsigned DiagID, SourceLocation Loc, in getDiagnosticLevel() function in DiagnosticIDs 759 = getDiagnosticLevel(DiagID, Info.getLocation(), Diag); in ProcessDiag()
|
H A D | Diagnostic.cpp | 536 = Diags->getDiagnosticLevel(Info.getID(), Info.getLocation(), *this); in EmitCurrentDiagnostic()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 1843 S.getDiagnostics().getDiagnosticLevel(PD.getDiagID(), Loc) >= in emitDeferredDiags() 1935 bool IsWarningOrError = S.getDiagnostics().getDiagnosticLevel( in ~SemaDiagnosticBuilder()
|
H A D | SemaDecl.cpp | 16310 (Diags.getDiagnosticLevel(diag_id, Loc) >= DiagnosticsEngine::Error)) { in ImplicitlyDefineFunction()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 276 Diags.getDiagnosticLevel(diag::err_drv_missing_argument, in ParseArgStrings() 284 ContainsError |= Diags.getDiagnosticLevel(diag::err_drv_unsupported_opt, in ParseArgStrings() 293 ContainsError |= Diags.getDiagnosticLevel( in ParseArgStrings() 320 ContainsError |= Diags.getDiagnosticLevel(DiagID, SourceLocation()) > in ParseArgStrings()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 1773 getDiagnostics().getDiagnosticLevel(diag::warn_module_config_mismatch, in loadModuleFile()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 491 Level CurLevel = Diags.getDiagnosticLevel(DiagID, SourceLocation()); in checkDiagnosticGroupMappings() 495 StoredDiags.getDiagnosticLevel(DiagID, SourceLocation()); in checkDiagnosticGroupMappings()
|