Searched refs:GeneratePropertyList (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 459 llvm::Constant *GeneratePropertyList(const Decl *Container, 1414 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, false, false)); in GenerateProtocolRef() 1416 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, false, true)); in GenerateProtocolRef() 1418 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, true, false)); in GenerateProtocolRef() 1420 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, true, true)); in GenerateProtocolRef() 1944 classFields.add(GeneratePropertyList(OID, classDecl)); in GenerateClass() 3220 GeneratePropertyList(nullptr, PD, false, false); in GenerateProtocol() 3222 GeneratePropertyList(nullptr, PD, false, true); in GenerateProtocol() 3389 llvm::Constant *CGObjCGNU::GeneratePropertyList(const Decl *Container, in GeneratePropertyList() function in CGObjCGNU 3604 llvm::Constant *Properties = GeneratePropertyList(OID, ClassDecl); in GenerateClass() [all …]
|