Home
last modified time | relevance | path

Searched refs:getReferencedProtocols (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp428 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D, in VisitObjCInterfaceDecl()
441 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D, in VisitObjCProtocolDecl()
491 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D, in VisitObjCCategoryDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp642 ID.AddInteger(IF->getReferencedProtocols().size()); in AddObjCInterfaceDecl()
785 ID.AddInteger(P->getReferencedProtocols().size()); in AddObjCProtocolDecl()
H A DDeclPrinter.cpp1488 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl()
1526 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
H A DODRDiagsEmitter.cpp2003 auto &FirstProtos = FirstID->getReferencedProtocols(); in diagnoseMismatch()
2130 FirstProtocol->getReferencedProtocols(); in diagnoseMismatch()
H A DDeclObjC.cpp736 Cat->getReferencedProtocols(); in lookupMethod()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1332 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
2150 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
2393 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1209 PDecl->getLocation(), PDecl->getReferencedProtocols())) in CheckForwardProtocolDeclarationForCircularDependency()
4353 search(protocol->getReferencedProtocols()); in searchFrom()
4360 search(category->getReferencedProtocols()); in searchFrom()
4392 search(iface->getReferencedProtocols()); in searchFrom()
H A DSemaCodeComplete.cpp7678 Protocol->getReferencedProtocols(); in AddObjCMethods()
7703 CatDecl->getReferencedProtocols(); in AddObjCMethods()
8940 IFace->getReferencedProtocols(); in FindImplementableMethods()
8963 Category->getReferencedProtocols(); in FindImplementableMethods()
8986 Protocol->getReferencedProtocols(); in FindImplementableMethods()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1210 const auto &ReferencedProtocols = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList()
3447 const auto &RefPro = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp662 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp7058 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()