Home
last modified time | relevance | path

Searched refs:getDiags (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp799 getDiags()->getDiagnosticIDs()->getDescription(getID()); in FormatDiagnostic()
1061 getDiags()->ConvertArgToString(Kind, getRawArg(ArgNo), in FormatDiagnostic()
1072 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic()
1073 TDT.ShowColors = getDiags()->ShowColors; in FormatDiagnostic()
1082 if (getDiags()->PrintTemplateTree && Tree.empty()) { in FormatDiagnostic()
1085 getDiags()->ConvertArgToString(Kind, val, in FormatDiagnostic()
1108 getDiags()->ConvertArgToString(Kind, val, in FormatDiagnostic()
1122 getDiags()->ConvertArgToString(Kind, val, in FormatDiagnostic()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1581 DiagnosticsEngine &Diags = Context.getDiags(); in mangleOperatorName()
1676 DiagnosticsEngine &Diags = Context.getDiags(); in mangleExpression()
2113 DiagnosticsEngine &Diags = Context.getDiags(); in mangleTemplateArgValue()
2743 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3065 DiagnosticsEngine &Diags = Context.getDiags(); in mangleCallingConvention()
3089 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3200 DiagnosticsEngine &Diags = Context.getDiags(); in mangleArrayType()
3244 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3253 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3408 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
[all …]
H A DItaniumMangle.cpp1243 DiagnosticsEngine &Diags = Context.getDiags(); in mangleFixedPointLiteral()
3825 DiagnosticsEngine &Diags = Context.getDiags(); in mangleNeonVectorType()
3902 DiagnosticsEngine &Diags = Context.getDiags(); in mangleAArch64NeonVectorType()
3999 DiagnosticsEngine &Diags = Context.getDiags(); in mangleAArch64FixedSveVectorType()
4083 DiagnosticsEngine &Diags = Context.getDiags(); in mangleRISCVFixedRVVVectorType()
4568 DiagnosticsEngine &Diags = Context.getDiags(); in mangleRequirement()
4774 DiagnosticsEngine &Diags = Context.getDiags(); in mangleExpression()
4813 DiagnosticsEngine &Diags = Context.getDiags(); in mangleExpression()
5175 DiagnosticsEngine &Diags = Context.getDiags(); in mangleExpression()
5183 DiagnosticsEngine &Diags = Context.getDiags(); in mangleExpression()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp863 diagnoseIfNeedsFPReg(CGM.getDiags(), TI.getABI(), ABIInfo, in checkFunctionABI()
867 diagnoseIfNeedsFPReg(CGM.getDiags(), TI.getABI(), ABIInfo, PVD->getType(), in checkFunctionABI()
888 CGM.getDiags().Report( in checkFunctionCallABIStreaming()
895 CGM.getDiags().Report(CallLoc, diag::err_function_always_inline_new_za) in checkFunctionCallABIStreaming()
912 diagnoseIfNeedsFPReg(CGM.getDiags(), TI.getABI(), ABIInfo, ReturnType, in checkFunctionCallABISoftFloat()
916 diagnoseIfNeedsFPReg(CGM.getDiags(), TI.getABI(), ABIInfo, Arg.getType(), in checkFunctionCallABISoftFloat()
H A DAVR.cpp126 CGM.getDiags().Report(D->getLocation(), in getGlobalVarAddressSpace()
H A DARM.cpp153 CGM.getDiags().Report( in setTargetAttributes()
165 CGM.getDiags().Report( in setTargetAttributes()
H A DPPC.cpp299 M.getDiags().Report(D->getLocation(), diag::warn_toc_unsupported_type) in setTargetAttributes()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPAMD.cpp54 auto &Diags = TC.getDriver().getDiags(); in shouldSkipSanitizeOption()
265 D.getDiags().Report(clang::diag::warn_drv_unsupported_option_for_target) in HIPAMDToolChain()
442 unsigned DiagID = getDriver().getDiags().getCustomDiagID( in getDeviceLibs()
H A DHIPUtility.cpp56 : C(C), DiagID(C.getDriver().getDiags().getCustomDiagID( in HIPUndefinedFatBinSymbols()
H A DFlang.cpp679 DiagnosticsEngine &Diags = D.getDiags(); in ConstructJob()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp83 StringRef OptValue = Info.getDiags()->getFlagValue(); in printDiagnosticOptions()
H A DTestModuleFileExtension.cpp120 Reader.getDiags().Report(Mod.ImportLoc, in createExtensionReader()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h163 const CapturedDiagList &getDiags() const { return CapturedDiags; } in getDiags() function
H A DTransProtectedScope.cpp112 const CapturedDiagList &DiagList = Pass.getDiags(); in ProtectedScopeFixer()
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp47 &Info.getDiags()->getDiagnosticOptions()); in HandleDiagnostic()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp664 DiagnosticsEngine &Diags = getDiags(); in checkAliases()
890 PGOStats.reportDiagnostics(getDiags(), getCodeGenOpts().MainFileName); in Release()
1152 Target.checkCFProtectionReturnSupported(getDiags())) { in Release()
1159 Target.checkCFProtectionBranchSupported(getDiags())) { in Release()
1400 EmbedObject(&getModule(), CodeGenOpts, getDiags()); in Release()
1412 getDiags().Report(I.second, diag::err_ppc_impossible_musttail) << 2; in Release()
1418 getDiags().Report(I.second, diag::err_ppc_impossible_musttail) << 2; in Release()
1552 unsigned diagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, "%0"); in Error()
1553 getDiags().Report(Context.getFullLoc(loc), diagID) << message; in Error()
1559 unsigned DiagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, in ErrorUnsupported()
[all …]
H A DCodeGenFunction.cpp1147 CGM.getDiags().Report(diag::err_opt_not_valid_without_opt) in StartFunction()
1154 CGM.getDiags().Report(diag::err_opt_not_valid_without_opt) in StartFunction()
1164 CGM.getDiags().Report(diag::err_opt_not_valid_on_target) in StartFunction()
1170 !CGM.getDiags().isIgnored(diag::warn_fe_backend_frame_larger_than, Loc)) in StartFunction()
2703 CGM.getDiags().Report(E->getBeginLoc(), diag::err_builtin_needs_feature) in checkTargetFeatures()
2740 CGM.getDiags().Report(Loc, diag::err_builtin_needs_feature) in checkTargetFeatures()
2773 CGM.getDiags().Report(Loc, diag::err_function_needs_feature) in checkTargetFeatures()
2783 CGM.getDiags().Report(Loc, diag::err_function_needs_feature) in checkTargetFeatures()
H A DCGCXXABI.cpp30 DiagnosticsEngine &Diags = CGF.CGM.getDiags(); in ErrorUnsupportedABI()
H A DCGStmt.cpp1051 CGM.getDiags().Report(A->getLocation(), in EmitWhileStmt()
1054 CGM.getDiags().Report( in EmitWhileStmt()
2602 CGM.getDiags().Report(OutExpr->getExprLoc(), in EmitAsmStores()
2783 CGM.getDiags().Report(S.getAsmLoc(), in EmitAsmStmt()
2913 CGM.getDiags().Report(S.getAsmLoc(), diag::err_asm_invalid_type_in_input) in EmitAsmStmt()
2969 CGM.getDiags().Report(S.getAsmLoc(), in EmitAsmStmt()
H A DCGException.cpp507 CGM.getDiags().Report(D->getLocation(), in EmitStartEHSpec()
521 CGM.getDiags().Report(D->getLocation(), in EmitStartEHSpec()
H A DCGOpenMPRuntime.cpp2819 unsigned DiagID = CGM.getDiags().getCustomDiagID( in createOffloadEntriesAndInfoMetadata()
2823 CGM.getDiags().Report(Loc, DiagID) << EntryInfo.ParentName; in createOffloadEntriesAndInfoMetadata()
2826 unsigned DiagID = CGM.getDiags().getCustomDiagID( in createOffloadEntriesAndInfoMetadata()
2830 CGM.getDiags().Report(Loc, DiagID) << EntryInfo.ParentName; in createOffloadEntriesAndInfoMetadata()
2833 unsigned DiagID = CGM.getDiags().getCustomDiagID( in createOffloadEntriesAndInfoMetadata()
2837 CGM.getDiags().Report(DiagID); in createOffloadEntriesAndInfoMetadata()
10866 unsigned DiagID = CGM.getDiags().getCustomDiagID( in emitAArch64DeclareSimdFunction()
10869 CGM.getDiags().Report(SLoc, DiagID); in emitAArch64DeclareSimdFunction()
10876 unsigned DiagID = CGM.getDiags().getCustomDiagID( in emitAArch64DeclareSimdFunction()
10879 CGM.getDiags().Report(SLoc, DiagID); in emitAArch64DeclareSimdFunction()
[all …]
H A DCodeGenPGO.cpp1090 *RegionMCDCState, MCDCMaxConditions, CGM.getDiags()); in mapRegionCounters()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h80 DiagnosticsEngine &getDiags() const { return Diags; } in getDiags() function
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h401 DiagnosticsEngine &getDiags() const { return Diags; } in getDiags() function
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h386 DiagnosticsEngine &getDiags() const { return Diags; } in getDiags() function

12