Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp528 LValue LV = CGF.EmitObjCIsaExpr(E); in VisitObjCIsaExpr()
5203 LValue CodeGenFunction::EmitObjCIsaExpr(const ObjCIsaExpr *E) { in EmitObjCIsaExpr() function in CodeGenFunction
H A DCodeGenFunction.h4030 LValue EmitObjCIsaExpr(const ObjCIsaExpr *E);
H A DCGExpr.cpp1539 return EmitObjCIsaExpr(cast<ObjCIsaExpr>(E)); in EmitLValueHelper()