Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtCXX.h51 QualType getCaughtType() const;
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmt.cpp3575 (QualType)Context.getCanonicalType(H->getCaughtType()); in ActOnCXXTryBlock()
3598 << H->getCaughtType(); in ActOnCXXTryBlock()
3601 << Problem->getCaughtType(); in ActOnCXXTryBlock()
3608 auto R = HandledTypes.insert(std::make_pair(H->getCaughtType(), H)); in ActOnCXXTryBlock()
3613 << H->getCaughtType(); in ActOnCXXTryBlock()
3616 << Problem->getCaughtType(); in ActOnCXXTryBlock()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGException.cpp572 C->getCaughtType().getNonReferenceType(), CaughtTypeQuals); in EnterCXXTryStmt()
579 CGM.getAddrOfCXXCatchHandlerType(CaughtType, C->getCaughtType()); in EnterCXXTryStmt()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmtProfile.cpp187 VisitType(S->getCaughtType()); in VisitCXXCatchStmt()
HDStmt.cpp678 QualType CXXCatchStmt::getCaughtType() const { in getCaughtType() function in CXXCatchStmt