Searched refs:mangleCXXThrowInfo (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/AST/ |
D | Mangle.h | 210 virtual void mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile,
|
/external/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 155 void mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile, 2658 void MicrosoftMangleContextImpl::mangleCXXThrowInfo(QualType T, bool IsConst, in mangleCXXThrowInfo() function in MicrosoftMangleContextImpl
|
/external/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 4121 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, IsUnaligned, in getThrowInfo()
|