Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/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()
78 static void CheckObjCInstMethSignature(const ObjCImplementationDecl *ID, in CheckObjCInstMethSignature()
128 check::ASTDecl<ObjCImplementationDecl> > {
130 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()
726 public Checker<check::ASTDecl<ObjCImplementationDecl> > {
730 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, in checkASTDecl()
H A DCheckObjCDealloc.cpp93 : public Checker<check::ASTDecl<ObjCImplementationDecl>,
113 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr,
189 void ObjCDeallocChecker::checkASTDecl(const ObjCImplementationDecl *D, in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
H A DLocalizationChecker.cpp1036 : public Checker<check::ASTDecl<ObjCImplementationDecl>> {
1067 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr,
1073 const ObjCImplementationDecl *D, AnalysisManager &Mgr, in checkASTDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp752 if (ObjCImplementationDecl *ImpDecl = getImplementation()) in lookupPrivateMethod()
965 if (auto *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { in getCanonicalDecl()
1576 ObjCImplementationDecl::getObjCRuntimeNameAsString() const { in getObjCRuntimeNameAsString()
1661 if (ObjCImplementationDecl *ImplDecl = getImplementation()) { in all_declared_ivar_begin()
1807 if (auto *IM = dyn_cast<ObjCImplementationDecl>(DC)) in Create()
2202 void ObjCImplementationDecl::anchor() {} in anchor()
2204 ObjCImplementationDecl *
2205 ObjCImplementationDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2220 ObjCImplementationDecl *
2238 ObjCImplementationDecl::init_const_iterator
[all …]
/freebsd-13.1/contrib/llvm-project/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()
603 const ObjCImplementationDecl *ImpDecl, in ClassImplementsAllMethodsAndProperties()
833 const ObjCImplementationDecl *ImpDecl) { in migrateProtocolConformance()
1701 const ObjCImplementationDecl *ImplD) { in inferDesignatedInitializers()
1866 else if (const ObjCImplementationDecl *ImpDecl = in HandleTranslationUnit()
1867 dyn_cast<ObjCImplementationDecl>(*D)) { in HandleTranslationUnit()
1931 if (const ObjCImplementationDecl * in HandleTranslationUnit()
1932 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.cpp328 bool TraverseObjCImplementationDecl(ObjCImplementationDecl *D) { in TraverseObjCImplementationDecl()
525 typedef DeclContext::specific_decl_iterator<ObjCImplementationDecl> in GCRewriteFinalize()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h66 bool TraverseObjCImplementationDecl(ObjCImplementationDecl *D) { in TraverseObjCImplementationDecl()
89 if (!isa<ObjCImplementationDecl>(Child) && in TraverseDeclContextHelper()
H A DDeclObjC.h52 class ObjCImplementationDecl; variable
1325 ObjCImplementationDecl *getImplementation() const;
1326 void setImplementation(ObjCImplementationDecl *ImplD);
2536 class ObjCImplementationDecl : public ObjCImplDecl {
2557 ObjCImplementationDecl(DeclContext *DC,
2578 static ObjCImplementationDecl *Create(ASTContext &C, DeclContext *DC,
2587 static ObjCImplementationDecl *CreateDeserialized(ASTContext &C, unsigned ID);
2707 raw_ostream &operator<<(raw_ostream &OS, const ObjCImplementationDecl &ID);
H A DASTContext.h117 class ObjCImplementationDecl; variable
2349 getASTObjCImplementationLayout(const ObjCImplementationDecl *D) const;
2389 const ObjCImplementationDecl *ID,
2847 ObjCImplementationDecl *getObjCImplementation(ObjCInterfaceDecl *D);
2860 ObjCImplementationDecl *ImplD);
3151 const ObjCImplementationDecl *Impl) const;
H A DTextNodeDumper.h371 void VisitObjCImplementationDecl(const ObjCImplementationDecl *D);
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h46 class ObjCImplementationDecl; variable
83 const ObjCImplementationDecl *OID,
157 virtual void GenerateClass(const ObjCImplementationDecl *OID) = 0;
H A DCGObjCMac.cpp1256 llvm::Constant *EmitIvarList(const ObjCImplementationDecl *ID,
1266 llvm::Constant *EmitMetaClass(const ObjCImplementationDecl *ID,
1458 llvm::Constant *EmitIvarList(const ObjCImplementationDecl *ID);
1548 void GetClassSizeInfo(const ObjCImplementationDecl *OID,
3534 const ObjCImplementationDecl *ID) { in hasMRCWeakIvars()
3567 void CGObjCMac::GenerateClass(const ObjCImplementationDecl *ID) { in GenerateClass()
3780 CGObjCMac::EmitClassExtension(const ObjCImplementationDecl *ID, in EmitClassExtension()
5257 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in EmitModuleSymbols()
6269 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in FinishNonFragileABIModule()
6381 const ObjCImplementationDecl *ID) { in BuildClassRoTInitializer()
[all …]
H A DCodeGenModule.h59 class ObjCImplementationDecl; variable
1503 void EmitObjCPropertyImplementations(const ObjCImplementationDecl *D);
1504 void EmitObjCIvarInitializations(ObjCImplementationDecl *D);
H A DCGObjCRuntime.cpp38 const ObjCImplementationDecl *OID, in ComputeIvarBaseOffset()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp67 !isa<ObjCImplementationDecl>(method->getDeclContext())) in checkInitMethod()
2059 ObjCImplementationDecl* IMPDecl = in ActOnStartClassImplementation()
2060 ObjCImplementationDecl::Create(Context, CurContext, IDecl, SDecl, in ActOnStartClassImplementation()
2115 void Sema::CheckImplementationIvars(ObjCImplementationDecl *ImpDecl, in CheckImplementationIvars()
2341 !isa<ObjCImplementationDecl>(MethodImpl->getDeclContext()) && in CheckMethodOverrideReturn()
2433 !isa<ObjCImplementationDecl>(MethodImpl->getDeclContext()) && in CheckMethodOverrideParam()
3769 static void DiagnoseWeakIvars(Sema &S, ObjCImplementationDecl *ID) { in DiagnoseWeakIvars()
3984 if (auto *OID = dyn_cast<ObjCImplementationDecl>(CurContext)) { in ActOnAtEnd()
4076 if (ObjCImplementationDecl *IC=dyn_cast<ObjCImplementationDecl>(ClassDecl)) { in ActOnAtEnd()
4373 void searchFrom(const ObjCImplementationDecl *impl) { in searchFrom()
[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()
1987 ObjCImplementationDecl *IC=dyn_cast_or_null<ObjCImplementationDecl>(D); in DefaultSynthesizeProperties()
2260 void Sema::DiagnoseOwningPropertyGetterSynthesis(const ObjCImplementationDecl *D) { in DiagnoseOwningPropertyGetterSynthesis()
2320 const ObjCImplementationDecl *ImplD, in DiagnoseMissingDesignatedInitOverrides()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp754 const ObjCImplementationDecl *ImpD = IntD->getImplementation(); in createObjCPropertyGetter()
782 const ObjCImplementationDecl *ImplDecl = in createObjCPropertyGetter()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp109 SmallVector<ObjCImplementationDecl *, 8> ClassImplementation;
268 ObjCImplementationDecl *IMD,
339 virtual void RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl,
532 void RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl,
768 ObjCImplementationDecl *IMD, in RewritePropertyImplDecl()
1168 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID); in RewriteImplementationDecl()
4836 ObjCImplementationDecl *CI = cast<ObjCImplementationDecl>(D); in HandleDeclInMainFile()
5264 void RewriteObjCFragileABI::RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl, in RewriteObjCClassMetaData()

123