Home
last modified time | relevance | path

Searched refs:lookupNestedProtocol (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp687 ObjCInterfaceDecl::lookupNestedProtocol(IdentifierInfo *Name) { in lookupNestedProtocol() function in ObjCInterfaceDecl
692 return SuperClass ? SuperClass->lookupNestedProtocol(Name) : nullptr; in lookupNestedProtocol()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1835 ObjCProtocolDecl *lookupNestedProtocol(IdentifierInfo *Name);
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp436 IDecl->lookupNestedProtocol(&Context.Idents.get("NSCopying"))) in PropertyMemoryAttribute()