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(0) { } in ObjCProtocolList() function
634 ObjCProtocolList ReferencedProtocols;
725 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols()
746 typedef ObjCProtocolList::iterator protocol_iterator;
769 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator;
1346 ObjCProtocolList ReferencedProtocols;
1387 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols()
1391 typedef ObjCProtocolList::iterator protocol_iterator;
1404 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator;
[all …]
/external/clang/tools/libclang/
DIndexingContext.cpp22 const ObjCProtocolList &ProtList, in ObjCProtocolListInfo()
452 ObjCProtocolList EmptyProtoList; in handleObjCInterface()
492 ObjCProtocolList EmptyProtoList; in handleObjCProtocol()
DIndexingContext.h315 ObjCProtocolListInfo(const ObjCProtocolList &ProtList,
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2752 void search(const ObjCProtocolList &protocols) { in search()
2753 for (ObjCProtocolList::iterator i = protocols.begin(), e = protocols.end(); in search()
/external/clang/lib/AST/
DDeclObjC.cpp37 void ObjCProtocolList::set(ObjCProtocolDecl* const* InList, unsigned Elts, in set()