Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp19 QualType CXXCatchStmt::getCaughtType() const { in getCaughtType() function in CXXCatchStmt
H A DStmtProfile.cpp337 VisitType(S->getCaughtType()); in VisitCXXCatchStmt()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtDataCollectors.td109 addData(S->getCaughtType());
H A DStmtCXX.h50 QualType getCaughtType() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4422 (QualType)Context.getCanonicalType(H->getCaughtType()); in ActOnCXXTryBlock()
4444 << H->getCaughtType(); in ActOnCXXTryBlock()
4447 << Problem->getCaughtType(); in ActOnCXXTryBlock()
4454 auto R = HandledTypes.insert(std::make_pair(H->getCaughtType(), H)); in ActOnCXXTryBlock()
4459 << H->getCaughtType(); in ActOnCXXTryBlock()
4462 << Problem->getCaughtType(); in ActOnCXXTryBlock()
H A DAnalysisBasedWarnings.cpp304 QualType Caught = Catch->getCaughtType(); in throwEscapes()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp628 C->getCaughtType().getNonReferenceType(), CaughtTypeQuals); in EnterCXXTryStmt()
635 CaughtType, C->getCaughtType()); in EnterCXXTryStmt()