Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h262 virtual void mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp177 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 DMicrosoftCXXABI.cpp4404 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, IsUnaligned, in getThrowInfo()