Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp558 QualType CaughtType = CGM.getContext().getUnqualifiedArrayType( in EnterCXXTryStmt() local
562 if (CaughtType->isObjCObjectPointerType()) in EnterCXXTryStmt()
563 TypeInfo.RTTI = CGM.getObjCRuntime().GetEHType(CaughtType); in EnterCXXTryStmt()
566 CaughtType, C->getCaughtType()); in EnterCXXTryStmt()
DItaniumCXXABI.cpp3576 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType(); in InitCatchParam() local
3577 bool EndCatchMightThrow = CaughtType->isRecordType(); in InitCatchParam()
3585 if (const PointerType *PT = dyn_cast<PointerType>(CaughtType)) { in InitCatchParam()