Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DMangle.h244 virtual void mangleCXXCatchableType(QualType T, const CXXConstructorDecl *CD,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp163 void mangleCXXCatchableType(QualType T, const CXXConstructorDecl *CD,
3582 void MicrosoftMangleContextImpl::mangleCXXCatchableType( in mangleCXXCatchableType() function in MicrosoftMangleContextImpl
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4095 getMangleContext().mangleCXXCatchableType(T, CD, CT, Size, NVOffset, in getCatchableType()