Lines Matching refs:getDiags
664 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()
1562 getDiags().Report(Context.getFullLoc(S->getBeginLoc()), DiagID) in ErrorUnsupported()
1569 unsigned DiagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, in ErrorUnsupported()
1572 getDiags().Report(Context.getFullLoc(D->getLocation()), DiagID) << Msg; in ErrorUnsupported()
1612 getDiags().Report(D->getLocation(), in setGlobalVisibility()
1615 getDiags().Report(D->getLocation(), in setGlobalVisibility()
4636 getDiags().Report(D->getLocation(), diag::err_duplicate_mangled_name) in GetOrCreateLLVMFunction()
4638 getDiags().Report(OtherGD.getDecl()->getLocation(), in GetOrCreateLLVMFunction()
4937 getDiags().Report(D->getLocation(), diag::err_duplicate_mangled_name) in GetOrCreateLLVMGlobal()
4939 getDiags().Report(OtherGD.getDecl()->getLocation(), in GetOrCreateLLVMGlobal()
7719 unsigned DiagID = getDiags().getCustomDiagID( in stopAutoInit()
7723 getDiags().Report(DiagID) in stopAutoInit()