Home
last modified time | relevance | path

Searched refs:ObjCProtocolList (Results 1 – 12 of 12) sorted by relevance

/external/clang/include/clang/AST/
DDeclObjC.h76 class ObjCProtocolList : public ObjCList<ObjCProtocolDecl> {
82 ObjCProtocolList() : ObjCList<ObjCProtocolDecl>(), Locations(nullptr) { } in ObjCProtocolList() function
1109 ObjCProtocolList ReferencedProtocols;
1254 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols()
1275 typedef ObjCProtocolList::iterator protocol_iterator;
1302 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator;
1977 ObjCProtocolList ReferencedProtocols;
2018 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols()
2022 typedef ObjCProtocolList::iterator protocol_iterator;
2040 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator;
[all …]
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h102 class ObjCProtocolList : public ObjCList<ObjCProtocolDecl> {
108 ObjCProtocolList() = default;
1187 ObjCProtocolList ReferencedProtocols;
1339 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols()
1361 using protocol_iterator = ObjCProtocolList::iterator;
1390 using protocol_loc_iterator = ObjCProtocolList::loc_iterator;
2069 ObjCProtocolList ReferencedProtocols;
2119 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols()
2124 using protocol_iterator = ObjCProtocolList::iterator;
2145 using protocol_loc_iterator = ObjCProtocolList::loc_iterator;
[all …]
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp238 const ObjCProtocolList &ProtList, in ObjCProtocolListInfo()
688 ObjCProtocolList EmptyProtoList; in handleObjCInterface()
729 ObjCProtocolList EmptyProtoList; in handleObjCProtocol()
DCXIndexDataConsumer.h309 ObjCProtocolListInfo(const ObjCProtocolList &ProtList,
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp235 const ObjCProtocolList &ProtList, in ObjCProtocolListInfo()
682 ObjCProtocolList EmptyProtoList; in handleObjCInterface()
723 ObjCProtocolList EmptyProtoList; in handleObjCProtocol()
DCXIndexDataConsumer.h311 ObjCProtocolListInfo(const ObjCProtocolList &ProtList,
/external/clang/lib/Index/
DIndexDecl.cpp205 bool handleReferencedProtocols(const ObjCProtocolList &ProtList, in handleReferencedProtocols()
/external/llvm-project/clang/lib/Index/
DIndexDecl.cpp375 bool handleReferencedProtocols(const ObjCProtocolList &ProtList, in handleReferencedProtocols()
/external/clang/lib/AST/
DDeclObjC.cpp37 void ObjCProtocolList::set(ObjCProtocolDecl* const* InList, unsigned Elts, in set()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp54 void ObjCProtocolList::set(ObjCProtocolDecl* const* InList, unsigned Elts, in set()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp4067 void search(const ObjCProtocolList &protocols) { in search()
4068 for (ObjCProtocolList::iterator i = protocols.begin(), e = protocols.end(); in search()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp3920 const llvm::iterator_range<ObjCProtocolList::iterator> &Protocols) { in DiagnoseCategoryDirectMembersProtocolConformance()
4380 void search(const ObjCProtocolList &protocols) { in search()