Searched refs:ObjCList (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 1014 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl() 1016 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in VisitObjCInterfaceDecl() 1052 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl() 1055 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in VisitObjCProtocolDecl()
|
D | DeclObjC.cpp | 580 const ObjCList<ObjCProtocolDecl> &Protocols = in lookupMethod() 582 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in lookupMethod()
|
/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() 686 ObjCList<ObjCProtocolDecl> AllReferencedProtocols; 882 typedef ObjCList<ObjCProtocolDecl>::iterator all_protocol_iterator;
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 4980 const ObjCList<ObjCProtocolDecl> &Protocols in AddObjCMethods() 4982 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in AddObjCMethods() 5005 const ObjCList<ObjCProtocolDecl> &Protocols in AddObjCMethods() 5007 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in AddObjCMethods() 6213 const ObjCList<ObjCProtocolDecl> &Protocols in FindImplementableMethods() 6215 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in FindImplementableMethods() 6236 const ObjCList<ObjCProtocolDecl> &Protocols in FindImplementableMethods() 6238 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in FindImplementableMethods() 6259 const ObjCList<ObjCProtocolDecl> &Protocols in FindImplementableMethods() 6261 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in FindImplementableMethods()
|
D | SemaDeclObjC.cpp | 674 const ObjCList<ObjCProtocolDecl> &PList) { in CheckForwardProtocolDeclarationForCircularDependency() 677 for (ObjCList<ObjCProtocolDecl>::iterator I = PList.begin(), in CheckForwardProtocolDeclarationForCircularDependency() 730 ObjCList<ObjCProtocolDecl> PList; in ActOnStartProtocolInterface()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 452 const ObjCList<ObjCProtocolDecl> &Prots, 7102 const ObjCList<ObjCProtocolDecl> &Protocols, in RewriteObjCProtocolListMetaData() 7218 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData() 7219 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, 5263 const ObjCList<ObjCProtocolDecl> &Protocols, in RewriteObjCProtocolListMetaData()
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 2034 const ObjCList<ObjCProtocolDecl> &Protos = CatDecl->getReferencedProtocols(); in GenerateCategory() 2035 for (ObjCList<ObjCProtocolDecl>::iterator I = Protos.begin(), in GenerateCategory()
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 676 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 597 for (ObjCList<ObjCProtocolDecl>::iterator in VisitObjCInterfaceDecl()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 140 template <class T> class ObjCList; variable 6910 const ObjCList<ObjCProtocolDecl> &PList);
|