Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp328 static const Expr *findWeakLValue(const Expr *E) { in findWeakLValue() function
355 if (auto lvalueExpr = findWeakLValue(E->getInstanceReceiver())) { in EmitObjCMessageExpr()