Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDObjCPropertyChecker.cpp59 ImplD = IntD->getImplementation(); in checkCopyMutable()
61 ImplD = CatD->getClassInterface()->getImplementation(); in checkCopyMutable()
HDObjCUnusedIVarsChecker.cpp90 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan()
HDCheckObjCDealloc.cpp558 ObjCImplDecl *ImplDecl = Interface->getImplementation(); in diagnoseMissingReleases()
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransGCAttrs.cpp149 return ID->getImplementation() != nullptr; in hasObjCImpl()
151 return CD->getImplementation() != nullptr; in hasObjCImpl()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp497 if (const auto *ImplD = D->getImplementation()) { in isIntroducingInitializers()
750 if (ObjCImplementationDecl *ImpDecl = getImplementation()) in lookupPrivateMethod()
1574 ObjCImplementationDecl *ObjCInterfaceDecl::getImplementation() const { in getImplementation() function in ObjCInterfaceDecl
1651 if (ObjCImplementationDecl *ImplDecl = getImplementation()) { in all_declared_ivar_begin()
1707 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryInstanceMethod()
1717 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryClassMethod()
2045 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { in getImplementation() function in ObjCCategoryDecl
HDTextNodeDumper.cpp1873 dumpDeclRef(D->getImplementation()); in VisitObjCCategoryDecl()
1895 dumpDeclRef(D->getImplementation()); in VisitObjCInterfaceDecl()
HDJSONNodeDumper.cpp941 JOS.attribute("implementation", createBareDeclRef(D->getImplementation())); in VisitObjCCategoryDecl()
969 JOS.attribute("implementation", createBareDeclRef(D->getImplementation())); in VisitObjCInterfaceDecl()
HDASTImporter.cpp4266 if (D->getImplementation()) { in VisitObjCCategoryDecl()
4268 import(D->getImplementation())) in VisitObjCCategoryDecl()
4717 if (From->getImplementation()) { in ImportDefinition()
4719 import(From->getImplementation())) in ImportDefinition()
4831 ObjCCategoryImplDecl *ToImpl = Category->getImplementation(); in VisitObjCCategoryImplDecl()
4874 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl()
4906 Importer.MapImported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
4908 Importer.MapImported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
HDASTContext.cpp2696 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation()) in CountNonClassIvars()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDBodyFarm.cpp749 const ObjCImplementationDecl *ImpD = IntD->getImplementation(); in createObjCPropertyGetter()
774 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclObjC.cpp447 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef()
451 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef()
453 ImplDeclOfMethodDecl = CD->getImplementation(); in ActOnStartOfObjCMethodDef()
1827 if (!CategoryName && IDecl->getImplementation()) { in ActOnStartCategoryInterface()
1829 Diag(IDecl->getImplementation()->getLocation(), in ActOnStartCategoryInterface()
1940 if (CatIDecl->getImplementation()) { in ActOnStartCategoryImplementation()
1943 Diag(CatIDecl->getImplementation()->getLocation(), in ActOnStartCategoryImplementation()
2065 if (IDecl->getImplementation()) { in ActOnStartClassImplementation()
2068 Diag(IDecl->getImplementation()->getLocation(), in ActOnStartClassImplementation()
HDSemaLookup.cpp3938 if (IFace->getImplementation()) { in lookupInDeclContext()
3940 lookupInDeclContext(IFace->getImplementation(), Result, in lookupInDeclContext()
3957 if (Category->getImplementation()) { in lookupInDeclContext()
3959 lookupInDeclContext(Category->getImplementation(), Result, in lookupInDeclContext()
HDSemaCodeComplete.cpp214 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()
6285 if (ObjCCategoryImplDecl *Impl = CatDecl->getImplementation()) in AddObjCMethods()
6299 if (ObjCImplementationDecl *Impl = IFace->getImplementation()) in AddObjCMethods()
7171 (!OnlyUnimplemented || !Class->getImplementation())) in AddInterfaceResults()
7300 if ((!IgnoreImplemented || !Cat->getImplementation()) && in CodeCompleteObjCImplementationCategory()
HDSemaObjCProperty.cpp2122 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCRuntime.cpp48 return CGM.getContext().lookupFieldBitOffset(ID, ID->getImplementation(), in ComputeBitfieldBitOffset()
HDCGDebugInfo.cpp2376 !ID->getImplementation()) in CreateType()
2390 if (!Def || !Def->getImplementation()) { in CreateType()
2491 if (ID->getImplementation()) in CreateTypeDefinition()
2608 if (ObjCImplementationDecl *ImpD = ID->getImplementation()) { in CreateTypeDefinition()
HDCGObjCMac.cpp1606 return ID->getImplementation() && ID->getSuperClass() && in isClassLayoutKnownStatically()
5212 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in EmitModuleSymbols()
6240 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in FinishNonFragileABIModule()
7207 ComputeIvarBaseOffset(CGM, Interface->getImplementation(), Ivar)); in EmitIvarOffset()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h1363 ObjCImplementationDecl *getImplementation() const;
2353 ObjCCategoryImplDecl *getImplementation() const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteModernObjC.cpp6490 if (CDecl->getImplementation()) in Write_class_t()
6504 if (SuperClass->getImplementation()) in Write_class_t()
6516 if (RootClass->getImplementation()) in Write_class_t()
6626 if (ClassDecl->getImplementation()) in Write_category_t()