Home
last modified time | relevance | path

Searched refs:getCustomDiagID (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp59 ? 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 DUSRFindingAction.cpp235 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 DDiagnosticIDs.h284 unsigned getCustomDiagID(CustomDiagDesc Diag);
288 unsigned getCustomDiagID(Level Level, StringRef Message) { in getCustomDiagID() function
289 return getCustomDiagID([&]() -> CustomDiagDesc { in getCustomDiagID()
H A DDiagnostic.h900 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 DCIRGenModule.h374 diags.getCustomDiagID(DiagnosticsEngine::Error, in errorNYI()
381 unsigned diagID = diags.getCustomDiagID( in errorNYI()
388 unsigned diagID = diags.getCustomDiagID( in errorNYI()
H A DCIRGenModule.cpp1964 unsigned diagID = diags.getCustomDiagID( in errorNYI()
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp317 unsigned OverwriteFailure = Diag.getCustomDiagID( in overwriteChangedFiles()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp31 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in ErrorUnsupportedABI()
H A DCodeGenAction.cpp1013 CI.getDiagnostics().getCustomDiagID(DiagnosticsEngine::Error, "%0"); in loadModule()
1103 CI.getDiagnostics().getCustomDiagID(DiagnosticsEngine::Error, "%0"); in loadModule()
H A DBackendUtil.cpp1456 unsigned DiagID = Diags.getCustomDiagID( in emitBackendOutput()
1485 auto DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in EmbedObject()
H A DCodeGenPGO.cpp293 unsigned DiagID = Diag.getCustomDiagID( in dataTraverseStmtPost()
304 unsigned DiagID = Diag.getCustomDiagID( in dataTraverseStmtPost()
H A DCodeGenModule.cpp542 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 DCGOpenMPRuntime.cpp2795 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 DCoverageMappingGen.cpp2227 Diag.getCustomDiagID(DiagnosticsEngine::Warning, in cancelDecision()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp1262 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 DMicrosoftMangle.cpp581 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 DHIPUtility.cpp57 DiagID(C.getDriver().getDiags().getCustomDiagID( in HIPUndefinedFatBinSymbols()
H A DFlang.cpp885 Diags.getCustomDiagID(DiagnosticsEngine::Warning, in ConstructJob()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp387 unsigned DiagnosticIDs::getCustomDiagID(CustomDiagDesc Diag) { in getCustomDiagID() function in DiagnosticIDs
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1450 m_ast_context->getDiagnostics().getCustomDiagID( in FindExternalVisibleDecls()
1459 m_ast_context->getDiagnostics().getCustomDiagID( in FindExternalVisibleDecls()
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp1106 unsigned diagID = Diags.getCustomDiagID(DiagnosticsEngine::Warning, in rewriteToNumericBoxedExpression()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp269 = Ctx.getDiagnostics().getCustomDiagID(DiagnosticsEngine::Error, in DeclRead()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1798 Diags.getCustomDiagID(DiagnosticsEngine::Error, in TranslateXarchArgs()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp649 RewriteFailedDiag = Diags.getCustomDiagID(DiagnosticsEngine::Warning, in RewriteModernObjC()
653 GlobalBlockRewriteFailedDiag = Diags.getCustomDiagID(DiagnosticsEngine::Warning, in RewriteModernObjC()
656 TryFinallyContainsReturnDiag = Diags.getCustomDiagID( in RewriteModernObjC()
H A DRewriteObjC.cpp582 RewriteFailedDiag = Diags.getCustomDiagID(DiagnosticsEngine::Warning, in RewriteObjC()
584 TryFinallyContainsReturnDiag = Diags.getCustomDiagID( in RewriteObjC()

12