Home
last modified time | relevance | path

Searched refs:getImplementation (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCPropertyChecker.cpp60 ImplD = IntD->getImplementation(); in checkCopyMutable()
62 ImplD = CatD->getClassInterface()->getImplementation(); in checkCopyMutable()
H A DObjCUnusedIVarsChecker.cpp91 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan()
H A DCheckObjCDealloc.cpp559 ObjCImplDecl *ImplDecl = Interface->getImplementation(); in diagnoseMissingReleases()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp147 return ID->getImplementation() != nullptr; in hasObjCImpl()
149 return CD->getImplementation() != nullptr; in hasObjCImpl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp498 if (const auto *ImplD = D->getImplementation()) { in isIntroducingInitializers()
751 if (ObjCImplementationDecl *ImpDecl = getImplementation()) in lookupPrivateMethod()
1549 ObjCImplementationDecl *ObjCInterfaceDecl::getImplementation() const { in getImplementation() function in ObjCInterfaceDecl
1626 if (ObjCImplementationDecl *ImplDecl = getImplementation()) { in all_declared_ivar_begin()
1682 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryInstanceMethod()
1692 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryClassMethod()
2020 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { in getImplementation() function in ObjCCategoryDecl
H A DASTDumper.cpp1276 NodeDumper.dumpDeclRef(D->getImplementation()); in VisitObjCCategoryDecl()
1301 NodeDumper.dumpDeclRef(D->getImplementation()); in VisitObjCInterfaceDecl()
H A DASTImporter.cpp3999 if (D->getImplementation()) { in VisitObjCCategoryDecl()
4001 import(D->getImplementation())) in VisitObjCCategoryDecl()
4436 if (From->getImplementation()) { in ImportDefinition()
4438 import(From->getImplementation())) in ImportDefinition()
4550 ObjCCategoryImplDecl *ToImpl = Category->getImplementation(); in VisitObjCCategoryImplDecl()
4593 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl()
4625 Importer.MapImported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
4627 Importer.MapImported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
H A DASTContext.cpp2483 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation()) in CountNonClassIvars()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp447 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef()
451 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef()
453 ImplDeclOfMethodDecl = CD->getImplementation(); in ActOnStartOfObjCMethodDef()
1822 if (!CategoryName && IDecl->getImplementation()) { in ActOnStartCategoryInterface()
1824 Diag(IDecl->getImplementation()->getLocation(), in ActOnStartCategoryInterface()
1931 if (CatIDecl->getImplementation()) { in ActOnStartCategoryImplementation()
1934 Diag(CatIDecl->getImplementation()->getLocation(), in ActOnStartCategoryImplementation()
2051 if (IDecl->getImplementation()) { in ActOnStartClassImplementation()
2054 Diag(IDecl->getImplementation()->getLocation(), in ActOnStartClassImplementation()
H A DSemaLookup.cpp3645 if (IFace->getImplementation()) { in LookupVisibleDecls()
3647 LookupVisibleDecls(IFace->getImplementation(), Result, in LookupVisibleDecls()
3665 if (Category->getImplementation()) { in LookupVisibleDecls()
3667 LookupVisibleDecls(Category->getImplementation(), Result, in LookupVisibleDecls()
H A DSemaCodeComplete.cpp196 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()
5873 if (ObjCCategoryImplDecl *Impl = CatDecl->getImplementation()) in AddObjCMethods()
5887 if (ObjCImplementationDecl *Impl = IFace->getImplementation()) in AddObjCMethods()
6758 (!OnlyUnimplemented || !Class->getImplementation())) in AddInterfaceResults()
6887 if ((!IgnoreImplemented || !Cat->getImplementation()) && in CodeCompleteObjCImplementationCategory()
H A DSemaObjCProperty.cpp2057 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp50 return CGM.getContext().lookupFieldBitOffset(ID, ID->getImplementation(), in ComputeBitfieldBitOffset()
H A DCGDebugInfo.cpp2226 !ID->getImplementation()) in CreateType()
2240 if (!Def || !Def->getImplementation()) { in CreateType()
2333 if (ID->getImplementation()) in CreateTypeDefinition()
2450 if (ObjCImplementationDecl *ImpD = ID->getImplementation()) { in CreateTypeDefinition()
H A DCGObjCMac.cpp4996 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in EmitModuleSymbols()
6016 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in FinishNonFragileABIModule()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp759 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h1349 ObjCImplementationDecl *getImplementation() const;
2339 ObjCCategoryImplDecl *getImplementation() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6493 if (CDecl->getImplementation()) in Write_class_t()
6507 if (SuperClass->getImplementation()) in Write_class_t()
6519 if (RootClass->getImplementation()) in Write_class_t()
6629 if (ClassDecl->getImplementation()) in Write_category_t()