Searched refs:getCaughtType (Results 1 – 11 of 11) sorted by relevance
24 if (CatchS->getCaughtType().isNull()) in AST_MATCHER_P()27 if (InnerMatcher.matches(CatchS->getCaughtType(), Finder, &Result)) { in AST_MATCHER_P()
138 auto CaughtType = CatchStmt->getCaughtType(); in diagnoseCatchLocations()
19 QualType CXXCatchStmt::getCaughtType() const { in getCaughtType() function in CXXCatchStmt
341 VisitType(S->getCaughtType()); in VisitCXXCatchStmt()
182 Catch->getCaughtType()->getUnqualifiedDesugaredType(); in throwsException()
109 addData(S->getCaughtType());
50 QualType getCaughtType() const;
4494 (QualType)Context.getCanonicalType(H->getCaughtType()); in ActOnCXXTryBlock()4516 << H->getCaughtType(); in ActOnCXXTryBlock()4519 << Problem->getCaughtType(); in ActOnCXXTryBlock()4526 auto R = HandledTypes.insert(std::make_pair(H->getCaughtType(), H)); in ActOnCXXTryBlock()4531 << H->getCaughtType(); in ActOnCXXTryBlock()4534 << Problem->getCaughtType(); in ActOnCXXTryBlock()
304 QualType Caught = Catch->getCaughtType(); in throwEscapes()
634 C->getCaughtType().getNonReferenceType(), CaughtTypeQuals); in EnterCXXTryStmt()641 CaughtType, C->getCaughtType()); in EnterCXXTryStmt()
1896 return S->getCaughtType(); in typeForNode()