Home
last modified time | relevance | path

Searched refs:ObjCImplementationDecl (Results 1 – 25 of 58) sorted by relevance

123

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp65 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 DCheckObjCInstMethSignature.cpp42 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 DObjCUnusedIVarsChecker.cpp82 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 DDirectIvarAssignment.cpp52 public Checker<check::ASTDecl<ObjCImplementationDecl> > {
90 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr,
116 void DirectIvarAssignment::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl()
H A DIvarInvalidationChecker.cpp223 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 DCheckObjCDealloc.cpp94 : 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 DLocalizationChecker.cpp1037 : 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 DDeclObjC.cpp768 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 DTransforms.h61 ObjCImplementationDecl *ImpD;
65 ObjCImplementationDecl *D) in ObjCImplementationContext()
69 ObjCImplementationDecl *getImplementationDecl() { return ImpD; } in getImplementationDecl()
H A DObjCMT.cpp52 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 DTransProperties.cpp48 ObjCImplementationDecl *CurImplD;
90 void doTransform(ObjCImplementationDecl *D) { in doTransform()
H A DTransEmptyStatementsAndDealloc.cpp200 typedef DeclContext::specific_decl_iterator<ObjCImplementationDecl> in cleanupDeallocOrFinalize()
H A DTransforms.cpp326 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 DLexicallyOrderedRecursiveASTVisitor.h66 bool TraverseObjCImplementationDecl(ObjCImplementationDecl *D) { in TraverseObjCImplementationDecl()
89 if (!isa<ObjCImplementationDecl>(Child) && in TraverseDeclContextHelper()
H A DDeclObjC.h51 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 DASTContext.h88 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 DTextNodeDumper.h378 void VisitObjCImplementationDecl(const ObjCImplementationDecl *D);
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCRuntime.h47 class ObjCImplementationDecl; variable
84 const ObjCImplementationDecl *OID,
158 virtual void GenerateClass(const ObjCImplementationDecl *OID) = 0;
H A DCGObjCMac.cpp968 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 DCodeGenModule.h62 class ObjCImplementationDecl; variable
1601 void EmitObjCPropertyImplementations(const ObjCImplementationDecl *D);
1602 void EmitObjCIvarInitializations(ObjCImplementationDecl *D);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp67 !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 DSemaObjCProperty.cpp1048 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 DCXIndexDataConsumer.cpp78 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 DCursorVisitor.h239 bool VisitObjCImplementationDecl(ObjCImplementationDecl *D);
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DBodyFarm.cpp795 const ObjCImplementationDecl *ImpD = IntD->getImplementation(); in createObjCPropertyGetter()
823 const ObjCImplementationDecl *ImplDecl = in createObjCPropertyGetter()

123