Searched refs:getCaughtType (Results 1 – 8 of 8) sorted by relevance
19 QualType CXXCatchStmt::getCaughtType() const { in getCaughtType() function in CXXCatchStmt
357 VisitType(S->getCaughtType()); in VisitCXXCatchStmt()
108 addData(S->getCaughtType());
50 QualType getCaughtType() const;
4293 if (I->second->getCaughtType()->isPointerType() == in operator ()()4357 CatchHandlerType HandlerCHT = H->getCaughtType().getCanonicalType(); in ActOnCXXTryBlock()4374 H->getCaughtType().getCanonicalType()); in ActOnCXXTryBlock()4381 << H->getCaughtType(); in ActOnCXXTryBlock()4384 << Problem->getCaughtType(); in ActOnCXXTryBlock()4396 std::make_pair(H->getCaughtType().getCanonicalType(), H)); in ActOnCXXTryBlock()4401 << H->getCaughtType(); in ActOnCXXTryBlock()4404 << Problem->getCaughtType(); in ActOnCXXTryBlock()
332 QualType Caught = Catch->getCaughtType(); in throwEscapes()
652 C->getCaughtType().getNonReferenceType(), CaughtTypeQuals); in EnterCXXTryStmt()659 CaughtType, C->getCaughtType()); in EnterCXXTryStmt()
10715 {"_ZNK5clang12CXXCatchStmt13getCaughtTypeEv", "clang::CXXCatchStmt::getCaughtType() const"},