Searched refs:mangleCXXThrowInfo (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Mangle.h | 262 virtual void mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile,
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 177 void mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile, 3900 void MicrosoftMangleContextImpl::mangleCXXThrowInfo(QualType T, bool IsConst, in mangleCXXThrowInfo() function in MicrosoftMangleContextImpl
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 4404 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, IsUnaligned, in getThrowInfo()
|