Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtDataCollectors.td109 addData(S->getCaughtType());
H A DStmtCXX.h50 QualType getCaughtType() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp4474 (QualType)Context.getCanonicalType(H->getCaughtType()); in ActOnCXXTryBlock()
4496 << H->getCaughtType(); in ActOnCXXTryBlock()
4499 << Problem->getCaughtType(); in ActOnCXXTryBlock()
4506 auto R = HandledTypes.insert(std::make_pair(H->getCaughtType(), H)); in ActOnCXXTryBlock()
4511 << H->getCaughtType(); in ActOnCXXTryBlock()
4514 << Problem->getCaughtType(); in ActOnCXXTryBlock()
H A DAnalysisBasedWarnings.cpp304 QualType Caught = Catch->getCaughtType(); in throwEscapes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp628 C->getCaughtType().getNonReferenceType(), CaughtTypeQuals); in EnterCXXTryStmt()
635 CaughtType, C->getCaughtType()); in EnterCXXTryStmt()