OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lookupNestedProtocol
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/AST/
DeclObjC.cpp
613
ObjCInterfaceDecl::
lookupNestedProtocol
(IdentifierInfo *Name) {
618
return SuperClass ? SuperClass->
lookupNestedProtocol
(Name) : nullptr;
[
all
...]
/external/clang/include/clang/AST/
DeclObjC.h
[
all
...]
/external/clang/lib/ARCMigrate/
ObjCMT.cpp
436
IDecl->
lookupNestedProtocol
(&Context.Idents.get("NSCopying")))
[
all
...]
Completed in 239 milliseconds