Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h270 virtual void mangleCXXCatchableType(QualType T, const CXXConstructorDecl *CD,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp180 void mangleCXXCatchableType(QualType T, const CXXConstructorDecl *CD,
3770 void MicrosoftMangleContextImpl::mangleCXXCatchableType( in mangleCXXCatchableType() function in MicrosoftMangleContextImpl
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4190 getMangleContext().mangleCXXCatchableType(T, CD, CT, Size, NVOffset, in getCatchableType()