Home
last modified time | relevance | path

Searched refs:mangleCXXRTTIClassHierarchyDescriptor (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/clang/include/clang/AST/
H A DMangle.h229 mangleCXXRTTIClassHierarchyDescriptor(const CXXRecordDecl *Derived,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DMangle.h282 mangleCXXRTTIClassHierarchyDescriptor(const CXXRecordDecl *Derived,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DMangle.h282 mangleCXXRTTIClassHierarchyDescriptor(const CXXRecordDecl *Derived,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DMangle.h282 mangleCXXRTTIClassHierarchyDescriptor(const CXXRecordDecl *Derived,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DMangle.h282 mangleCXXRTTIClassHierarchyDescriptor(const CXXRecordDecl *Derived,
/aosp_15_r20/external/clang/lib/AST/
H A DMicrosoftMangle.cpp172 void mangleCXXRTTIClassHierarchyDescriptor(const CXXRecordDecl *Derived,
2747 void MicrosoftMangleContextImpl::mangleCXXRTTIClassHierarchyDescriptor( in mangleCXXRTTIClassHierarchyDescriptor() function in MicrosoftMangleContextImpl
/aosp_15_r20/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3462 ABI.getMangleContext().mangleCXXRTTIClassHierarchyDescriptor(RD, Out); in getClassHierarchyDescriptor()