Home
last modified time | relevance | path

Searched refs:AllReferencedProtocols (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1170 ObjCList<ObjCProtocolDecl> AllReferencedProtocols; member
1426 return data().AllReferencedProtocols.empty() in all_referenced_protocol_begin()
1428 : data().AllReferencedProtocols.begin(); in all_referenced_protocol_begin()
1439 return data().AllReferencedProtocols.empty() in all_referenced_protocol_end()
1441 : data().AllReferencedProtocols.end(); in all_referenced_protocol_end()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp449 if (data().AllReferencedProtocols.empty() && in mergeClassExtensionProtocolList()
451 data().AllReferencedProtocols.set(ExtList, ExtNum, C); in mergeClassExtensionProtocolList()
481 data().AllReferencedProtocols.set(ProtocolRefs.data(), ProtocolRefs.size(),C); in mergeClassExtensionProtocolList()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp847 Record.push_back(Data.AllReferencedProtocols.size()); in VisitObjCInterfaceDecl()
849 P = Data.AllReferencedProtocols.begin(), in VisitObjCInterfaceDecl()
850 PEnd = Data.AllReferencedProtocols.end(); in VisitObjCInterfaceDecl()
H A DASTReaderDecl.cpp1274 Data.AllReferencedProtocols.set(Protocols.data(), NumProtocols, in ReadObjCDefinitionData()