| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | MicrosoftMangle.cpp | 1427 DiagnosticsEngine &Diags = Context.getDiags(); in mangleOperatorName() 1519 DiagnosticsEngine &Diags = Context.getDiags(); in mangleExpression() 1894 DiagnosticsEngine &Diags = Context.getDiags(); in mangleTemplateArgValue() 2514 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType() 2819 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType() 2930 DiagnosticsEngine &Diags = Context.getDiags(); in mangleArrayType() 2969 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType() 2978 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType() 3130 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType() 3139 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType() [all …]
|
| D | ItaniumMangle.cpp | 1184 DiagnosticsEngine &Diags = Context.getDiags(); in mangleFixedPointLiteral() 3529 DiagnosticsEngine &Diags = Context.getDiags(); in mangleNeonVectorType() 3606 DiagnosticsEngine &Diags = Context.getDiags(); in mangleAArch64NeonVectorType() 3703 DiagnosticsEngine &Diags = Context.getDiags(); in mangleAArch64FixedSveVectorType() 4300 DiagnosticsEngine &Diags = Context.getDiags(); in mangleExpression() 4340 DiagnosticsEngine &Diags = Context.getDiags(); in mangleExpression() 4684 DiagnosticsEngine &Diags = Context.getDiags(); in mangleExpression() 4691 DiagnosticsEngine &Diags = Context.getDiags(); in mangleExpression() 5701 T->getAsCXXRecordDecl()->getLocation(), Context.getDiags(), FD)); in mangleValueInTemplateArg()
|
| /openbsd/src/gnu/llvm/clang/lib/Basic/ |
| D | Diagnostic.cpp | 802 getDiags()->getDiagnosticIDs()->getDescription(getID()); in FormatDiagnostic() 1064 getDiags()->ConvertArgToString(Kind, getRawArg(ArgNo), in FormatDiagnostic() 1075 TDT.ElideType = getDiags()->ElideType; in FormatDiagnostic() 1076 TDT.ShowColors = getDiags()->ShowColors; in FormatDiagnostic() 1085 if (getDiags()->PrintTemplateTree && Tree.empty()) { in FormatDiagnostic() 1088 getDiags()->ConvertArgToString(Kind, val, in FormatDiagnostic() 1111 getDiags()->ConvertArgToString(Kind, val, in FormatDiagnostic() 1125 getDiags()->ConvertArgToString(Kind, val, in FormatDiagnostic()
|
| /openbsd/src/gnu/llvm/clang/tools/clang-refactor/ |
| D | ToolRefactoringResultConsumer.h | 35 DiagnosticsEngine &getDiags() const { in getDiags() function
|
| D | TestSupport.cpp | 194 Diag.second.EmitToString(getDiags(), DiagText); in handleAllResults()
|
| D | ClangRefactor.cpp | 328 getDiags().Report(Diag->first, Diag->second.getDiagID())); in handleError()
|
| /openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| D | HIPAMD.cpp | 53 auto &Diags = TC.getDriver().getDiags(); in shouldSkipSanitizeOption() 213 D.getDiags().Report(clang::diag::warn_drv_unsupported_option_for_target) in HIPAMDToolChain() 382 unsigned DiagID = getDriver().getDiags().getCustomDiagID( in getDeviceLibs()
|
| D | Flang.cpp | 294 if (D.getDiags().getDiagnosticOptions().ShowColors) in ConstructJob()
|
| /openbsd/src/gnu/llvm/clang/lib/Frontend/ |
| D | TextDiagnosticPrinter.cpp | 83 StringRef OptValue = Info.getDiags()->getFlagValue(); in printDiagnosticOptions()
|
| D | TestModuleFileExtension.cpp | 120 Reader.getDiags().Report(Mod.ImportLoc, in createExtensionReader()
|
| /openbsd/src/gnu/llvm/clang/lib/Testing/ |
| D | TestAST.cpp | 45 &Info.getDiags()->getDiagnosticOptions()); in HandleDiagnostic()
|
| /openbsd/src/gnu/llvm/clang/lib/ARCMigrate/ |
| D | Internals.h | 163 const CapturedDiagList &getDiags() const { return CapturedDiags; } in getDiags() function
|
| D | TransProtectedScope.cpp | 112 const CapturedDiagList &DiagList = Pass.getDiags(); in ProtectedScopeFixer()
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CodeGenModule.cpp | 379 DiagnosticsEngine &Diags = getDiags(); in checkAliases() 557 PGOStats.reportDiagnostics(getDiags(), getCodeGenOpts().MainFileName); in Release() 772 Target.checkCFProtectionReturnSupported(getDiags())) { in Release() 779 Target.checkCFProtectionBranchSupported(getDiags())) { in Release() 954 EmbedObject(&getModule(), CodeGenOpts, getDiags()); in Release() 1083 unsigned diagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, "%0"); in Error() 1084 getDiags().Report(Context.getFullLoc(loc), diagID) << message; in Error() 1090 unsigned DiagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, in ErrorUnsupported() 1093 getDiags().Report(Context.getFullLoc(S->getBeginLoc()), DiagID) in ErrorUnsupported() 1100 unsigned DiagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, in ErrorUnsupported() [all …]
|
| D | CGStmt.cpp | 926 CGM.getDiags().Report(A->getLocation(), in EmitWhileStmt() 929 CGM.getDiags().Report( in EmitWhileStmt() 2472 CGM.getDiags().Report(S.getAsmLoc(), in EmitAsmStmt() 2603 CGM.getDiags().Report(S.getAsmLoc(), diag::err_asm_invalid_type_in_input) in EmitAsmStmt() 2659 CGM.getDiags().Report(S.getAsmLoc(), in EmitAsmStmt() 2805 CGM.getDiags().Report(OutExpr->getExprLoc(), in EmitAsmStmt()
|
| D | CodeGenFunction.cpp | 1067 CGM.getDiags().Report(diag::err_opt_not_valid_without_opt) in StartFunction() 1074 CGM.getDiags().Report(diag::err_opt_not_valid_without_opt) in StartFunction() 1084 CGM.getDiags().Report(diag::err_opt_not_valid_on_target) in StartFunction() 1090 !CGM.getDiags().isIgnored(diag::warn_fe_backend_frame_larger_than, Loc)) in StartFunction() 2579 CGM.getDiags().Report(Loc, diag::err_builtin_needs_feature) in checkTargetFeatures() 2612 CGM.getDiags().Report(Loc, diag::err_function_needs_feature) in checkTargetFeatures()
|
| D | CGCXXABI.cpp | 24 DiagnosticsEngine &Diags = CGF.CGM.getDiags(); in ErrorUnsupportedABI()
|
| D | CGOpenMPRuntime.cpp | 2971 unsigned DiagID = CGM.getDiags().getCustomDiagID( in createOffloadEntriesAndInfoMetadata() 2975 CGM.getDiags().Report(Loc, DiagID) << EntryInfo.ParentName; in createOffloadEntriesAndInfoMetadata() 2978 unsigned DiagID = CGM.getDiags().getCustomDiagID( in createOffloadEntriesAndInfoMetadata() 2982 CGM.getDiags().Report(Loc, DiagID) << EntryInfo.ParentName; in createOffloadEntriesAndInfoMetadata() 2985 unsigned DiagID = CGM.getDiags().getCustomDiagID( in createOffloadEntriesAndInfoMetadata() 2989 CGM.getDiags().Report(DiagID); in createOffloadEntriesAndInfoMetadata() 3012 CGM.getDiags().Report(diag::err_cannot_open_file) in loadOffloadInfoMetadata() 3022 unsigned DiagID = CGM.getDiags().getCustomDiagID( in loadOffloadInfoMetadata() 3024 CGM.getDiags().Report(DiagID) in loadOffloadInfoMetadata() 11315 unsigned DiagID = CGM.getDiags().getCustomDiagID( in emitAArch64DeclareSimdFunction() [all …]
|
| D | CGException.cpp | 496 CGM.getDiags().Report(D->getLocation(), in EmitStartEHSpec() 510 CGM.getDiags().Report(D->getLocation(), in EmitStartEHSpec()
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | Mangle.h | 80 DiagnosticsEngine &getDiags() const { return Diags; } in getDiags() function
|
| /openbsd/src/gnu/llvm/clang/include/clang/Driver/ |
| D | Driver.h | 375 DiagnosticsEngine &getDiags() const { return Diags; } in getDiags() function
|
| /openbsd/src/gnu/llvm/clang/include/clang/Lex/ |
| D | HeaderSearch.h | 358 DiagnosticsEngine &getDiags() const { return Diags; } in getDiags() function
|
| /openbsd/src/gnu/llvm/clang/lib/Lex/ |
| D | InitHeaderSearch.cpp | 152 Headers.getDiags().Report(diag::warn_poison_system_directories) in AddUnmappedPath()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | Diagnostic.h | 1575 const DiagnosticsEngine *getDiags() const { return DiagObj; } in getDiags() function
|
| /openbsd/src/gnu/llvm/clang/lib/Driver/ |
| D | ToolChain.cpp | 1313 auto &Diags = getDriver().getDiags(); in TranslateXarchArgs()
|