Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DMangle.h210 virtual void mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile,
/external/clang/lib/AST/
DMicrosoftMangle.cpp155 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/
DMicrosoftCXXABI.cpp4121 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, IsUnaligned, in getThrowInfo()