HomeSort by: relevance | last modified time | path
    Searched refs:EmitObjCBoxedExpr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 56 /// EmitObjCBoxedExpr - This routine generates code to call
62 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) {
CodeGenFunction.h 4199 llvm::Value *EmitObjCBoxedExpr(const ObjCBoxedExpr *E);
CGExprScalar.cpp 856 return CGF.EmitObjCBoxedExpr(E);

Completed in 51 milliseconds