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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp596 QualType CaughtType = CGM.getContext().getUnqualifiedArrayType( local
600 if (CaughtType->isObjCObjectPointerType())
601 TypeInfo.RTTI = CGM.getObjCRuntime().GetEHType(CaughtType);
604 CaughtType, C->getCaughtType());
H A DItaniumCXXABI.cpp4254 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType(); local
4255 bool EndCatchMightThrow = CaughtType->isRecordType();
4263 if (const PointerType *PT = dyn_cast<PointerType>(CaughtType)) {

Completed in 70 milliseconds