| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCMissingSuperCallChecker.cpp | 65 check::ASTDecl<ObjCImplementationDecl> > { 69 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr, 72 bool isCheckableClass(const ObjCImplementationDecl *D, 88 bool ObjCSuperCallChecker::isCheckableClass(const ObjCImplementationDecl *D, in isCheckableClass() 166 void ObjCSuperCallChecker::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl()
|
| H A D | CheckObjCInstMethSignature.cpp | 42 const ObjCImplementationDecl *ID, in CompareReturnTypes() 76 static void CheckObjCInstMethSignature(const ObjCImplementationDecl *ID, in CheckObjCInstMethSignature() 126 check::ASTDecl<ObjCImplementationDecl> > { 128 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl()
|
| H A D | ObjCUnusedIVarsChecker.cpp | 82 if (const ObjCImplementationDecl *ID = dyn_cast<ObjCImplementationDecl>(D)) { in Scan() 106 static void checkObjCUnusedIvar(const ObjCImplementationDecl *D, in checkObjCUnusedIvar() 176 check::ASTDecl<ObjCImplementationDecl> > { 178 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl()
|
| H A D | DirectIvarAssignment.cpp | 52 public Checker<check::ASTDecl<ObjCImplementationDecl> > { 90 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, 116 void DirectIvarAssignment::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl()
|
| H A D | IvarInvalidationChecker.cpp | 223 void visit(const ObjCImplementationDecl *D) const; 244 assert(!isa<ObjCImplementationDecl>(D)); in containsInvalidationMethod() 359 visit(const ObjCImplementationDecl *ImplD) const { in visit() 725 public Checker<check::ASTDecl<ObjCImplementationDecl> > { 729 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, in checkASTDecl()
|
| H A D | CheckObjCDealloc.cpp | 94 : public Checker<check::ASTDecl<ObjCImplementationDecl>, 114 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, 190 void ObjCDeallocChecker::checkASTDecl(const ObjCImplementationDecl *D, in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
|
| H A D | LocalizationChecker.cpp | 1037 : public Checker<check::ASTDecl<ObjCImplementationDecl>> { 1068 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr, 1074 const ObjCImplementationDecl *D, AnalysisManager &Mgr, in checkASTDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 768 if (ObjCImplementationDecl *ImpDecl = getImplementation()) in lookupPrivateMethod() 975 if (ObjCImplementationDecl *ImplD = Ctx.getObjCImplementation(IFD)) in getNextRedeclarationImpl() 984 } else if (auto *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { in getNextRedeclarationImpl() 1016 if (auto *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { in getCanonicalDecl() 1627 ObjCImplementationDecl::getObjCRuntimeNameAsString() const { in getObjCRuntimeNameAsString() 1629 const_cast<ObjCImplementationDecl*>(this)->getClassInterface()) in getObjCRuntimeNameAsString() 1635 ObjCImplementationDecl *ObjCInterfaceDecl::getImplementation() const { in getImplementation() 1648 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) { in setImplementation() 1717 if (ObjCImplementationDecl *ImplDecl = getImplementation()) { in all_declared_ivar_begin() 1856 assert((isa<ObjCInterfaceDecl>(DC) || isa<ObjCImplementationDecl>(DC) || in Create() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | Transforms.h | 61 ObjCImplementationDecl *ImpD; 65 ObjCImplementationDecl *D) in ObjCImplementationContext() 69 ObjCImplementationDecl *getImplementationDecl() { return ImpD; } in getImplementationDecl()
|
| H A D | ObjCMT.cpp | 52 const ObjCImplementationDecl *ImpDecl); 85 const ObjCImplementationDecl *ImplD); 175 if (const ObjCImplementationDecl *Impl = dyn_cast<ObjCImplementationDecl>(D)) in canModify() 602 const ObjCImplementationDecl *ImpDecl, in ClassImplementsAllMethodsAndProperties() 832 const ObjCImplementationDecl *ImpDecl) { in migrateProtocolConformance() 1697 const ObjCImplementationDecl *ImplD) { in inferDesignatedInitializers() 1862 else if (const ObjCImplementationDecl *ImpDecl = in HandleTranslationUnit() 1863 dyn_cast<ObjCImplementationDecl>(*D)) { in HandleTranslationUnit() 1927 if (const ObjCImplementationDecl * in HandleTranslationUnit() 1928 ImplD = dyn_cast<ObjCImplementationDecl>(*D)) { in HandleTranslationUnit()
|
| H A D | TransProperties.cpp | 48 ObjCImplementationDecl *CurImplD; 90 void doTransform(ObjCImplementationDecl *D) { in doTransform()
|
| H A D | TransEmptyStatementsAndDealloc.cpp | 200 typedef DeclContext::specific_decl_iterator<ObjCImplementationDecl> in cleanupDeallocOrFinalize()
|
| H A D | Transforms.cpp | 326 bool TraverseObjCImplementationDecl(ObjCImplementationDecl *D) { in TraverseObjCImplementationDecl() 523 typedef DeclContext::specific_decl_iterator<ObjCImplementationDecl> in GCRewriteFinalize()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | LexicallyOrderedRecursiveASTVisitor.h | 66 bool TraverseObjCImplementationDecl(ObjCImplementationDecl *D) { in TraverseObjCImplementationDecl() 89 if (!isa<ObjCImplementationDecl>(Child) && in TraverseDeclContextHelper()
|
| H A D | DeclObjC.h | 51 class ObjCImplementationDecl; variable 1330 ObjCImplementationDecl *getImplementation() const; 1331 void setImplementation(ObjCImplementationDecl *ImplD); 2584 class ObjCImplementationDecl : public ObjCImplDecl { 2605 ObjCImplementationDecl(DeclContext *DC, 2626 static ObjCImplementationDecl *Create(ASTContext &C, DeclContext *DC, 2635 static ObjCImplementationDecl *CreateDeserialized(ASTContext &C, unsigned ID); 2755 raw_ostream &operator<<(raw_ostream &OS, const ObjCImplementationDecl &ID);
|
| H A D | ASTContext.h | 88 class ObjCImplementationDecl; variable 2416 getASTObjCImplementationLayout(const ObjCImplementationDecl *D) const; 2456 const ObjCImplementationDecl *ID, 2966 ObjCImplementationDecl *getObjCImplementation(ObjCInterfaceDecl *D); 2979 ObjCImplementationDecl *ImplD); 3279 const ObjCImplementationDecl *Impl) const;
|
| H A D | TextNodeDumper.h | 378 void VisitObjCImplementationDecl(const ObjCImplementationDecl *D);
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjCRuntime.h | 47 class ObjCImplementationDecl; variable 84 const ObjCImplementationDecl *OID, 158 virtual void GenerateClass(const ObjCImplementationDecl *OID) = 0;
|
| H A D | CGObjCMac.cpp | 968 llvm::Constant *BuildIvarLayout(const ObjCImplementationDecl *OI, 974 llvm::Constant *BuildStrongIvarLayout(const ObjCImplementationDecl *OI, in BuildStrongIvarLayout() 980 llvm::Constant *BuildWeakIvarLayout(const ObjCImplementationDecl *OI, in BuildWeakIvarLayout() 1237 llvm::Constant *EmitClassExtension(const ObjCImplementationDecl *ID, 1260 llvm::Constant *EmitIvarList(const ObjCImplementationDecl *ID, 1270 llvm::Constant *EmitMetaClass(const ObjCImplementationDecl *ID, 1353 void GenerateClass(const ObjCImplementationDecl *ClassDecl) override; 1440 const ObjCImplementationDecl *ID); 1462 llvm::Constant *EmitIvarList(const ObjCImplementationDecl *ID); 1552 void GetClassSizeInfo(const ObjCImplementationDecl *OID, [all …]
|
| H A D | CodeGenModule.h | 62 class ObjCImplementationDecl; variable 1601 void EmitObjCPropertyImplementations(const ObjCImplementationDecl *D); 1602 void EmitObjCIvarInitializations(ObjCImplementationDecl *D);
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 67 !isa<ObjCImplementationDecl>(method->getDeclContext())) in checkInitMethod() 1982 ObjCImplementationDecl *Sema::ActOnStartClassImplementation( in ActOnStartClassImplementation() 2075 ObjCImplementationDecl* IMPDecl = in ActOnStartClassImplementation() 2076 ObjCImplementationDecl::Create(Context, CurContext, IDecl, SDecl, in ActOnStartClassImplementation() 2134 void Sema::CheckImplementationIvars(ObjCImplementationDecl *ImpDecl, in CheckImplementationIvars() 2368 !isa<ObjCImplementationDecl>(MethodImpl->getDeclContext()) && in CheckMethodOverrideReturn() 2456 !isa<ObjCImplementationDecl>(MethodImpl->getDeclContext()) && in CheckMethodOverrideParam() 3785 static void DiagnoseWeakIvars(Sema &S, ObjCImplementationDecl *ID) { in DiagnoseWeakIvars() 3854 } else if (auto *ImplDecl = dyn_cast<ObjCImplementationDecl>(OCD)) { in DiagnoseVariableSizedIvars() 3994 bool checkIdenticalMethods = isa<ObjCImplementationDecl>(ClassDecl); in ActOnAtEnd() [all …]
|
| H A D | SemaObjCProperty.cpp | 1048 RedeclarePropertyAccessor(ASTContext &Context, ObjCImplementationDecl *Impl, in RedeclarePropertyAccessor() 1101 ObjCImplementationDecl *IC = nullptr; in ActOnPropertyImplDecl() 1103 if ((IC = dyn_cast<ObjCImplementationDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl() 1985 ObjCImplementationDecl *IC=dyn_cast_or_null<ObjCImplementationDecl>(D); in DefaultSynthesizeProperties() 2257 void Sema::DiagnoseOwningPropertyGetterSynthesis(const ObjCImplementationDecl *D) { in DiagnoseOwningPropertyGetterSynthesis() 2317 const ObjCImplementationDecl *ImplD, in DiagnoseMissingDesignatedInitOverrides()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 78 bool VisitObjCImplementationDecl(const ObjCImplementationDecl *D) { in VisitObjCImplementationDecl() 712 const ObjCImplementationDecl *D) { in handleObjCImplementation() 1047 if (const ObjCImplementationDecl * in getEntityDecl() 1048 ImplD = dyn_cast<ObjCImplementationDecl>(D)) { in getEntityDecl()
|
| H A D | CursorVisitor.h | 239 bool VisitObjCImplementationDecl(ObjCImplementationDecl *D);
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 795 const ObjCImplementationDecl *ImpD = IntD->getImplementation(); in createObjCPropertyGetter() 823 const ObjCImplementationDecl *ImplDecl = in createObjCPropertyGetter()
|