Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1173 ObjCList<ObjCProtocolDecl> AllReferencedProtocols; member
1429 return data().AllReferencedProtocols.empty() in all_referenced_protocol_begin()
1431 : data().AllReferencedProtocols.begin(); in all_referenced_protocol_begin()
1442 return data().AllReferencedProtocols.empty() in all_referenced_protocol_end()
1444 : data().AllReferencedProtocols.end(); in all_referenced_protocol_end()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp448 if (data().AllReferencedProtocols.empty() && in mergeClassExtensionProtocolList()
450 data().AllReferencedProtocols.set(ExtList, ExtNum, C); in mergeClassExtensionProtocolList()
480 data().AllReferencedProtocols.set(ProtocolRefs.data(), ProtocolRefs.size(),C); in mergeClassExtensionProtocolList()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp885 Record.push_back(Data.AllReferencedProtocols.size()); in VisitObjCInterfaceDecl()
887 P = Data.AllReferencedProtocols.begin(), in VisitObjCInterfaceDecl()
888 PEnd = Data.AllReferencedProtocols.end(); in VisitObjCInterfaceDecl()
H A DASTReaderDecl.cpp1266 Data.AllReferencedProtocols.set(Protocols.data(), NumProtocols, in ReadObjCDefinitionData()