Searched refs:EmitObjCBoxedExpr (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjC.cpp54 /// EmitObjCBoxedExpr - This routine generates code to call
60 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) { function in class:CodeGenFunction
H A DCodeGenFunction.h2946 llvm::Value *EmitObjCBoxedExpr(const ObjCBoxedExpr *E);
H A DCGExprScalar.cpp559 return CGF.EmitObjCBoxedExpr(E);

Completed in 161 milliseconds