HomeSort by: relevance | last modified time | path
    Searched refs:CaughtType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp 627 QualType CaughtType = CGM.getContext().getUnqualifiedArrayType(
631 if (CaughtType->isObjCObjectPointerType())
632 TypeInfo.RTTI = CGM.getObjCRuntime().GetEHType(CaughtType);
635 CaughtType, C->getCaughtType());
ItaniumCXXABI.cpp 4439 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType();
4440 bool EndCatchMightThrow = CaughtType->isRecordType();
4448 if (const PointerType *PT = dyn_cast<PointerType>(CaughtType)) {

Completed in 21 milliseconds