Searched refs:getCaughtType (Results 1 – 7 of 7) sorted by relevance
20 QualType CXXCatchStmt::getCaughtType() const { in getCaughtType() function in CXXCatchStmt
334 VisitType(S->getCaughtType()); in VisitCXXCatchStmt()
109 addData(S->getCaughtType());
51 QualType getCaughtType() const;
4059 (QualType)Context.getCanonicalType(H->getCaughtType()); in ActOnCXXTryBlock()4081 << H->getCaughtType(); in ActOnCXXTryBlock()4084 << Problem->getCaughtType(); in ActOnCXXTryBlock()4091 auto R = HandledTypes.insert(std::make_pair(H->getCaughtType(), H)); in ActOnCXXTryBlock()4096 << H->getCaughtType(); in ActOnCXXTryBlock()4099 << Problem->getCaughtType(); in ActOnCXXTryBlock()
285 QualType Caught = Catch->getCaughtType(); in throwEscapes()
578 C->getCaughtType().getNonReferenceType(), CaughtTypeQuals); in EnterCXXTryStmt()585 CaughtType, C->getCaughtType()); in EnterCXXTryStmt()