Searched defs:lookupNestedProtocol (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DDeclObjC.cpp532 ObjCInterfaceDecl::lookupNestedProtocol(IdentifierInfo *Name) { function in class:ObjCInterfaceDecl
537 return SuperClass ? SuperClass->lookupNestedProtocol(Name) : nullptr;

Completed in 768 milliseconds