reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGObjC.cpp
 1798     elementLValue = EmitLValue(&tempDRE);
 1803       elementLValue.getQuals().setObjCLifetime(Qualifiers::OCL_ExplicitNone);
 1805     elementLValue = LValue(); // suppress warning
 1832     elementLValue = EmitLValue(cast<Expr>(S.getElement()));
 1833     EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue);
 1835     EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue,
 1900     elementLValue = EmitLValue(cast<Expr>(S.getElement()));
 1901     EmitStoreThroughLValue(RValue::get(null), elementLValue);