Searched refs:GeneratePropertyList (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 467 llvm::Constant *GeneratePropertyList(const Decl *Container, 1354 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, false, false)); in GenerateProtocolRef() 1356 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, false, true)); in GenerateProtocolRef() 1358 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, true, false)); in GenerateProtocolRef() 1360 ProtocolBuilder.add(GeneratePropertyList(nullptr, PD, true, true)); in GenerateProtocolRef() 1841 classFields.add(GeneratePropertyList(OID, classDecl)); in GenerateClass() 3010 GeneratePropertyList(nullptr, PD, false, false); in GenerateProtocol() 3012 GeneratePropertyList(nullptr, PD, false, true); in GenerateProtocol() 3176 llvm::Constant *CGObjCGNU::GeneratePropertyList(const Decl *Container, in GeneratePropertyList() function in CGObjCGNU 3405 llvm::Constant *Properties = GeneratePropertyList(OID, ClassDecl); in GenerateClass() [all …]
|