Searched refs:MicrosoftMangleContext (Results 1 – 4 of 4) sorted by relevance
206 class MicrosoftMangleContext : public MangleContext {208 explicit MicrosoftMangleContext(ASTContext &C, DiagnosticsEngine &D) in MicrosoftMangleContext() function268 static MicrosoftMangleContext *create(ASTContext &Context,
127 class MicrosoftMangleContextImpl : public MicrosoftMangleContext {450 : MicrosoftMangleContext(Context, Diags) { in MicrosoftMangleContextImpl()3914 MicrosoftMangleContext *3915 MicrosoftMangleContext::create(ASTContext &Context, DiagnosticsEngine &Diags) { in create()
11073 return MicrosoftMangleContext::create(*this, getDiagnostics()); in createMangleContext()
566 MicrosoftMangleContext &getMangleContext() { in getMangleContext()567 return cast<MicrosoftMangleContext>(CodeGen::CGCXXABI::getMangleContext()); in getMangleContext()1755 static void mangleVFTableName(MicrosoftMangleContext &MangleContext, in mangleVFTableName()