Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjC.cpp64 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) { in EmitObjCBoxedExpr() function in CodeGenFunction
HDCodeGenFunction.h4713 llvm::Value *EmitObjCBoxedExpr(const ObjCBoxedExpr *E);
HDCGExprScalar.cpp916 return CGF.EmitObjCBoxedExpr(E); in VisitObjCBoxedExpr()