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

References

tools/clang/lib/CodeGen/CGObjC.cpp
  163   for (uint64_t i = 0; i < NumElements; i++) {
  163   for (uint64_t i = 0; i < NumElements; i++) {
  166       const Expr *Rhs = ALE->getElement(i);
  167       LValue LV = MakeAddrLValue(Builder.CreateConstArrayGEP(Objects, i),
  177       const Expr *Key = DLE->getKeyValueElement(i).Key;
  178       LValue KeyLV = MakeAddrLValue(Builder.CreateConstArrayGEP(Keys, i),
  184       const Expr *Value = DLE->getKeyValueElement(i).Value;
  185       LValue ValueLV = MakeAddrLValue(Builder.CreateConstArrayGEP(Objects, i),