Searched refs:getCaughtType (Results 1 – 7 of 7) sorted by relevance
19 QualType CXXCatchStmt::getCaughtType() const { in getCaughtType() function in CXXCatchStmt
337 VisitType(S->getCaughtType()); in VisitCXXCatchStmt()
109 addData(S->getCaughtType());
50 QualType getCaughtType() const;
4474 (QualType)Context.getCanonicalType(H->getCaughtType()); in ActOnCXXTryBlock()4496 << H->getCaughtType(); in ActOnCXXTryBlock()4499 << Problem->getCaughtType(); in ActOnCXXTryBlock()4506 auto R = HandledTypes.insert(std::make_pair(H->getCaughtType(), H)); in ActOnCXXTryBlock()4511 << H->getCaughtType(); in ActOnCXXTryBlock()4514 << Problem->getCaughtType(); in ActOnCXXTryBlock()
304 QualType Caught = Catch->getCaughtType(); in throwEscapes()
628 C->getCaughtType().getNonReferenceType(), CaughtTypeQuals); in EnterCXXTryStmt()635 CaughtType, C->getCaughtType()); in EnterCXXTryStmt()