Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/diagtool/
DShowEnabledWarnings.cpp126 Diags->getDiagnosticLevel(DiagID, SourceLocation()); in run()
/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/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.h183 DiagEngine->getDiagnosticLevel(DiagnosticID, Loc)), in getDiagLevelAndFormatString()
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticIDs.h323 getDiagnosticLevel(unsigned DiagID, SourceLocation Loc,
DDiagnostic.h882 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const { in getDiagnosticLevel() function
883 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/llvm-project/clang/lib/Basic/
DDiagnosticIDs.cpp489 DiagnosticIDs::getDiagnosticLevel(unsigned DiagID, SourceLocation Loc, in getDiagnosticLevel() function in DiagnosticIDs
727 = getDiagnosticLevel(DiagID, Info.getLocation(), Diag); in ProcessDiag()
DDiagnostic.cpp522 = Diags->getDiagnosticLevel(Info.getID(), Info.getLocation(), *this); in EmitCurrentDiagnostic()
/external/llvm-project/clang/lib/Sema/
DSema.cpp1624 S.getDiagnostics().getDiagnosticLevel(PD.getDiagID(), Loc) >= in emitDeferredDiags()
1715 bool IsWarningOrError = S.getDiagnostics().getDiagnosticLevel( in ~SemaDiagnosticBuilder()
DSemaDecl.cpp14728 if (Diags.getDiagnosticLevel(diag_id, Loc) >= DiagnosticsEngine::Error) { in ImplicitlyDefineFunction()
/external/llvm-project/clang/lib/Driver/
DDriver.cpp229 Diags.getDiagnosticLevel(diag::err_drv_missing_argument, in ParseArgStrings()
248 ContainsError |= Diags.getDiagnosticLevel(DiagID, SourceLocation()) > in ParseArgStrings()
256 ContainsError |= Diags.getDiagnosticLevel( in ParseArgStrings()
277 ContainsError |= Diags.getDiagnosticLevel(DiagID, SourceLocation()) > in ParseArgStrings()
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp1617 getDiagnostics().getDiagnosticLevel(diag::warn_module_config_mismatch, in loadModuleFile()
/external/clang/lib/Serialization/
DASTReader.cpp358 Level CurLevel = Diags.getDiagnosticLevel(DiagID, SourceLocation()); in checkDiagnosticGroupMappings()
362 StoredDiags.getDiagnosticLevel(DiagID, SourceLocation()); in checkDiagnosticGroupMappings()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp476 Level CurLevel = Diags.getDiagnosticLevel(DiagID, SourceLocation()); in checkDiagnosticGroupMappings()
480 StoredDiags.getDiagnosticLevel(DiagID, SourceLocation()); in checkDiagnosticGroupMappings()
/external/clang/lib/Sema/
DSemaDecl.cpp11753 if (Diags.getDiagnosticLevel(diag_id, Loc) >= DiagnosticsEngine::Error) { in ImplicitlyDefineFunction()