Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp684 ObjCInterfaceDecl::lookupNestedProtocol(IdentifierInfo *Name) { in lookupNestedProtocol() function in ObjCInterfaceDecl
689 return SuperClass ? SuperClass->lookupNestedProtocol(Name) : nullptr; in lookupNestedProtocol()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1834 ObjCProtocolDecl *lookupNestedProtocol(IdentifierInfo *Name);