Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DMangle.h214 virtual void mangleCXXCatchHandlerType(QualType T, uint32_t Flags,
/external/clang/lib/AST/
DMicrosoftMangle.cpp126 void mangleCXXCatchHandlerType(QualType T, uint32_t Flags,
2351 void MicrosoftMangleContextImpl::mangleCXXCatchHandlerType(QualType T, in mangleCXXCatchHandlerType() function in MicrosoftMangleContextImpl
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp3222 getMangleContext().mangleCXXCatchHandlerType(Type, Flags, Out); in getAddrOfCXXCatchHandlerType()