Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DMangle.h183 class MicrosoftMangleContext : public MangleContext {
185 explicit MicrosoftMangleContext(ASTContext &C, DiagnosticsEngine &D) in MicrosoftMangleContext() function
210 static MicrosoftMangleContext *create(ASTContext &Context,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DMicrosoftVBTables.cpp169 MicrosoftMangleContext &Mangler = in getAddrOfVBTable()
170 cast<MicrosoftMangleContext>(CGM.getCXXABI().getMangleContext()); in getAddrOfVBTable()
DMicrosoftCXXABI.cpp241 MicrosoftMangleContext &getMangleContext() { in getMangleContext()
242 return cast<MicrosoftMangleContext>(CodeGen::CGCXXABI::getMangleContext()); in getMangleContext()
849 static void mangleVFTableName(MicrosoftMangleContext &MangleContext, in mangleVFTableName()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DMicrosoftMangle.cpp177 class MicrosoftMangleContextImpl : public MicrosoftMangleContext {
180 : MicrosoftMangleContext(Context, Diags) {} in MicrosoftMangleContextImpl()
2095 MicrosoftMangleContext *
2096 MicrosoftMangleContext::create(ASTContext &Context, DiagnosticsEngine &Diags) { in create()
DASTContext.cpp8007 return MicrosoftMangleContext::create(*this, getDiagnostics()); in createMangleContext()