Searched defs:CaughtType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGException.cpp604 QualType CaughtType = C->getCaughtType(); local
605 CaughtType = CaughtType.getNonReferenceType().getUnqualifiedType();
608 if (CaughtType->isObjCObjectPointerType())
609 TypeInfo = CGM.getObjCRuntime().GetEHType(CaughtType);
611 TypeInfo = CGM.GetAddrOfRTTIDescriptor(CaughtType, /*ForEH=*/true);
907 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType(); local
908 bool EndCatchMightThrow = CaughtType->isRecordType();
916 if (const PointerType *PT = dyn_cast<PointerType>(CaughtType)) {
/external/clang/lib/Sema/
H A DSemaStmt.cpp3209 const QualType CaughtType = Handler->getCaughtType(); local
3210 const QualType CanonicalCaughtType = Context.getCanonicalType(CaughtType);

Completed in 102 milliseconds