Home
last modified time | relevance | path

Searched refs:getCaughtType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp19 QualType CXXCatchStmt::getCaughtType() const { in getCaughtType() function in CXXCatchStmt
H A DStmtProfile.cpp357 VisitType(S->getCaughtType()); in VisitCXXCatchStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtDataCollectors.td109 addData(S->getCaughtType());
H A DStmtCXX.h50 QualType getCaughtType() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4173 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()
H A DAnalysisBasedWarnings.cpp331 QualType Caught = Catch->getCaughtType(); in throwEscapes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp652 C->getCaughtType().getNonReferenceType(), CaughtTypeQuals); in EnterCXXTryStmt()
659 CaughtType, C->getCaughtType()); in EnterCXXTryStmt()