Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp584 QualType CaughtType = C->getCaughtType(); in EnterCXXTryStmt() local
585 CaughtType = CaughtType.getNonReferenceType().getUnqualifiedType(); in EnterCXXTryStmt()
588 if (CaughtType->isObjCObjectPointerType()) in EnterCXXTryStmt()
589 TypeInfo = CGM.getObjCRuntime().GetEHType(CaughtType); in EnterCXXTryStmt()
591 TypeInfo = CGM.GetAddrOfRTTIDescriptor(CaughtType, /*ForEH=*/true); in EnterCXXTryStmt()
936 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType(); in InitCatchParam() local
937 bool EndCatchMightThrow = CaughtType->isRecordType(); in InitCatchParam()
945 if (const PointerType *PT = dyn_cast<PointerType>(CaughtType)) { in InitCatchParam()
/external/clang/lib/Sema/
DSemaStmt.cpp2570 const QualType CaughtType = Handler->getCaughtType(); in ActOnCXXTryBlock() local
2571 const QualType CanonicalCaughtType = Context.getCanonicalType(CaughtType); in ActOnCXXTryBlock()