HomeSort by relevance Sort by last modified time
    Searched defs:ObjCProtocolDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
DeclObjC.cpp 35 void ObjCProtocolList::set(ObjCProtocolDecl* const* InList, unsigned Elts,
109 const ObjCProtocolDecl *PID = cast<ObjCProtocolDecl>(this);
110 for (ObjCProtocolDecl::protocol_iterator I = PID->protocol_begin(),
183 ObjCProtocolDecl *const* ExtList, unsigned ExtNum,
198 SmallVector<ObjCProtocolDecl*, 8> ProtocolRefs;
201 ObjCProtocolDecl *ProtoInExtension = ExtList[i];
205 ObjCProtocolDecl *Proto = (*p);
351 const ObjCList<ObjCProtocolDecl> &Protocols =
353 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin()
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 29 class ObjCProtocolDecl;
76 class ObjCProtocolList : public ObjCList<ObjCProtocolDecl> {
79 using ObjCList<ObjCProtocolDecl>::set;
82 ObjCProtocolList() : ObjCList<ObjCProtocolDecl>(), Locations(0) { }
88 void set(ObjCProtocolDecl* const* InList, unsigned Elts,
433 /// ObjCProtocolDecl, and ObjCImplDecl.
573 ObjCList<ObjCProtocolDecl> AllReferencedProtocols;
721 typedef ObjCList<ObjCProtocolDecl>::iterator all_protocol_iterator;
781 void setProtocolList(ObjCProtocolDecl *const* List, unsigned Num,
788 void mergeClassExtensionProtocolList(ObjCProtocolDecl *const* List
    [all...]

Completed in 435 milliseconds