Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp64 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) { in EmitObjCBoxedExpr() function in CodeGenFunction
H A DCodeGenFunction.h4713 llvm::Value *EmitObjCBoxedExpr(const ObjCBoxedExpr *E);
H A DCGExprScalar.cpp916 return CGF.EmitObjCBoxedExpr(E); in VisitObjCBoxedExpr()