Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp669 ObjCInterfaceDecl *ObjCInterfaceDecl::lookupInheritedClass( in lookupInheritedClass() function in ObjCInterfaceDecl
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1843 ObjCInterfaceDecl *lookupInheritedClass(const IdentifierInfo *ICName);
/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp1039 !IDecl->lookupInheritedClass(&Ctx.Idents.get(ClassName))) { in migrateMethodInstanceType()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp2752 NSIDecl = IDecl->lookupInheritedClass(&S.Context.Idents.get("NSProxy")); in CheckProtocolMethodDefs()