Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp622 ObjCInterfaceDecl *ObjCInterfaceDecl::lookupInheritedClass( in lookupInheritedClass() function in ObjCInterfaceDecl
/external/clang/include/clang/AST/
DDeclObjC.h1757 ObjCInterfaceDecl *lookupInheritedClass(const IdentifierInfo *ICName);
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1049 !IDecl->lookupInheritedClass(&Ctx.Idents.get(ClassName))) { in migrateMethodInstanceType()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2643 NSIDecl = IDecl->lookupInheritedClass(&S.Context.Idents.get("NSProxy")); in CheckProtocolMethodDefs()