Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp577 QualType CaughtType = CGM.getContext().getUnqualifiedArrayType( in EnterCXXTryStmt() local
581 if (CaughtType->isObjCObjectPointerType()) in EnterCXXTryStmt()
582 TypeInfo.RTTI = CGM.getObjCRuntime().GetEHType(CaughtType); in EnterCXXTryStmt()
585 CaughtType, C->getCaughtType()); in EnterCXXTryStmt()
H A DItaniumCXXABI.cpp4001 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType(); in InitCatchParam() local
4002 bool EndCatchMightThrow = CaughtType->isRecordType(); in InitCatchParam()
4010 if (const PointerType *PT = dyn_cast<PointerType>(CaughtType)) { in InitCatchParam()