Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtCXX.cpp20 QualType CXXCatchStmt::getCaughtType() const { in getCaughtType() function in CXXCatchStmt
H A DStmtProfile.cpp334 VisitType(S->getCaughtType()); in VisitCXXCatchStmt()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtDataCollectors.td109 addData(S->getCaughtType());
H A DStmtCXX.h51 QualType getCaughtType() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp4059 (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()
H A DAnalysisBasedWarnings.cpp285 QualType Caught = Catch->getCaughtType(); in throwEscapes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp578 C->getCaughtType().getNonReferenceType(), CaughtTypeQuals); in EnterCXXTryStmt()
585 CaughtType, C->getCaughtType()); in EnterCXXTryStmt()