Searched refs:MicrosoftMangleContext (Results 1 – 4 of 4) sorted by relevance
181 class MicrosoftMangleContext : public MangleContext {183 explicit MicrosoftMangleContext(ASTContext &C, DiagnosticsEngine &D) in MicrosoftMangleContext() function236 static MicrosoftMangleContext *create(ASTContext &Context,
91 class MicrosoftMangleContextImpl : public MicrosoftMangleContext {101 : MicrosoftMangleContext(Context, Diags) {} in MicrosoftMangleContextImpl()2726 MicrosoftMangleContext *2727 MicrosoftMangleContext::create(ASTContext &Context, DiagnosticsEngine &Diags) { in create()
8113 return MicrosoftMangleContext::create(*this, getDiagnostics()); in createMangleContext()
437 MicrosoftMangleContext &getMangleContext() { in getMangleContext()438 return cast<MicrosoftMangleContext>(CodeGen::CGCXXABI::getMangleContext()); in getMangleContext()1442 static void mangleVFTableName(MicrosoftMangleContext &MangleContext, in mangleVFTableName()