Home
last modified time | relevance | path

Searched refs:CaughtType (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGException.cpp575 QualType CaughtType = CGM.getContext().getUnqualifiedArrayType( in EnterCXXTryStmt() local
579 if (CaughtType->isObjCObjectPointerType()) in EnterCXXTryStmt()
580 TypeInfo.RTTI = CGM.getObjCRuntime().GetEHType(CaughtType); in EnterCXXTryStmt()
583 CaughtType, C->getCaughtType()); in EnterCXXTryStmt()
HDItaniumCXXABI.cpp4124 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType(); in InitCatchParam() local
4125 bool EndCatchMightThrow = CaughtType->isRecordType(); in InitCatchParam()
4133 if (const PointerType *PT = dyn_cast<PointerType>(CaughtType)) { in InitCatchParam()