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

References

tools/clang/lib/CodeGen/CGObjCGNU.cpp
 3121   Elements.add(
 3124   Elements.add(MakeConstantString(ProtocolName));
 3125   Elements.add(ProtocolList);
 3126   Elements.add(InstanceMethodList);
 3127   Elements.add(ClassMethodList);
 3128   Elements.add(OptionalInstanceMethodList);
 3129   Elements.add(OptionalClassMethodList);
 3130   Elements.add(PropertyList);
 3131   Elements.add(OptionalPropertyList);
 3134       Elements.finishAndCreateGlobal(".objc_protocol", CGM.getPointerAlign()),