Searched refs:GeneratePropertyList (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 457 llvm::Constant *GeneratePropertyList(const Decl *Container, 1425 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, false, false)); in GenerateProtocolRef() 1427 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, false, true)); in GenerateProtocolRef() 1429 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, true, false)); in GenerateProtocolRef() 1431 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, true, true)); in GenerateProtocolRef() 1772 metaclassFields.add(GeneratePropertyList(OID, classDecl, /*isClassProperty*/true)); in GenerateClass() 1951 classFields.add(GeneratePropertyList(OID, classDecl)); in GenerateClass() 3344 GeneratePropertyList(nullptr, PD, false, false); in GenerateProtocol() 3346 GeneratePropertyList(nullptr, PD, false, true); in GenerateProtocol() 3489 Elements.add(GeneratePropertyList(OCD, Category, false)); in GenerateCategory() [all …]
|