Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp149 return ID->getImplementation() != nullptr; in hasObjCImpl()
151 return CD->getImplementation() != nullptr; in hasObjCImpl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp89 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan()
H A DCheckObjCDealloc.cpp566 ObjCImplDecl *ImplDecl = Interface->getImplementation(); in diagnoseMissingReleases()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp507 if (const auto *ImplD = D->getImplementation()) { in isIntroducingInitializers()
767 if (ObjCImplementationDecl *ImpDecl = getImplementation()) in lookupPrivateMethod()
1629 ObjCImplementationDecl *ObjCInterfaceDecl::getImplementation() const { in getImplementation() function in ObjCInterfaceDecl
1711 if (ObjCImplementationDecl *ImplDecl = getImplementation()) { in all_declared_ivar_begin()
1767 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryInstanceMethod()
1777 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryClassMethod()
2158 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { in getImplementation() function in ObjCCategoryDecl
H A DJSONNodeDumper.cpp1131 JOS.attribute("implementation", createBareDeclRef(D->getImplementation())); in VisitObjCCategoryDecl()
1159 JOS.attribute("implementation", createBareDeclRef(D->getImplementation())); in VisitObjCInterfaceDecl()
H A DTextNodeDumper.cpp2759 dumpDeclRef(D->getImplementation()); in VisitObjCCategoryDecl()
2781 dumpDeclRef(D->getImplementation()); in VisitObjCInterfaceDecl()
H A DASTImporter.cpp4970 if (D->getImplementation()) { in VisitObjCCategoryDecl()
4972 import(D->getImplementation())) in VisitObjCCategoryDecl()
5507 if (From->getImplementation()) { in ImportDefinition()
5509 import(From->getImplementation())) in ImportDefinition()
5620 ObjCCategoryImplDecl *ToImpl = Category->getImplementation(); in VisitObjCCategoryImplDecl()
5663 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl()
5693 Importer.MapImported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
5695 Importer.MapImported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
H A DASTContext.cpp2897 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation()) in CountNonClassIvars()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp456 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef()
460 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef()
462 ImplDeclOfMethodDecl = CD->getImplementation(); in ActOnStartOfObjCMethodDef()
1846 if (!CategoryName && IDecl->getImplementation()) { in ActOnStartCategoryInterface()
1848 Diag(IDecl->getImplementation()->getLocation(), in ActOnStartCategoryInterface()
1961 if (CatIDecl->getImplementation()) { in ActOnStartCategoryImplementation()
1964 Diag(CatIDecl->getImplementation()->getLocation(), in ActOnStartCategoryImplementation()
2089 if (IDecl->getImplementation()) { in ActOnStartClassImplementation()
2092 Diag(IDecl->getImplementation()->getLocation(), in ActOnStartClassImplementation()
4714 else if (auto *Impl = IDecl->getImplementation()) in checkObjCDirectMethodClashes()
[all …]
H A DSemaLookup.cpp4221 if (IFace->getImplementation()) { in lookupInDeclContext()
4223 lookupInDeclContext(IFace->getImplementation(), Result, in lookupInDeclContext()
4240 if (Category->getImplementation()) { in lookupInDeclContext()
4242 lookupInDeclContext(Category->getImplementation(), Result, in lookupInDeclContext()
H A DSemaCodeComplete.cpp236 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()
7711 if (ObjCCategoryImplDecl *Impl = CatDecl->getImplementation()) in AddObjCMethods()
7725 if (ObjCImplementationDecl *Impl = IFace->getImplementation()) in AddObjCMethods()
8618 (!OnlyUnimplemented || !Class->getImplementation())) in AddInterfaceResults()
8768 if ((!IgnoreImplemented || !Cat->getImplementation()) && in CodeCompleteObjCImplementationCategory()
H A DSemaObjCProperty.cpp2090 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp50 return CGM.getContext().lookupFieldBitOffset(ID, ID->getImplementation(), in ComputeBitfieldBitOffset()
H A DCGDebugInfo.cpp2954 !ID->getImplementation()) in CreateType()
2968 if (!Def || !Def->getImplementation()) { in CreateType()
3090 if (ID->getImplementation()) in CreateTypeDefinition()
3220 if (ObjCImplementationDecl *ImpD = ID->getImplementation()) { in CreateTypeDefinition()
H A DCGObjCMac.cpp1606 if (!ID->getImplementation()) in isClassLayoutKnownStatically()
5191 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in EmitModuleSymbols()
6191 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in FinishNonFragileABIModule()
7185 ComputeIvarBaseOffset(CGM, Interface->getImplementation(), Ivar)); in EmitIvarOffset()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1340 ObjCImplementationDecl *getImplementation() const;
2383 ObjCCategoryImplDecl *getImplementation() const;
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6487 if (CDecl->getImplementation()) in Write_class_t()
6501 if (SuperClass->getImplementation()) in Write_class_t()
6513 if (RootClass->getImplementation()) in Write_class_t()
6623 if (ClassDecl->getImplementation()) in Write_category_t()