• Home
  • Raw
  • Download

Lines Matching refs:MicrosoftMangleContextImpl

125 class MicrosoftMangleContextImpl : public MicrosoftMangleContext {  class
134 MicrosoftMangleContextImpl(ASTContext &Context, DiagnosticsEngine &Diags) in MicrosoftMangleContextImpl() function in __anon6122d8660111::MicrosoftMangleContextImpl
247 MicrosoftMangleContextImpl &Context;
274 MicrosoftCXXNameMangler(MicrosoftMangleContextImpl &C, raw_ostream &Out_) in MicrosoftCXXNameMangler()
279 MicrosoftCXXNameMangler(MicrosoftMangleContextImpl &C, raw_ostream &Out_, in MicrosoftCXXNameMangler()
285 MicrosoftCXXNameMangler(MicrosoftMangleContextImpl &C, raw_ostream &Out_, in MicrosoftCXXNameMangler()
364 bool MicrosoftMangleContextImpl::shouldMangleCXXName(const NamedDecl *D) { in shouldMangleCXXName()
419 MicrosoftMangleContextImpl::shouldMangleStringLiteral(const StringLiteral *SL) { in shouldMangleStringLiteral()
2446 void MicrosoftMangleContextImpl::mangleCXXName(const NamedDecl *D, in mangleCXXName()
2551 MicrosoftMangleContextImpl::mangleVirtualMemPtrThunk(const CXXMethodDecl *MD, in mangleVirtualMemPtrThunk()
2564 void MicrosoftMangleContextImpl::mangleThunk(const CXXMethodDecl *MD, in mangleThunk()
2581 void MicrosoftMangleContextImpl::mangleCXXDtorThunk( in mangleCXXDtorThunk()
2596 void MicrosoftMangleContextImpl::mangleCXXVFTable( in mangleCXXVFTable()
2616 void MicrosoftMangleContextImpl::mangleCXXVBTable( in mangleCXXVBTable()
2633 void MicrosoftMangleContextImpl::mangleCXXRTTI(QualType T, raw_ostream &Out) { in mangleCXXRTTI()
2641 void MicrosoftMangleContextImpl::mangleCXXRTTIName(QualType T, in mangleCXXRTTIName()
2648 void MicrosoftMangleContextImpl::mangleCXXVirtualDisplacementMap( in mangleCXXVirtualDisplacementMap()
2658 void MicrosoftMangleContextImpl::mangleCXXThrowInfo(QualType T, bool IsConst, in mangleCXXThrowInfo()
2676 void MicrosoftMangleContextImpl::mangleCXXCatchableTypeArray( in mangleCXXCatchableTypeArray()
2685 void MicrosoftMangleContextImpl::mangleCXXCatchableType( in mangleCXXCatchableType()
2724 void MicrosoftMangleContextImpl::mangleCXXRTTIBaseClassDescriptor( in mangleCXXRTTIBaseClassDescriptor()
2738 void MicrosoftMangleContextImpl::mangleCXXRTTIBaseClassArray( in mangleCXXRTTIBaseClassArray()
2747 void MicrosoftMangleContextImpl::mangleCXXRTTIClassHierarchyDescriptor( in mangleCXXRTTIClassHierarchyDescriptor()
2756 void MicrosoftMangleContextImpl::mangleCXXRTTICompleteObjectLocator( in mangleCXXRTTICompleteObjectLocator()
2779 void MicrosoftMangleContextImpl::mangleSEHFilterExpression( in mangleSEHFilterExpression()
2791 void MicrosoftMangleContextImpl::mangleSEHFinallyBlock( in mangleSEHFinallyBlock()
2803 void MicrosoftMangleContextImpl::mangleTypeName(QualType T, raw_ostream &Out) { in mangleTypeName()
2811 void MicrosoftMangleContextImpl::mangleCXXCtor(const CXXConstructorDecl *D, in mangleCXXCtor()
2819 void MicrosoftMangleContextImpl::mangleCXXDtor(const CXXDestructorDecl *D, in mangleCXXDtor()
2827 void MicrosoftMangleContextImpl::mangleReferenceTemporary( in mangleReferenceTemporary()
2836 void MicrosoftMangleContextImpl::mangleThreadSafeStaticGuardVariable( in mangleThreadSafeStaticGuardVariable()
2846 void MicrosoftMangleContextImpl::mangleStaticGuardVariable(const VarDecl *VD, in mangleStaticGuardVariable()
2880 void MicrosoftMangleContextImpl::mangleInitFiniStub(const VarDecl *D, in mangleInitFiniStub()
2896 void MicrosoftMangleContextImpl::mangleDynamicInitializer(const VarDecl *D, in mangleDynamicInitializer()
2903 MicrosoftMangleContextImpl::mangleDynamicAtExitDestructor(const VarDecl *D, in mangleDynamicAtExitDestructor()
2909 void MicrosoftMangleContextImpl::mangleStringLiteral(const StringLiteral *SL, in mangleStringLiteral()
3025 return new MicrosoftMangleContextImpl(Context, Diags); in create()