Searched refs:ObjCList (Results 1 – 11 of 11) 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(nullptr) { } in ObjCProtocolList() 872 ObjCList<ObjCProtocolDecl> AllReferencedProtocols; 1090 typedef ObjCList<ObjCProtocolDecl>::iterator all_protocol_iterator;
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 1132 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl() 1134 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in VisitObjCInterfaceDecl() 1170 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl() 1173 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in VisitObjCProtocolDecl()
|
D | DeclObjC.cpp | 661 const ObjCList<ObjCProtocolDecl> &Protocols = in lookupMethod() 663 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in lookupMethod()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 5052 const ObjCList<ObjCProtocolDecl> &Protocols in AddObjCMethods() 5054 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in AddObjCMethods() 5077 const ObjCList<ObjCProtocolDecl> &Protocols in AddObjCMethods() 5079 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in AddObjCMethods() 6293 const ObjCList<ObjCProtocolDecl> &Protocols in FindImplementableMethods() 6295 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in FindImplementableMethods() 6316 const ObjCList<ObjCProtocolDecl> &Protocols in FindImplementableMethods() 6318 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in FindImplementableMethods() 6339 const ObjCList<ObjCProtocolDecl> &Protocols in FindImplementableMethods() 6341 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in FindImplementableMethods()
|
D | SemaDeclObjC.cpp | 1099 const ObjCList<ObjCProtocolDecl> &PList) { in CheckForwardProtocolDeclarationForCircularDependency() 1102 for (ObjCList<ObjCProtocolDecl>::iterator I = PList.begin(), in CheckForwardProtocolDeclarationForCircularDependency() 1155 ObjCList<ObjCProtocolDecl> PList; in ActOnStartProtocolInterface()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 452 const ObjCList<ObjCProtocolDecl> &Prots, 7079 const ObjCList<ObjCProtocolDecl> &Protocols, in RewriteObjCProtocolListMetaData() 7195 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData() 7196 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in RewriteObjCClassMetaData()
|
D | RewriteObjC.cpp | 328 virtual void RewriteObjCProtocolListMetaData(const ObjCList<ObjCProtocolDecl> &Prots, 530 const ObjCList<ObjCProtocolDecl> &Prots, 5248 const ObjCList<ObjCProtocolDecl> &Protocols, in RewriteObjCProtocolListMetaData()
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 2056 const ObjCList<ObjCProtocolDecl> &Protos = CatDecl->getReferencedProtocols(); in GenerateCategory() 2057 for (ObjCList<ObjCProtocolDecl>::iterator I = Protos.begin(), in GenerateCategory()
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 664 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 671 for (ObjCList<ObjCProtocolDecl>::iterator in VisitObjCInterfaceDecl()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 141 template <class T> class ObjCList; variable 7204 const ObjCList<ObjCProtocolDecl> &PList);
|