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

Completed in 192 milliseconds