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

References

tools/clang/lib/CodeGen/CGObjCGNU.cpp
 3237   Elements.add(MakeConstantString(CategoryName));
 3238   Elements.add(MakeConstantString(ClassName));
 3243   Elements.addBitCast(
 3251   Elements.addBitCast(
 3255   Elements.addBitCast(GenerateCategoryProtocolList(CatDecl), PtrTy);
 3261       Elements.addBitCast(GeneratePropertyList(OCD, Category, false), PtrTy);
 3263       Elements.addBitCast(GeneratePropertyList(OCD, Category, true), PtrTy);
 3265       Elements.addNullPointer(PtrTy);
 3266       Elements.addNullPointer(PtrTy);
 3271         Elements.finishAndCreateGlobal(