Home
last modified time | relevance | path

Searched refs:ReferencedProtocols (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1170 ObjCProtocolList ReferencedProtocols; member
1337 return data().ReferencedProtocols; in getReferencedProtocols()
1370 return data().ReferencedProtocols.begin(); in protocol_begin()
1381 return data().ReferencedProtocols.end(); in protocol_end()
1399 return data().ReferencedProtocols.loc_begin(); in protocol_loc_begin()
1410 return data().ReferencedProtocols.loc_end(); in protocol_loc_end()
1486 data().ReferencedProtocols.set(List, Num, Locs, C); in setProtocolList()
2088 ObjCProtocolList ReferencedProtocols; member
2152 return data().ReferencedProtocols; in getReferencedProtocols()
2166 return data().ReferencedProtocols.begin(); in protocol_begin()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp2004 auto &SecondProtos = SecondDD->ReferencedProtocols; in diagnoseMismatch()
2131 const ObjCProtocolList &SecondProtocols = SecondDD->ReferencedProtocols; in diagnoseMismatch()
H A DDeclObjC.cpp449 data().ReferencedProtocols.empty()) { in mergeClassExtensionProtocolList()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1210 const auto &ReferencedProtocols = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList() local
1211 auto RuntimeProtocols = GetRuntimeProtocolList(ReferencedProtocols.begin(), in GenerateCategoryProtocolList()
1212 ReferencedProtocols.end()); in GenerateCategoryProtocolList()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1257 Data.ReferencedProtocols.set(Protocols.data(), NumProtocols, ProtoLocs.data(), in ReadObjCDefinitionData()
1375 Data.ReferencedProtocols.set(ProtoRefs.data(), NumProtoRefs, in ReadObjCDefinitionData()
H A DASTWriterDecl.cpp878 Record.push_back(Data.ReferencedProtocols.size()); in VisitObjCInterfaceDecl()