Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp603 const ObjCImplementationDecl *ImpDecl, in ClassImplementsAllMethodsAndProperties()
833 const ObjCImplementationDecl *ImpDecl) { in migrateProtocolConformance()
1036 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateMethodInstanceType() local
1307 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateFactoryMethod() local
1866 else if (const ObjCImplementationDecl *ImpDecl = in HandleTranslationUnit() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp2115 void Sema::CheckImplementationIvars(ObjCImplementationDecl *ImpDecl, in CheckImplementationIvars()
4655 ObjCImplDecl *ImpDecl = nullptr) { in checkObjCDirectMethodClashes()
4823 if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(ClassDecl)) { in ActOnMethodDeclaration() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp752 if (ObjCImplementationDecl *ImpDecl = getImplementation()) in lookupPrivateMethod() local
H A DASTImporter.cpp9218 const Decl *ImpDecl = importChecked(Err, FromPath[Idx]); in ImportAPValue() local
9245 const Decl *ImpDecl = importChecked( in ImportAPValue() local
9280 const Decl *ImpDecl = importChecked(Err, FromDecl); in ImportAPValue() local