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()
3313 void MicrosoftMangleContextImpl::mangleCXXName(GlobalDecl GD, in mangleCXXName()
3449 void MicrosoftMangleContextImpl::mangleVirtualMemPtrThunk( in mangleVirtualMemPtrThunk()
3458 void MicrosoftMangleContextImpl::mangleThunk(const CXXMethodDecl *MD, in mangleThunk()
3481 void MicrosoftMangleContextImpl::mangleCXXDtorThunk( in mangleCXXDtorThunk()
3496 void MicrosoftMangleContextImpl::mangleCXXVFTable( in mangleCXXVFTable()
3516 void MicrosoftMangleContextImpl::mangleCXXVBTable( in mangleCXXVBTable()
3533 void MicrosoftMangleContextImpl::mangleCXXRTTI(QualType T, raw_ostream &Out) { in mangleCXXRTTI()
3541 void MicrosoftMangleContextImpl::mangleCXXRTTIName(QualType T, in mangleCXXRTTIName()
3548 void MicrosoftMangleContextImpl::mangleCXXVirtualDisplacementMap( in mangleCXXVirtualDisplacementMap()
3558 void MicrosoftMangleContextImpl::mangleCXXThrowInfo(QualType T, bool IsConst, in mangleCXXThrowInfo()
3576 void MicrosoftMangleContextImpl::mangleCXXCatchableTypeArray( in mangleCXXCatchableTypeArray()
3585 void MicrosoftMangleContextImpl::mangleCXXCatchableType( in mangleCXXCatchableType()
3630 void MicrosoftMangleContextImpl::mangleCXXRTTIBaseClassDescriptor( in mangleCXXRTTIBaseClassDescriptor()
3644 void MicrosoftMangleContextImpl::mangleCXXRTTIBaseClassArray( in mangleCXXRTTIBaseClassArray()
3653 void MicrosoftMangleContextImpl::mangleCXXRTTIClassHierarchyDescriptor( in mangleCXXRTTIClassHierarchyDescriptor()
3662 void MicrosoftMangleContextImpl::mangleCXXRTTICompleteObjectLocator( in mangleCXXRTTICompleteObjectLocator()
3685 void MicrosoftMangleContextImpl::mangleSEHFilterExpression( in mangleSEHFilterExpression()
3697 void MicrosoftMangleContextImpl::mangleSEHFinallyBlock( in mangleSEHFinallyBlock()
3709 void MicrosoftMangleContextImpl::mangleTypeName(QualType T, raw_ostream &Out) { in mangleTypeName()
3717 void MicrosoftMangleContextImpl::mangleReferenceTemporary( in mangleReferenceTemporary()
3726 void MicrosoftMangleContextImpl::mangleThreadSafeStaticGuardVariable( in mangleThreadSafeStaticGuardVariable()
3736 void MicrosoftMangleContextImpl::mangleStaticGuardVariable(const VarDecl *VD, in mangleStaticGuardVariable()
3770 void MicrosoftMangleContextImpl::mangleInitFiniStub(const VarDecl *D, in mangleInitFiniStub()
3789 void MicrosoftMangleContextImpl::mangleDynamicInitializer(const VarDecl *D, in mangleDynamicInitializer()
3796 MicrosoftMangleContextImpl::mangleDynamicAtExitDestructor(const VarDecl *D, in mangleDynamicAtExitDestructor()
3802 void MicrosoftMangleContextImpl::mangleStringLiteral(const StringLiteral *SL, in mangleStringLiteral()
3919 return new MicrosoftMangleContextImpl(Context, Diags); in create()