Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DMangle.h208 virtual void mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile,
/external/clang/lib/AST/
DMicrosoftMangle.cpp122 void mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile,
2557 void MicrosoftMangleContextImpl::mangleCXXThrowInfo(QualType T, in mangleCXXThrowInfo() function in MicrosoftMangleContextImpl
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp4107 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, NumEntries, in getThrowInfo()