Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getSourceExpr

279       if (opaque->getSourceExpr())
280 receiver = opaque->getSourceExpr()->IgnoreParens();
289 if (opaque->getSourceExpr())
290 receiver = opaque->getSourceExpr()->IgnoreParens();
2560 result = tryEmitARCRetainScalarExpr(CGF, ov->getSourceExpr());
2565 opaqueData = OVMA::bind(CGF, ov, ov->getSourceExpr());