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.h1167 ObjCProtocolList ReferencedProtocols; member
1335 return data().ReferencedProtocols; in getReferencedProtocols()
1378 return data().ReferencedProtocols.end(); in protocol_end()
2085 ObjCProtocolList ReferencedProtocols; member
2149 return data().ReferencedProtocols; in getReferencedProtocols()
2170 return data().ReferencedProtocols.end(); in protocol_end()
2331 ObjCProtocolList ReferencedProtocols; variable
2393 return ReferencedProtocols; in getReferencedProtocols()
2404 return ReferencedProtocols.begin(); in protocol_begin()
2418 return ReferencedProtocols.loc_begin(); in protocol_loc_begin()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1999 auto &SecondProtos = SecondDD->ReferencedProtocols; in diagnoseMismatch()
2126 const ObjCProtocolList &SecondProtocols = SecondDD->ReferencedProtocols; in diagnoseMismatch()
H A DDeclObjC.cpp450 data().ReferencedProtocols.empty()) { in mergeClassExtensionProtocolList()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1211 const auto &ReferencedProtocols = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList() local
1212 auto RuntimeProtocols = GetRuntimeProtocolList(ReferencedProtocols.begin(), in GenerateCategoryProtocolList()
1213 ReferencedProtocols.end()); in GenerateCategoryProtocolList()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1265 Data.ReferencedProtocols.set(Protocols.data(), NumProtocols, ProtoLocs.data(), in ReadObjCDefinitionData()
1383 Data.ReferencedProtocols.set(ProtoRefs.data(), NumProtoRefs, in ReadObjCDefinitionData()
H A DASTWriterDecl.cpp840 Record.push_back(Data.ReferencedProtocols.size()); in VisitObjCInterfaceDecl()