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

  /external/clang/lib/CodeGen/
CGException.cpp 900 CanQualType CatchType =
902 llvm::Type *LLVMCatchTy = CGF.ConvertTypeForMem(CatchType);
906 if (isa<ReferenceType>(CatchType)) {
907 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType();
    [all...]
CGObjCRuntime.cpp 254 llvm::Type *CatchType = CGF.ConvertType(CatchParam->getType());
255 llvm::Value *CastExn = CGF.Builder.CreateBitCast(Exn, CatchType);

Completed in 884 milliseconds