Searched refs:MicrosoftMangleContext (Results 1 – 4 of 4) sorted by relevance
182 class MicrosoftMangleContext : public MangleContext {184 explicit MicrosoftMangleContext(ASTContext &C, DiagnosticsEngine &D) in MicrosoftMangleContext() function244 static MicrosoftMangleContext *create(ASTContext &Context,
124 class MicrosoftMangleContextImpl : public MicrosoftMangleContext {387 : MicrosoftMangleContext(Context, Diags) { in MicrosoftMangleContextImpl()3488 MicrosoftMangleContext *3489 MicrosoftMangleContext::create(ASTContext &Context, DiagnosticsEngine &Diags) { in create()
9993 return MicrosoftMangleContext::create(*this, getDiagnostics()); in createMangleContext()
551 MicrosoftMangleContext &getMangleContext() { in getMangleContext()552 return cast<MicrosoftMangleContext>(CodeGen::CGCXXABI::getMangleContext()); in getMangleContext()1673 static void mangleVFTableName(MicrosoftMangleContext &MangleContext, in mangleVFTableName()