Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getDiags

156       getDiags().Report(DiagID) << CodeGenOpts.InstrProfileInput
284 DiagnosticsEngine &Diags = getDiags();
381 PGOStats.reportDiagnostics(getDiags(), getCodeGenOpts().MainFileName);
535 unsigned diagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, "%0");
536 getDiags().Report(Context.getFullLoc(loc), diagID) << message;
542 unsigned DiagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error,
545 getDiags().Report(Context.getFullLoc(S->getLocStart()), DiagID)
552 unsigned DiagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error,
555 getDiags().Report(Context.getFullLoc(D->getLocation()), DiagID) << Msg;
1757 getDiags().Report(D->getLocation(),
1759 getDiags().Report(OtherGD.getDecl()->getLocation(),
3978 Target.initFeatureMap(FeatureMap, getDiags(), TargetCPU, ParsedAttr.first);
3980 Target.initFeatureMap(FeatureMap, getDiags(), TargetCPU,