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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 6808   ivarList.addInt(ObjCTypes.IntTy,
 6810   auto ivarCountSlot = ivarList.addPlaceholder();
 6811   auto ivars = ivarList.beginArray(ObjCTypes.IvarnfABITy);
 6847     ivarList.abandon();
 6852   ivars.finishAndAddTo(ivarList);
 6853   ivarList.fillPlaceholderWithInt(ivarCountSlot, ObjCTypes.IntTy, ivarCount);
 6857       ivarList, Prefix + OID->getObjCRuntimeNameAsString(), CGM);