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

Declarations

tools/clang/lib/CodeGen/CGObjCGNU.cpp
  466   llvm::Constant *GeneratePropertyList(const Decl *Container,

References

tools/clang/lib/CodeGen/CGObjCGNU.cpp
 1398     ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, false, false));
 1400     ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, false, true));
 1402     ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, true, false));
 1404     ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, true, true));
 1746     metaclassFields.add(GeneratePropertyList(OID, classDecl, /*isClassProperty*/true));
 1923     classFields.add(GeneratePropertyList(OID, classDecl));
 3111     GeneratePropertyList(nullptr, PD, false, false);
 3113     GeneratePropertyList(nullptr, PD, false, true);
 3261       Elements.addBitCast(GeneratePropertyList(OCD, Category, false), PtrTy);
 3263       Elements.addBitCast(GeneratePropertyList(OCD, Category, true), PtrTy);
 3506   llvm::Constant *Properties = GeneratePropertyList(OID, ClassDecl);
 3573       GeneratePropertyList(OID, ClassDecl, true), ZeroPtr, ZeroPtr, true);