HomeSort by relevance Sort by last modified time
    Searched refs:CaughtType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGException.cpp 596 QualType CaughtType = C->getCaughtType();
597 CaughtType = CaughtType.getNonReferenceType().getUnqualifiedType();
600 if (CaughtType->isObjCObjectPointerType())
601 TypeInfo = CGM.getObjCRuntime().GetEHType(CaughtType);
603 TypeInfo = CGM.GetAddrOfRTTIDescriptor(CaughtType, /*ForEH=*/true);
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]

Completed in 38 milliseconds