Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp688 ObjCInterfaceDecl::lookupNestedProtocol(IdentifierInfo *Name) { in lookupNestedProtocol() function in ObjCInterfaceDecl
693 return SuperClass ? SuperClass->lookupNestedProtocol(Name) : nullptr; in lookupNestedProtocol()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1824 ObjCProtocolDecl *lookupNestedProtocol(IdentifierInfo *Name);
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp439 IDecl->lookupNestedProtocol(&Context.Idents.get("NSCopying"))) in PropertyMemoryAttribute()