Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp526 LValue LV = CGF.EmitObjCIsaExpr(E); in VisitObjCIsaExpr()
4906 LValue CodeGenFunction::EmitObjCIsaExpr(const ObjCIsaExpr *E) { in EmitObjCIsaExpr() function in CodeGenFunction
H A DCodeGenFunction.h3918 LValue EmitObjCIsaExpr(const ObjCIsaExpr *E);
H A DCGExpr.cpp1326 return EmitObjCIsaExpr(cast<ObjCIsaExpr>(E)); in EmitLValue()