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 584 QualType CaughtType = C->getCaughtType();
585 CaughtType = CaughtType.getNonReferenceType().getUnqualifiedType();
588 if (CaughtType->isObjCObjectPointerType())
589 TypeInfo = CGM.getObjCRuntime().GetEHType(CaughtType);
591 TypeInfo = CGM.GetAddrOfRTTIDescriptor(CaughtType, /*ForEH=*/true);
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]

Completed in 38 milliseconds