Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGException.cpp600 QualType CaughtType = C->getCaughtType(); in EnterCXXTryStmt() local
601 CaughtType = CaughtType.getNonReferenceType().getUnqualifiedType(); in EnterCXXTryStmt()
604 if (CaughtType->isObjCObjectPointerType()) in EnterCXXTryStmt()
605 TypeInfo = CGM.getObjCRuntime().GetEHType(CaughtType); in EnterCXXTryStmt()
607 TypeInfo = CGM.GetAddrOfRTTIDescriptor(CaughtType, /*ForEH=*/true); in EnterCXXTryStmt()
960 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType(); in InitCatchParam() local
961 bool EndCatchMightThrow = CaughtType->isRecordType(); in InitCatchParam()
969 if (const PointerType *PT = dyn_cast<PointerType>(CaughtType)) { in InitCatchParam()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaStmt.cpp3094 const QualType CaughtType = Handler->getCaughtType(); in ActOnCXXTryBlock() local
3095 const QualType CanonicalCaughtType = Context.getCanonicalType(CaughtType); in ActOnCXXTryBlock()