Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp261 ObjCInterfaceDecl *ObjCInterfaceDecl::lookupInheritedClass( in lookupInheritedClass() function in ObjCInterfaceDecl
/external/clang/include/clang/AST/
DDeclObjC.h672 ObjCInterfaceDecl *lookupInheritedClass(const IdentifierInfo *ICName);
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1394 NSIDecl = IDecl->lookupInheritedClass(&Context.Idents.get("NSProxy")); in CheckProtocolMethodDefs()