Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprScalar.cpp297 LValue LV = CGF.EmitObjCIsaExpr(E); in VisitObjCIsaExpr()
3479 LValue CodeGenFunction::EmitObjCIsaExpr(const ObjCIsaExpr *E) { in EmitObjCIsaExpr() function in CodeGenFunction
DCodeGenFunction.h2731 LValue EmitObjCIsaExpr(const ObjCIsaExpr *E);
DCGExpr.cpp981 return EmitObjCIsaExpr(cast<ObjCIsaExpr>(E)); in EmitLValue()