Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DMangle.h255 virtual void mangleCXXCatchableTypeArray(QualType T, uint32_t NumEntries,
/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp175 void mangleCXXCatchableTypeArray(QualType T, uint32_t NumEntries,
3613 void MicrosoftMangleContextImpl::mangleCXXCatchableTypeArray( in mangleCXXCatchableTypeArray() function in MicrosoftMangleContextImpl
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4361 getMangleContext().mangleCXXCatchableTypeArray(T, NumEntries, Out); in getCatchableTypeArray()