Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h359 getDiagnosticLevel(unsigned DiagID, SourceLocation Loc,
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp490 DiagnosticIDs::getDiagnosticLevel(unsigned DiagID, SourceLocation Loc, in getDiagnosticLevel() function in DiagnosticIDs
759 = getDiagnosticLevel(DiagID, Info.getLocation(), Diag); in ProcessDiag()
H A DDiagnostic.cpp536 = Diags->getDiagnosticLevel(Info.getID(), Info.getLocation(), *this); in EmitCurrentDiagnostic()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1843 S.getDiagnostics().getDiagnosticLevel(PD.getDiagID(), Loc) >= in emitDeferredDiags()
1935 bool IsWarningOrError = S.getDiagnostics().getDiagnosticLevel( in ~SemaDiagnosticBuilder()
H A DSemaDecl.cpp16310 (Diags.getDiagnosticLevel(diag_id, Loc) >= DiagnosticsEngine::Error)) { in ImplicitlyDefineFunction()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp276 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 DCompilerInstance.cpp1773 getDiagnostics().getDiagnosticLevel(diag::warn_module_config_mismatch, in loadModuleFile()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp491 Level CurLevel = Diags.getDiagnosticLevel(DiagID, SourceLocation()); in checkDiagnosticGroupMappings()
495 StoredDiags.getDiagnosticLevel(DiagID, SourceLocation()); in checkDiagnosticGroupMappings()