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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h2178 llvm::Value *EmitObjCBoxedExpr(const ObjCBoxedExpr *E);
H A DCGExprScalar.cpp517 return CGF.EmitObjCBoxedExpr(E);
H A DCGObjC.cpp56 /// EmitObjCBoxedExpr - This routine generates code to call
61 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) { function in class:CodeGenFunction

Completed in 186 milliseconds