Searched refs:ObjCList (Results 1 – 10 of 10) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 58 class ObjCList : public ObjCListBase { 76 class ObjCProtocolList : public ObjCList<ObjCProtocolDecl> { 79 using ObjCList<ObjCProtocolDecl>::set; 82 ObjCProtocolList() : ObjCList<ObjCProtocolDecl>(), Locations(0) { } in ObjCProtocolList() 600 ObjCList<ObjCProtocolDecl> AllReferencedProtocols; 748 typedef ObjCList<ObjCProtocolDecl>::iterator all_protocol_iterator;
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 910 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl() 912 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in VisitObjCInterfaceDecl()
|
D | DeclObjC.cpp | 351 const ObjCList<ObjCProtocolDecl> &Protocols = in lookupMethod() 353 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in lookupMethod()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 4785 const ObjCList<ObjCProtocolDecl> &Protocols in AddObjCMethods() 4787 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in AddObjCMethods() 4815 const ObjCList<ObjCProtocolDecl> &Protocols in AddObjCMethods() 4817 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in AddObjCMethods() 6026 const ObjCList<ObjCProtocolDecl> &Protocols in FindImplementableMethods() 6028 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in FindImplementableMethods() 6050 const ObjCList<ObjCProtocolDecl> &Protocols in FindImplementableMethods() 6052 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in FindImplementableMethods() 6073 const ObjCList<ObjCProtocolDecl> &Protocols in FindImplementableMethods() 6075 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in FindImplementableMethods()
|
D | SemaDeclObjC.cpp | 609 const ObjCList<ObjCProtocolDecl> &PList) { in CheckForwardProtocolDeclarationForCircularDependency() 612 for (ObjCList<ObjCProtocolDecl>::iterator I = PList.begin(), in CheckForwardProtocolDeclarationForCircularDependency() 665 ObjCList<ObjCProtocolDecl> PList; in ActOnStartProtocolInterface()
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 1899 const ObjCList<ObjCProtocolDecl> &Protos = CatDecl->getReferencedProtocols(); in GenerateCategory() 1900 for (ObjCList<ObjCProtocolDecl>::iterator I = Protos.begin(), in GenerateCategory()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteModernObjC.cpp | 405 const ObjCList<ObjCProtocolDecl> &Prots, 6908 const ObjCList<ObjCProtocolDecl> &Protocols, in RewriteObjCProtocolListMetaData() 7028 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData() 7029 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in RewriteObjCClassMetaData()
|
D | RewriteObjC.cpp | 334 virtual void RewriteObjCProtocolListMetaData(const ObjCList<ObjCProtocolDecl> &Prots, 530 const ObjCList<ObjCProtocolDecl> &Prots, 5352 const ObjCList<ObjCProtocolDecl> &Protocols, in RewriteObjCProtocolListMetaData()
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 487 for (ObjCList<ObjCProtocolDecl>::iterator in VisitObjCInterfaceDecl()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 127 template <class T> class ObjCList; variable 6001 const ObjCList<ObjCProtocolDecl> &PList);
|