Searched refs:getCaughtType (Results 1 – 7 of 7) sorted by relevance
19 QualType CXXCatchStmt::getCaughtType() const { in getCaughtType() function in CXXCatchStmt
357 VisitType(S->getCaughtType()); in VisitCXXCatchStmt()
109 addData(S->getCaughtType());
50 QualType getCaughtType() const;
4469 if (I->second->getCaughtType()->isPointerType() == in operator ()()4540 CatchHandlerType HandlerCHT = H->getCaughtType().getCanonicalType(); in ActOnCXXTryBlock()4557 H->getCaughtType().getCanonicalType()); in ActOnCXXTryBlock()4564 << H->getCaughtType(); in ActOnCXXTryBlock()4567 << Problem->getCaughtType(); in ActOnCXXTryBlock()4579 std::make_pair(H->getCaughtType().getCanonicalType(), H)); in ActOnCXXTryBlock()4584 << H->getCaughtType(); in ActOnCXXTryBlock()4587 << Problem->getCaughtType(); in ActOnCXXTryBlock()
331 QualType Caught = Catch->getCaughtType(); in throwEscapes()
652 C->getCaughtType().getNonReferenceType(), CaughtTypeQuals); in EnterCXXTryStmt()659 CaughtType, C->getCaughtType()); in EnterCXXTryStmt()