Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DMangle.h182 class MicrosoftMangleContext : public MangleContext {
184 explicit MicrosoftMangleContext(ASTContext &C, DiagnosticsEngine &D) in MicrosoftMangleContext() function
244 static MicrosoftMangleContext *create(ASTContext &Context,
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp124 class MicrosoftMangleContextImpl : public MicrosoftMangleContext {
387 : MicrosoftMangleContext(Context, Diags) { in MicrosoftMangleContextImpl()
3488 MicrosoftMangleContext *
3489 MicrosoftMangleContext::create(ASTContext &Context, DiagnosticsEngine &Diags) { in create()
H A DASTContext.cpp9993 return MicrosoftMangleContext::create(*this, getDiagnostics()); in createMangleContext()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp551 MicrosoftMangleContext &getMangleContext() { in getMangleContext()
552 return cast<MicrosoftMangleContext>(CodeGen::CGCXXABI::getMangleContext()); in getMangleContext()
1673 static void mangleVFTableName(MicrosoftMangleContext &MangleContext, in mangleVFTableName()