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 247 llvm::Type *CatchType = CGF.ConvertType(CatchParam->getType());
248 llvm::Value *CastExn = CGF.Builder.CreateBitCast(Exn, CatchType);

Completed in 15 milliseconds