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     [all...]
CGObjCRuntime.cpp 253 llvm::Type *CatchType = CGF.ConvertType(CatchParam->getType());
254 llvm::Value *CastExn = CGF.Builder.CreateBitCast(Exn, CatchType);

Completed in 107 milliseconds