Searched refs:ImplD (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | TransProperties.cpp | 62 ObjCPropertyImplDecl *ImplD; member 65 : PropD(propD), IvarD(nullptr), ImplD(nullptr) {} in PropData() 122 I->ImplD = implD; in doTransform() 225 if (I->ImplD) in removeAssignForDefaultStrong() 254 if (I->ImplD) in rewriteAssign() 279 if (I->ImplD) { in maybeAddWeakOrUnsafeUnretainedAttr() 286 I->ImplD->getLocation()); in maybeAddWeakOrUnsafeUnretainedAttr()
|
| HD | ObjCMT.cpp | 84 const ObjCImplementationDecl *ImplD); 1723 const ObjCImplementationDecl *ImplD) { in inferDesignatedInitializers() argument 1725 const ObjCInterfaceDecl *IFace = ImplD->getClassInterface(); in inferDesignatedInitializers() 1731 for (const auto *MD : ImplD->instance_methods()) { in inferDesignatedInitializers() 1947 ImplD = dyn_cast<ObjCImplementationDecl>(*D)) { in HandleTranslationUnit() local 1949 canModify(ImplD)) in HandleTranslationUnit() 1950 inferDesignatedInitializers(Ctx, ImplD); in HandleTranslationUnit()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | DeclObjC.cpp | 423 if (const auto *ImplD = D->getImplementation()) { in isIntroducingInitializers() local 424 for (const auto *MD : ImplD->instance_methods()) { in isIntroducingInitializers() 794 if (ObjCImplementationDecl *ImplD = Ctx.getObjCImplementation(IFD)) in getNextRedeclarationImpl() local 795 if (!ImplD->isInvalidDecl()) in getNextRedeclarationImpl() 796 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 799 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD)) in getNextRedeclarationImpl() local 800 if (!ImplD->isInvalidDecl()) in getNextRedeclarationImpl() 801 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 803 } else if (ObjCImplementationDecl *ImplD = in getNextRedeclarationImpl() local 805 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface()) in getNextRedeclarationImpl() [all …]
|
| HD | ASTContext.cpp | 1998 ObjCImplementationDecl *ImplD) { in setObjCImplementation() argument 1999 assert(IFaceD && ImplD && "Passed null params"); in setObjCImplementation() 2000 ObjCImpls[IFaceD] = ImplD; in setObjCImplementation() 2004 ObjCCategoryImplDecl *ImplD) { in setObjCImplementation() argument 2005 assert(CatD && ImplD && "Passed null params"); in setObjCImplementation() 2006 ObjCImpls[CatD] = ImplD; in setObjCImplementation()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | IvarInvalidationChecker.cpp | 364 visit(const ObjCImplementationDecl *ImplD) const { in visit() 371 const ObjCInterfaceDecl *InterfaceD = ImplD->getClassInterface(); in visit() 435 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(), in visit() 487 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(), in visit()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaObjCProperty.cpp | 1935 const ObjCImplementationDecl *ImplD, in DiagnoseMissingDesignatedInitOverrides() argument 1943 for (const auto *I : ImplD->instance_methods()) in DiagnoseMissingDesignatedInitOverrides() 1953 Diag(ImplD->getLocation(), in DiagnoseMissingDesignatedInitOverrides()
|
| HD | SemaDeclObjC.cpp | 4559 const ObjCImplementationDecl *ImplD) { in DiagnoseUnusedBackingIvarInAccessor() argument 4563 for (const auto *CurMethod : ImplD->instance_methods()) { in DiagnoseUnusedBackingIvarInAccessor()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | ASTContext.h | 2229 ObjCImplementationDecl *ImplD); 2232 ObjCCategoryImplDecl *ImplD);
|
| HD | DeclObjC.h | 1023 void setImplementation(ObjCImplementationDecl *ImplD); 1997 void setImplementation(ObjCCategoryImplDecl *ImplD);
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 6568 static void PassObjCImplDeclToConsumer(ObjCImplDecl *ImplD, in PassObjCImplDeclToConsumer() argument 6570 assert(ImplD && Consumer); in PassObjCImplDeclToConsumer() 6572 for (auto *I : ImplD->methods()) in PassObjCImplDeclToConsumer() 6575 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer() 6604 if (ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in PassInterestingDeclToConsumer() local 6605 PassObjCImplDeclToConsumer(ImplD, Consumer); in PassInterestingDeclToConsumer()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 2995 const ObjCImplementationDecl *ImplD); 3047 const ObjCImplementationDecl *ImplD,
|