Home
last modified time | relevance | path

Searched refs:lookupInheritedClass (Results 1 – 8 of 8) 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/llvm-project/clang/lib/AST/
DDeclObjC.cpp653 ObjCInterfaceDecl *ObjCInterfaceDecl::lookupInheritedClass( in lookupInheritedClass() function in ObjCInterfaceDecl
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h1854 ObjCInterfaceDecl *lookupInheritedClass(const IdentifierInfo *ICName);
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1049 !IDecl->lookupInheritedClass(&Ctx.Idents.get(ClassName))) { in migrateMethodInstanceType()
/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp1042 !IDecl->lookupInheritedClass(&Ctx.Idents.get(ClassName))) { in migrateMethodInstanceType()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2643 NSIDecl = IDecl->lookupInheritedClass(&S.Context.Idents.get("NSProxy")); in CheckProtocolMethodDefs()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp2736 NSIDecl = IDecl->lookupInheritedClass(&S.Context.Idents.get("NSProxy")); in CheckProtocolMethodDefs()