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

/external/clang/lib/CodeGen/
H A DCGException.cpp596 QualType CaughtType = C->getCaughtType(); local
597 CaughtType = CaughtType.getNonReferenceType().getUnqualifiedType();
600 if (CaughtType->isObjCObjectPointerType())
601 TypeInfo = CGM.getObjCRuntime().GetEHType(CaughtType);
603 TypeInfo = CGM.GetAddrOfRTTIDescriptor(CaughtType, /*ForEH=*/true);
948 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType(); local
949 bool EndCatchMightThrow = CaughtType->isRecordType();
957 if (const PointerType *PT = dyn_cast<PointerType>(CaughtType)) {
/external/clang/lib/Sema/
H A DSemaStmt.cpp2704 const QualType CaughtType = Handler->getCaughtType(); local
2705 const QualType CanonicalCaughtType = Context.getCanonicalType(CaughtType);

Completed in 55 milliseconds