Lines Matching refs:DiagnosticsEngine
153 MicrosoftMangleContextImpl(ASTContext &Context, DiagnosticsEngine &Diags,
480 DiagnosticsEngine &Diags, in MicrosoftMangleContextImpl()
1581 DiagnosticsEngine &Diags = Context.getDiags(); in mangleOperatorName()
1582 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleOperatorName()
1676 DiagnosticsEngine &Diags = Context.getDiags(); in mangleExpression()
1678 DiagnosticsEngine::Error, "cannot yet mangle expression type %0"); in mangleExpression()
2113 DiagnosticsEngine &Diags = Context.getDiags(); in mangleTemplateArgValue()
2115 DiagnosticsEngine::Error, "cannot mangle this template argument yet"); in mangleTemplateArgValue()
2743 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2745 DiagnosticsEngine::Error, "cannot mangle this built-in %0 type yet"); in mangleType()
3065 DiagnosticsEngine &Diags = Context.getDiags(); in mangleCallingConvention()
3067 DiagnosticsEngine::Error, "cannot mangle this calling convention yet"); in mangleCallingConvention()
3089 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3090 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
3200 DiagnosticsEngine &Diags = Context.getDiags(); in mangleArrayType()
3201 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleArrayType()
3244 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3245 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
3253 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3254 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
3408 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3410 DiagnosticsEngine::Error, in mangleType()
3417 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3418 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
3426 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3427 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
3434 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3436 DiagnosticsEngine::Error, in mangleType()
3443 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3445 DiagnosticsEngine::Error, in mangleType()
3517 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3518 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
3526 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3527 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
3536 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3537 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
3545 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3546 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
3560 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3561 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
3569 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3570 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
3578 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3579 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
3587 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3588 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
3598 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3599 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
3609 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3610 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
3687 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
3689 DiagnosticsEngine::Error, "cannot mangle this DependentBitInt type yet"); in mangleType()
4261 DiagnosticsEngine &Diags, in create()