Searched refs:CollectInheritedProtocols (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 2815 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols() function in ASTContext 2821 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols() 2826 CollectInheritedProtocols(Cat, Protocols); in CollectInheritedProtocols() 2830 CollectInheritedProtocols(SD, Protocols); in CollectInheritedProtocols() 2835 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols() 2844 CollectInheritedProtocols(Proto, Protocols); in CollectInheritedProtocols() 6342 CollectInheritedProtocols(IDecl, InheritedProtocols); in QIdProtocolsAdoptObjCObjectProtocols() 10785 CollectInheritedProtocols(lhsID, LHSInheritedProtocols); in ObjCQualifiedIdTypesAreCompatible() 10953 Context.CollectInheritedProtocols(proto, LHSProtocolSet); in getIntersectionOfProtocols() 10957 Context.CollectInheritedProtocols(LHS->getInterface(), LHSProtocolSet); in getIntersectionOfProtocols() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2771 void CollectInheritedProtocols(const Decl *CDecl,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1516 Context.CollectInheritedProtocols(baseClass, knownProtocols); in actOnObjCTypeArgsOrProtocolQualifiers()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8828 …SmallPtrSetIPNS_16ObjCProtocolDeclELj8EEE", "clang::ASTContext::CollectInheritedProtocols(clang::D…
|