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;
4173 if (I->second->getCaughtType()->isPointerType() == in operator ()()4242 CatchHandlerType HandlerCHT = H->getCaughtType().getCanonicalType(); in ActOnCXXTryBlock()4259 H->getCaughtType().getCanonicalType()); in ActOnCXXTryBlock()4266 << H->getCaughtType(); in ActOnCXXTryBlock()4269 << Problem->getCaughtType(); in ActOnCXXTryBlock()4281 std::make_pair(H->getCaughtType().getCanonicalType(), H)); in ActOnCXXTryBlock()4286 << H->getCaughtType(); in ActOnCXXTryBlock()4289 << Problem->getCaughtType(); in ActOnCXXTryBlock()
331 QualType Caught = Catch->getCaughtType(); in throwEscapes()
652 C->getCaughtType().getNonReferenceType(), CaughtTypeQuals); in EnterCXXTryStmt()659 CaughtType, C->getCaughtType()); in EnterCXXTryStmt()