Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h266 virtual void mangleCXXCatchableTypeArray(QualType T, uint32_t NumEntries,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp180 void mangleCXXCatchableTypeArray(QualType T, uint32_t NumEntries,
3918 void MicrosoftMangleContextImpl::mangleCXXCatchableTypeArray( in mangleCXXCatchableTypeArray() function in MicrosoftMangleContextImpl
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4374 getMangleContext().mangleCXXCatchableTypeArray(T, NumEntries, Out); in getCatchableTypeArray()