Lines Matching refs:MicrosoftMangleContextImpl

127 class MicrosoftMangleContextImpl : public MicrosoftMangleContext {  class
137 MicrosoftMangleContextImpl(ASTContext &Context, DiagnosticsEngine &Diags);
295 MicrosoftMangleContextImpl &Context;
326 MicrosoftCXXNameMangler(MicrosoftMangleContextImpl &C, raw_ostream &Out_) in MicrosoftCXXNameMangler()
332 MicrosoftCXXNameMangler(MicrosoftMangleContextImpl &C, raw_ostream &Out_, in MicrosoftCXXNameMangler()
339 MicrosoftCXXNameMangler(MicrosoftMangleContextImpl &C, raw_ostream &Out_, in MicrosoftCXXNameMangler()
448 MicrosoftMangleContextImpl::MicrosoftMangleContextImpl(ASTContext &Context, in MicrosoftMangleContextImpl() function in MicrosoftMangleContextImpl
476 bool MicrosoftMangleContextImpl::shouldMangleCXXName(const NamedDecl *D) { in shouldMangleCXXName()
532 MicrosoftMangleContextImpl::shouldMangleStringLiteral(const StringLiteral *SL) { in shouldMangleStringLiteral()
3310 void MicrosoftMangleContextImpl::mangleCXXName(GlobalDecl GD, in mangleCXXName()
3446 void MicrosoftMangleContextImpl::mangleVirtualMemPtrThunk( in mangleVirtualMemPtrThunk()
3455 void MicrosoftMangleContextImpl::mangleThunk(const CXXMethodDecl *MD, in mangleThunk()
3478 void MicrosoftMangleContextImpl::mangleCXXDtorThunk( in mangleCXXDtorThunk()
3493 void MicrosoftMangleContextImpl::mangleCXXVFTable( in mangleCXXVFTable()
3513 void MicrosoftMangleContextImpl::mangleCXXVBTable( in mangleCXXVBTable()
3530 void MicrosoftMangleContextImpl::mangleCXXRTTI(QualType T, raw_ostream &Out) { in mangleCXXRTTI()
3538 void MicrosoftMangleContextImpl::mangleCXXRTTIName(QualType T, in mangleCXXRTTIName()
3545 void MicrosoftMangleContextImpl::mangleCXXVirtualDisplacementMap( in mangleCXXVirtualDisplacementMap()
3555 void MicrosoftMangleContextImpl::mangleCXXThrowInfo(QualType T, bool IsConst, in mangleCXXThrowInfo()
3573 void MicrosoftMangleContextImpl::mangleCXXCatchableTypeArray( in mangleCXXCatchableTypeArray()
3582 void MicrosoftMangleContextImpl::mangleCXXCatchableType( in mangleCXXCatchableType()
3627 void MicrosoftMangleContextImpl::mangleCXXRTTIBaseClassDescriptor( in mangleCXXRTTIBaseClassDescriptor()
3641 void MicrosoftMangleContextImpl::mangleCXXRTTIBaseClassArray( in mangleCXXRTTIBaseClassArray()
3650 void MicrosoftMangleContextImpl::mangleCXXRTTIClassHierarchyDescriptor( in mangleCXXRTTIClassHierarchyDescriptor()
3659 void MicrosoftMangleContextImpl::mangleCXXRTTICompleteObjectLocator( in mangleCXXRTTICompleteObjectLocator()
3682 void MicrosoftMangleContextImpl::mangleSEHFilterExpression( in mangleSEHFilterExpression()
3694 void MicrosoftMangleContextImpl::mangleSEHFinallyBlock( in mangleSEHFinallyBlock()
3706 void MicrosoftMangleContextImpl::mangleTypeName(QualType T, raw_ostream &Out) { in mangleTypeName()
3714 void MicrosoftMangleContextImpl::mangleReferenceTemporary( in mangleReferenceTemporary()
3723 void MicrosoftMangleContextImpl::mangleThreadSafeStaticGuardVariable( in mangleThreadSafeStaticGuardVariable()
3733 void MicrosoftMangleContextImpl::mangleStaticGuardVariable(const VarDecl *VD, in mangleStaticGuardVariable()
3767 void MicrosoftMangleContextImpl::mangleInitFiniStub(const VarDecl *D, in mangleInitFiniStub()
3786 void MicrosoftMangleContextImpl::mangleDynamicInitializer(const VarDecl *D, in mangleDynamicInitializer()
3793 MicrosoftMangleContextImpl::mangleDynamicAtExitDestructor(const VarDecl *D, in mangleDynamicAtExitDestructor()
3799 void MicrosoftMangleContextImpl::mangleStringLiteral(const StringLiteral *SL, in mangleStringLiteral()
3916 return new MicrosoftMangleContextImpl(Context, Diags); in create()