Searched refs:GeneratePropertyList (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 459 llvm::Constant *GeneratePropertyList(const Decl *Container, 1428 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, false, true)); in GenerateProtocolRef() 1430 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, true, false)); in GenerateProtocolRef() 1432 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, true, true)); in GenerateProtocolRef() 1953 classFields.add(GeneratePropertyList(OID, classDecl)); in GenerateClass() 3345 GeneratePropertyList(nullptr, PD, false, false); in GenerateProtocol() 3347 GeneratePropertyList(nullptr, PD, false, true); in GenerateProtocol() 3490 Elements.add(GeneratePropertyList(OCD, Category, false)); in GenerateCategory() 3492 Elements.add(GeneratePropertyList(OCD, Category, true)); in GenerateCategory() 3504 llvm::Constant *CGObjCGNU::GeneratePropertyList(const Decl *Container, in GeneratePropertyList() function in CGObjCGNU [all …]
|