Home
last modified time | relevance | path

Searched refs:MicrosoftMangleContext (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DMangle.h178 class MicrosoftMangleContext : public MangleContext {
180 explicit MicrosoftMangleContext(ASTContext &C, DiagnosticsEngine &D) in MicrosoftMangleContext() function
241 static MicrosoftMangleContext *create(ASTContext &Context,
/external/clang/lib/AST/
DMicrosoftMangle.cpp92 class MicrosoftMangleContextImpl : public MicrosoftMangleContext {
102 : MicrosoftMangleContext(Context, Diags) {} in MicrosoftMangleContextImpl()
2896 MicrosoftMangleContext *
2897 MicrosoftMangleContext::create(ASTContext &Context, DiagnosticsEngine &Diags) { in create()
DASTContext.cpp8516 return MicrosoftMangleContext::create(*this, getDiagnostics()); in createMangleContext()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp542 MicrosoftMangleContext &getMangleContext() { in getMangleContext()
543 return cast<MicrosoftMangleContext>(CodeGen::CGCXXABI::getMangleContext()); in getMangleContext()
1603 static void mangleVFTableName(MicrosoftMangleContext &MangleContext, in mangleVFTableName()