Home
last modified time | relevance | path

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

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