Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp532 ObjCInterfaceDecl::lookupNestedProtocol(IdentifierInfo *Name) { in lookupNestedProtocol() function in ObjCInterfaceDecl
537 return SuperClass ? SuperClass->lookupNestedProtocol(Name) : nullptr; in lookupNestedProtocol()
/external/clang/include/clang/AST/
DDeclObjC.h1284 ObjCProtocolDecl *lookupNestedProtocol(IdentifierInfo *Name);
/external/clang/lib/ARCMigrate/
DObjCMT.cpp446 IDecl->lookupNestedProtocol(&Context.Idents.get("NSCopying"))) in PropertyMemoryAttribute()