| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | TextDiagnostics.cpp | 59 ? DiagEng.getCustomDiagID(DiagnosticsEngine::Error, "%0") in FlushDiagnosticsImpl() 60 : DiagEng.getCustomDiagID(DiagnosticsEngine::Warning, "%0"); in FlushDiagnosticsImpl() 61 unsigned NoteID = DiagEng.getCustomDiagID(DiagnosticsEngine::Note, "%0"); in FlushDiagnosticsImpl()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRFindingAction.cpp | 235 unsigned InvalidOffset = Engine.getCustomDiagID( in FindSymbol() 253 unsigned CouldNotFindSymbolAt = Engine.getCustomDiagID( in FindSymbol() 267 unsigned CouldNotFindSymbolNamed = Engine.getCustomDiagID( in FindSymbol()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticIDs.h | 284 unsigned getCustomDiagID(CustomDiagDesc Diag); 288 unsigned getCustomDiagID(Level Level, StringRef Message) { in getCustomDiagID() function 289 return getCustomDiagID([&]() -> CustomDiagDesc { in getCustomDiagID()
|
| H A D | Diagnostic.h | 900 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) { in getCustomDiagID() function 901 return Diags->getCustomDiagID((DiagnosticIDs::Level)L, in getCustomDiagID()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenModule.h | 374 diags.getCustomDiagID(DiagnosticsEngine::Error, in errorNYI() 381 unsigned diagID = diags.getCustomDiagID( in errorNYI() 388 unsigned diagID = diags.getCustomDiagID( in errorNYI()
|
| H A D | CIRGenModule.cpp | 1964 unsigned diagID = diags.getCustomDiagID( in errorNYI()
|
| /freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | Rewriter.cpp | 317 unsigned OverwriteFailure = Diag.getCustomDiagID( in overwriteChangedFiles()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCXXABI.cpp | 31 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in ErrorUnsupportedABI()
|
| H A D | CodeGenAction.cpp | 1013 CI.getDiagnostics().getCustomDiagID(DiagnosticsEngine::Error, "%0"); in loadModule() 1103 CI.getDiagnostics().getCustomDiagID(DiagnosticsEngine::Error, "%0"); in loadModule()
|
| H A D | BackendUtil.cpp | 1456 unsigned DiagID = Diags.getCustomDiagID( in emitBackendOutput() 1485 auto DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in EmbedObject()
|
| H A D | CodeGenPGO.cpp | 293 unsigned DiagID = Diag.getCustomDiagID( in dataTraverseStmtPost() 304 unsigned DiagID = Diag.getCustomDiagID( in dataTraverseStmtPost()
|
| H A D | CodeGenModule.cpp | 542 DE.getCustomDiagID(DiagnosticsEngine::Error, in CodeGenModule() 1709 unsigned diagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, "%0"); in Error() 1716 unsigned DiagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, in ErrorUnsupported() 1726 unsigned DiagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, in ErrorUnsupported() 8052 unsigned DiagID = getDiags().getCustomDiagID( in stopAutoInit()
|
| H A D | CGOpenMPRuntime.cpp | 2795 unsigned DiagID = CGM.getDiags().getCustomDiagID( in createOffloadEntriesAndInfoMetadata() 2802 unsigned DiagID = CGM.getDiags().getCustomDiagID( in createOffloadEntriesAndInfoMetadata() 2809 unsigned DiagID = CGM.getDiags().getCustomDiagID( in createOffloadEntriesAndInfoMetadata() 10933 unsigned DiagID = CGM.getDiags().getCustomDiagID( in emitAArch64DeclareSimdFunction() 10943 unsigned DiagID = CGM.getDiags().getCustomDiagID( in emitAArch64DeclareSimdFunction() 10954 unsigned DiagID = CGM.getDiags().getCustomDiagID( in emitAArch64DeclareSimdFunction()
|
| H A D | CoverageMappingGen.cpp | 2227 Diag.getCustomDiagID(DiagnosticsEngine::Warning, in cancelDecision()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ItaniumMangle.cpp | 1262 unsigned DiagID = Diags.getCustomDiagID( in mangleFixedPointLiteral() 4022 unsigned DiagID = Diags.getCustomDiagID( in mangleNeonVectorType() 4101 unsigned DiagID = Diags.getCustomDiagID( in mangleAArch64NeonVectorType() 4199 unsigned DiagID = Diags.getCustomDiagID( in mangleAArch64FixedSveVectorType() 4302 unsigned DiagID = Diags.getCustomDiagID( in mangleRISCVFixedRVVVectorType() 4849 unsigned DiagID = Diags.getCustomDiagID( in mangleRequirement() 5053 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleExpression() 5093 Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleExpression() 5467 unsigned DiagID = Diags.getCustomDiagID( in mangleExpression() 5970 unsigned DiagID = Diags.getCustomDiagID( in mangleExpression() [all …]
|
| H A D | MicrosoftMangle.cpp | 581 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in Error() 589 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in Error() 597 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in Error()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HIPUtility.cpp | 57 DiagID(C.getDriver().getDiags().getCustomDiagID( in HIPUndefinedFatBinSymbols()
|
| H A D | Flang.cpp | 885 Diags.getCustomDiagID(DiagnosticsEngine::Warning, in ConstructJob()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 387 unsigned DiagnosticIDs::getCustomDiagID(CustomDiagDesc Diag) { in getCustomDiagID() function in DiagnosticIDs
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1450 m_ast_context->getDiagnostics().getCustomDiagID( in FindExternalVisibleDecls() 1459 m_ast_context->getDiagnostics().getCustomDiagID( in FindExternalVisibleDecls()
|
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 1106 unsigned diagID = Diags.getCustomDiagID(DiagnosticsEngine::Warning, in rewriteToNumericBoxedExpression()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 269 = Ctx.getDiagnostics().getCustomDiagID(DiagnosticsEngine::Error, in DeclRead()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 1798 Diags.getCustomDiagID(DiagnosticsEngine::Error, in TranslateXarchArgs()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 649 RewriteFailedDiag = Diags.getCustomDiagID(DiagnosticsEngine::Warning, in RewriteModernObjC() 653 GlobalBlockRewriteFailedDiag = Diags.getCustomDiagID(DiagnosticsEngine::Warning, in RewriteModernObjC() 656 TryFinallyContainsReturnDiag = Diags.getCustomDiagID( in RewriteModernObjC()
|
| H A D | RewriteObjC.cpp | 582 RewriteFailedDiag = Diags.getCustomDiagID(DiagnosticsEngine::Warning, in RewriteObjC() 584 TryFinallyContainsReturnDiag = Diags.getCustomDiagID( in RewriteObjC()
|