Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp65 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) { in EmitObjCBoxedExpr() function in CodeGenFunction
H A DCodeGenFunction.h4278 llvm::Value *EmitObjCBoxedExpr(const ObjCBoxedExpr *E);
H A DCGExprScalar.cpp889 return CGF.EmitObjCBoxedExpr(E); in VisitObjCBoxedExpr()