Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp603 const ObjCImplementationDecl *ImpDecl, in ClassImplementsAllMethodsAndProperties()
835 const ObjCImplementationDecl *ImpDecl) { in migrateProtocolConformance()
1038 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateMethodInstanceType() local
1309 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateFactoryMethod() local
1868 else if (const ObjCImplementationDecl *ImpDecl = in HandleTranslationUnit() local
/external/clang/lib/ARCMigrate/
DObjCMT.cpp600 const ObjCImplementationDecl *ImpDecl, in ClassImplementsAllMethodsAndProperties()
842 const ObjCImplementationDecl *ImpDecl) { in migrateProtocolConformance()
1045 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateMethodInstanceType() local
1316 else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl)) in migrateFactoryMethod() local
1869 else if (const ObjCImplementationDecl *ImpDecl = in HandleTranslationUnit() local
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp2115 void Sema::CheckImplementationIvars(ObjCImplementationDecl *ImpDecl, in CheckImplementationIvars()
4653 ObjCImplDecl *ImpDecl = nullptr) { in checkObjCDirectMethodClashes()
4821 if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(ClassDecl)) { in ActOnMethodDeclaration() local
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2018 void Sema::CheckImplementationIvars(ObjCImplementationDecl *ImpDecl, in CheckImplementationIvars()
4402 if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(ClassDecl)) { in ActOnMethodDeclaration() local
/external/clang/lib/AST/
DDeclObjC.cpp722 if (ObjCImplementationDecl *ImpDecl = getImplementation()) in lookupPrivateMethod() local
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp752 if (ObjCImplementationDecl *ImpDecl = getImplementation()) in lookupPrivateMethod() local
DASTImporter.cpp9055 const Decl *ImpDecl = importChecked(Err, FromPath[Idx]); in ImportAPValue() local
9082 const Decl *ImpDecl = importChecked( in ImportAPValue() local
9117 const Decl *ImpDecl = importChecked(Err, FromDecl); in ImportAPValue() local