Searched refs:MicrosoftMangleContext (Results 1 – 4 of 4) sorted by relevance
180 class MicrosoftMangleContext : public MangleContext {182 explicit MicrosoftMangleContext(ASTContext &C, DiagnosticsEngine &D) in MicrosoftMangleContext() function241 static MicrosoftMangleContext *create(ASTContext &Context,
125 class MicrosoftMangleContextImpl : public MicrosoftMangleContext {135 : MicrosoftMangleContext(Context, Diags) {} in MicrosoftMangleContextImpl()3023 MicrosoftMangleContext *3024 MicrosoftMangleContext::create(ASTContext &Context, DiagnosticsEngine &Diags) { in create()
8707 return MicrosoftMangleContext::create(*this, getDiagnostics()); in createMangleContext()
542 MicrosoftMangleContext &getMangleContext() { in getMangleContext()543 return cast<MicrosoftMangleContext>(CodeGen::CGCXXABI::getMangleContext()); in getMangleContext()1595 static void mangleVFTableName(MicrosoftMangleContext &MangleContext, in mangleVFTableName()