Lines Matching refs:DiagnosticsEngine

134   MicrosoftMangleContextImpl(ASTContext &Context, DiagnosticsEngine &Diags);
386 DiagnosticsEngine &Diags) in MicrosoftMangleContextImpl()
1248 DiagnosticsEngine &Diags = Context.getDiags(); in mangleOperatorName()
1249 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleOperatorName()
1256 DiagnosticsEngine &Diags = Context.getDiags(); in mangleOperatorName()
1257 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleOperatorName()
1377 DiagnosticsEngine &Diags = Context.getDiags(); in mangleExpression()
1379 DiagnosticsEngine::Error, "cannot yet mangle expression type %0"); in mangleExpression()
2102 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2104 DiagnosticsEngine::Error, "cannot mangle this built-in %0 type yet"); in mangleType()
2393 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2394 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2504 DiagnosticsEngine &Diags = Context.getDiags(); in mangleArrayType()
2505 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleArrayType()
2543 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2544 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2552 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2553 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2700 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2702 DiagnosticsEngine::Error, in mangleType()
2709 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2710 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2718 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2720 DiagnosticsEngine::Error, in mangleType()
2789 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2790 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2798 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2799 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2808 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2809 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2817 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2818 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2826 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2827 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2835 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2836 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2844 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2845 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2853 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2854 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2864 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2865 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2875 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2876 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2898 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2899 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
3489 MicrosoftMangleContext::create(ASTContext &Context, DiagnosticsEngine &Diags) { in create()