Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/AST/
H A DMangle.h214 virtual void mangleCXXCatchableTypeArray(QualType T, uint32_t NumEntries,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DMangle.h267 virtual void mangleCXXCatchableTypeArray(QualType T, uint32_t NumEntries,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DMangle.h267 virtual void mangleCXXCatchableTypeArray(QualType T, uint32_t NumEntries,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DMangle.h267 virtual void mangleCXXCatchableTypeArray(QualType T, uint32_t NumEntries,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DMangle.h267 virtual void mangleCXXCatchableTypeArray(QualType T, uint32_t NumEntries,
/aosp_15_r20/external/clang/lib/AST/
H A DMicrosoftMangle.cpp158 void mangleCXXCatchableTypeArray(QualType T, uint32_t NumEntries,
2676 void MicrosoftMangleContextImpl::mangleCXXCatchableTypeArray( in mangleCXXCatchableTypeArray() function in MicrosoftMangleContextImpl
/aosp_15_r20/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4091 getMangleContext().mangleCXXCatchableTypeArray(T, NumEntries, Out); in getCatchableTypeArray()