• Home
  • Raw
  • Download

Lines Matching refs:DiagnosticsEngine

100   MicrosoftMangleContextImpl(ASTContext &Context, DiagnosticsEngine &Diags)  in MicrosoftMangleContextImpl()
390 DiagnosticsEngine &Diags = Context.getDiags(); in mangle()
392 DiagnosticsEngine::Error, "cannot mangle this declaration yet"); in mangle()
850 DiagnosticsEngine &Diags = Context.getDiags(); in mangleNestedName()
852 Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleNestedName()
1014 DiagnosticsEngine &Diags = Context.getDiags(); in mangleOperatorName()
1015 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleOperatorName()
1123 DiagnosticsEngine &Diags = Context.getDiags(); in mangleExpression()
1125 DiagnosticsEngine::Error, "cannot yet mangle expression type %0"); in mangleExpression()
1555 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
1556 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
1800 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
1801 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
1877 DiagnosticsEngine &Diags = Context.getDiags(); in mangleArrayType()
1878 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleArrayType()
1887 DiagnosticsEngine &Diags = Context.getDiags(); in mangleArrayType()
1888 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleArrayType()
1927 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
1928 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
1937 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
1938 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
1982 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
1983 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2025 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2026 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2033 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2034 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2069 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2070 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2078 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2079 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2088 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2089 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2097 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2098 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2106 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2107 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2115 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2116 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2124 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2125 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2133 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2134 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2143 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2144 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2152 DiagnosticsEngine &Diags = Context.getDiags(); in mangleType()
2153 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, in mangleType()
2511 unsigned DiagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, in mangleReferenceTemporary()
2727 MicrosoftMangleContext::create(ASTContext &Context, DiagnosticsEngine &Diags) { in create()