Home
last modified time | relevance | path

Searched refs:getCaughtType (Results 1 – 8 of 8) 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.td108 addData(S->getCaughtType());
H A DStmtCXX.h50 QualType getCaughtType() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4293 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()
H A DAnalysisBasedWarnings.cpp332 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10715 {"_ZNK5clang12CXXCatchStmt13getCaughtTypeEv", "clang::CXXCatchStmt::getCaughtType() const"},