Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenFunction.h2178 llvm::Value *EmitObjCBoxedExpr(const ObjCBoxedExpr *E);
DCGObjC.cpp61 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) { in EmitObjCBoxedExpr() function in CodeGenFunction
DCGExprScalar.cpp517 return CGF.EmitObjCBoxedExpr(E); in VisitObjCBoxedExpr()