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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 3265         Properties.push_back(PD);
 3275     Properties.push_back(PD);
 3280       PushProtocolProperties(PropertySet, Properties, P, IsClassProperty);
 3284       PushProtocolProperties(PropertySet, Properties, P, IsClassProperty);
 3288   if (Properties.empty())
 3297   values.addInt(ObjCTypes.IntTy, Properties.size());
 3299   for (auto PD : Properties) {