Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUnhandledExceptionAtNewCheck.cpp24 if (CatchS->getCaughtType().isNull()) in AST_MATCHER_P()
27 if (InnerMatcher.matches(CatchS->getCaughtType(), Finder, &Result)) { in AST_MATCHER_P()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp138 auto CaughtType = CatchStmt->getCaughtType(); in diagnoseCatchLocations()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtCXX.cpp19 QualType CXXCatchStmt::getCaughtType() const { in getCaughtType() function in CXXCatchStmt
H A DStmtProfile.cpp341 VisitType(S->getCaughtType()); in VisitCXXCatchStmt()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DExceptionAnalyzer.cpp182 Catch->getCaughtType()->getUnqualifiedDesugaredType(); in throwsException()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtDataCollectors.td109 addData(S->getCaughtType());
H A DStmtCXX.h50 QualType getCaughtType() const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp4494 (QualType)Context.getCanonicalType(H->getCaughtType()); in ActOnCXXTryBlock()
4516 << H->getCaughtType(); in ActOnCXXTryBlock()
4519 << Problem->getCaughtType(); in ActOnCXXTryBlock()
4526 auto R = HandledTypes.insert(std::make_pair(H->getCaughtType(), H)); in ActOnCXXTryBlock()
4531 << H->getCaughtType(); in ActOnCXXTryBlock()
4534 << Problem->getCaughtType(); in ActOnCXXTryBlock()
H A DAnalysisBasedWarnings.cpp304 QualType Caught = Catch->getCaughtType(); in throwEscapes()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp634 C->getCaughtType().getNonReferenceType(), CaughtTypeQuals); in EnterCXXTryStmt()
641 CaughtType, C->getCaughtType()); in EnterCXXTryStmt()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp1896 return S->getCaughtType(); in typeForNode()