Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h76 class ObjCProtocolList : public ObjCList<ObjCProtocolDecl> {
82 ObjCProtocolList() : ObjCList<ObjCProtocolDecl>(), Locations(nullptr) { } in ObjCProtocolList() function
683 ObjCProtocolList ReferencedProtocols;
806 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols()
827 typedef ObjCProtocolList::iterator protocol_iterator;
854 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator;
1517 ObjCProtocolList ReferencedProtocols;
1558 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols()
1562 typedef ObjCProtocolList::iterator protocol_iterator;
1580 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator;
[all …]
/external/clang/tools/libclang/
DIndexingContext.cpp23 const ObjCProtocolList &ProtList, in ObjCProtocolListInfo()
459 ObjCProtocolList EmptyProtoList; in handleObjCInterface()
500 ObjCProtocolList EmptyProtoList; in handleObjCProtocol()
DIndexingContext.h312 ObjCProtocolListInfo(const ObjCProtocolList &ProtList,
/external/clang/lib/AST/
DDeclObjC.cpp37 void ObjCProtocolList::set(ObjCProtocolDecl* const* InList, unsigned Elts, in set()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2971 void search(const ObjCProtocolList &protocols) { in search()
2972 for (ObjCProtocolList::iterator i = protocols.begin(), e = protocols.end(); in search()