Searched defs:ImpDecl (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 599 ClassImplementsAllMethodsAndProperties(ASTContext & Ctx,const ObjCImplementationDecl * ImpDecl,const ObjCInterfaceDecl * IDecl,ObjCProtocolDecl * Protocol) ClassImplementsAllMethodsAndProperties() argument 829 migrateProtocolConformance(ASTContext & Ctx,const ObjCImplementationDecl * ImpDecl) migrateProtocolConformance() argument 1032 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) migrateMethodInstanceType() local 1303 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) migrateFactoryMethod() local 1860 else if (const ObjCImplementationDecl *ImpDecl = HandleTranslationUnit() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 2136 CheckImplementationIvars(ObjCImplementationDecl * ImpDecl,ObjCIvarDecl ** ivars,unsigned numIvars,SourceLocation RBrace) CheckImplementationIvars() argument 4682 checkObjCDirectMethodClashes(Sema & S,ObjCInterfaceDecl * IDecl,ObjCMethodDecl * Method,ObjCImplDecl * ImpDecl=nullptr) checkObjCDirectMethodClashes() argument 4856 if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(ClassDecl)) { ActOnMethodDeclaration() local [all...] |
/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 767 : ImpDecl->getClassMethod(Sel); in lookupPrivateMethod() local
|
H A D | ASTImporter.cpp | 10311 const Decl *ImpDecl = importChecked(Err, FromPath[Idx]); ImportAPValue() local 10338 const Decl *ImpDecl = importChecked( ImportAPValue() local 10371 const Decl *ImpDecl = importChecked(Err, FromDecl); ImportAPValue() local
|