Searched refs:ObjCList (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclObjC.h | 82 class ObjCList : public ObjCListBase { 101 class ObjCProtocolList : public ObjCList<ObjCProtocolDecl> { 104 using ObjCList<ObjCProtocolDecl>::set; 1167 ObjCList<ObjCProtocolDecl> AllReferencedProtocols; 1402 using all_protocol_iterator = ObjCList<ObjCProtocolDecl>::iterator;
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 1387 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl() 1389 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in VisitObjCInterfaceDecl() 1425 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl() 1428 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in VisitObjCProtocolDecl()
|
H A D | DeclObjC.cpp | 736 const ObjCList<ObjCProtocolDecl> &Protocols = in lookupMethod()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 7518 const ObjCList<ObjCProtocolDecl> &Protocols = in AddObjCMethods() 7520 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in AddObjCMethods() 7543 const ObjCList<ObjCProtocolDecl> &Protocols = in AddObjCMethods() 7545 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in AddObjCMethods() 8738 const ObjCList<ObjCProtocolDecl> &Protocols = in FindImplementableMethods() 8740 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in FindImplementableMethods() 8761 const ObjCList<ObjCProtocolDecl> &Protocols = in FindImplementableMethods() 8763 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in FindImplementableMethods() 8784 const ObjCList<ObjCProtocolDecl> &Protocols = in FindImplementableMethods() 8786 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in FindImplementableMethods()
|
H A D | SemaDeclObjC.cpp | 1196 const ObjCList<ObjCProtocolDecl> &PList) { in CheckForwardProtocolDeclarationForCircularDependency() 1199 for (ObjCList<ObjCProtocolDecl>::iterator I = PList.begin(), in CheckForwardProtocolDeclarationForCircularDependency() 1259 ObjCList<ObjCProtocolDecl> PList; in ActOnStartProtocolInterface()
|
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 329 virtual void RewriteObjCProtocolListMetaData(const ObjCList<ObjCProtocolDecl> &Prots, 530 const ObjCList<ObjCProtocolDecl> &Prots, 5223 const ObjCList<ObjCProtocolDecl> &Protocols, in RewriteObjCProtocolListMetaData()
|
H A D | RewriteModernObjC.cpp | 7061 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData() 7062 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), in RewriteObjCClassMetaData()
|
/openbsd/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 665 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 789 for (ObjCList<ObjCProtocolDecl>::iterator in VisitObjCInterfaceDecl()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 161 template <class T> class ObjCList; variable 10226 const ObjCList<ObjCProtocolDecl> &PList);
|