Searched refs:GeneratePropertyList (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 458 llvm::Constant *GeneratePropertyList(const Decl *Container, 1409 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, false, false)); in GenerateProtocolRef() 1411 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, false, true)); in GenerateProtocolRef() 1413 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, true, false)); in GenerateProtocolRef() 1415 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, true, true)); in GenerateProtocolRef() 1760 metaclassFields.add(GeneratePropertyList(OID, classDecl, /*isClassProperty*/true)); in GenerateClass() 1938 classFields.add(GeneratePropertyList(OID, classDecl)); in GenerateClass() 3135 GeneratePropertyList(nullptr, PD, false, false); in GenerateProtocol() 3137 GeneratePropertyList(nullptr, PD, false, true); in GenerateProtocol() 3288 Elements.addBitCast(GeneratePropertyList(OCD, Category, false), PtrTy); in GenerateCategory() [all …]
|