Searched refs:GeneratePropertyList (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 458 llvm::Constant *GeneratePropertyList(const Decl *Container, 1411 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, false, false)); in GenerateProtocolRef() 1413 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, false, true)); in GenerateProtocolRef() 1415 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, true, false)); in GenerateProtocolRef() 1417 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, true, true)); in GenerateProtocolRef() 1941 classFields.add(GeneratePropertyList(OID, classDecl)); in GenerateClass() 3138 GeneratePropertyList(nullptr, PD, false, false); in GenerateProtocol() 3140 GeneratePropertyList(nullptr, PD, false, true); in GenerateProtocol() 3307 llvm::Constant *CGObjCGNU::GeneratePropertyList(const Decl *Container, in GeneratePropertyList() function in CGObjCGNU 3522 llvm::Constant *Properties = GeneratePropertyList(OID, ClassDecl); in GenerateClass() [all …]
|