Home
last modified time | relevance | path

Searched defs:ImpDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp599 const ObjCImplementationDecl *ImpDecl, in ClassImplementsAllMethodsAndProperties()
829 const ObjCImplementationDecl *ImpDecl) { in migrateProtocolConformance()
1032 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateMethodInstanceType() local
1303 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateFactoryMethod() local
1860 else if (const ObjCImplementationDecl *ImpDecl = in HandleTranslationUnit() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2136 void SemaObjC::CheckImplementationIvars(ObjCImplementationDecl *ImpDecl, in CheckImplementationIvars()
4682 ObjCImplDecl *ImpDecl = nullptr) { in checkObjCDirectMethodClashes()
4856 if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(ClassDecl)) { in ActOnMethodDeclaration() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp767 if (ObjCImplementationDecl *ImpDecl = getImplementation()) in lookupPrivateMethod() local
H A DASTImporter.cpp10318 const Decl *ImpDecl = importChecked(Err, FromPath[Idx]); in ImportAPValue() local
10345 const Decl *ImpDecl = importChecked( in ImportAPValue() local
10378 const Decl *ImpDecl = importChecked(Err, FromDecl); in ImportAPValue() local