Searched refs:getCaughtType (Results 1 – 5 of 5) sorted by relevance
51 QualType getCaughtType() const;
3575 (QualType)Context.getCanonicalType(H->getCaughtType()); in ActOnCXXTryBlock()3598 << H->getCaughtType(); in ActOnCXXTryBlock()3601 << Problem->getCaughtType(); in ActOnCXXTryBlock()3608 auto R = HandledTypes.insert(std::make_pair(H->getCaughtType(), H)); in ActOnCXXTryBlock()3613 << H->getCaughtType(); in ActOnCXXTryBlock()3616 << Problem->getCaughtType(); in ActOnCXXTryBlock()
572 C->getCaughtType().getNonReferenceType(), CaughtTypeQuals); in EnterCXXTryStmt()579 CGM.getAddrOfCXXCatchHandlerType(CaughtType, C->getCaughtType()); in EnterCXXTryStmt()
187 VisitType(S->getCaughtType()); in VisitCXXCatchStmt()
678 QualType CXXCatchStmt::getCaughtType() const { in getCaughtType() function in CXXCatchStmt