Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGException.cpp633 QualType CaughtType = CGM.getContext().getUnqualifiedArrayType( in EnterCXXTryStmt() local
637 if (CaughtType->isObjCObjectPointerType()) in EnterCXXTryStmt()
638 TypeInfo.RTTI = CGM.getObjCRuntime().GetEHType(CaughtType); in EnterCXXTryStmt()
641 CaughtType, C->getCaughtType()); in EnterCXXTryStmt()
H A DItaniumCXXABI.cpp4472 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType(); in InitCatchParam() local
4473 bool EndCatchMightThrow = CaughtType->isRecordType(); in InitCatchParam()
4481 if (const PointerType *PT = dyn_cast<PointerType>(CaughtType)) { in InitCatchParam()
4511 llvm::Type *PtrTy = CGF.ConvertTypeForMem(CaughtType); in InitCatchParam()