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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp600 QualType CaughtType = C->getCaughtType(); local
601 CaughtType = CaughtType.getNonReferenceType().getUnqualifiedType();
604 if (CaughtType->isObjCObjectPointerType())
605 TypeInfo = CGM.getObjCRuntime().GetEHType(CaughtType);
607 TypeInfo = CGM.GetAddrOfRTTIDescriptor(CaughtType, /*ForEH=*/true);
952 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType(); local
953 bool EndCatchMightThrow = CaughtType->isRecordType();
961 if (const PointerType *PT = dyn_cast<PointerType>(CaughtType)) {
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp2914 const QualType CaughtType = Handler->getCaughtType(); local
2915 const QualType CanonicalCaughtType = Context.getCanonicalType(CaughtType);

Completed in 185 milliseconds