Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h267 virtual void mangleCXXCatchableTypeArray(QualType T, uint32_t NumEntries,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp178 void mangleCXXCatchableTypeArray(QualType T, uint32_t NumEntries,
3761 void MicrosoftMangleContextImpl::mangleCXXCatchableTypeArray( in mangleCXXCatchableTypeArray() function in MicrosoftMangleContextImpl
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4361 getMangleContext().mangleCXXCatchableTypeArray(T, NumEntries, Out); in getCatchableTypeArray()