/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 149 return ID->getImplementation() != nullptr; in hasObjCImpl() 151 return CD->getImplementation() != nullptr; in hasObjCImpl()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCUnusedIVarsChecker.cpp | 89 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan()
|
H A D | CheckObjCDealloc.cpp | 566 ObjCImplDecl *ImplDecl = Interface->getImplementation(); in diagnoseMissingReleases()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 507 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 D | JSONNodeDumper.cpp | 1131 JOS.attribute("implementation", createBareDeclRef(D->getImplementation())); in VisitObjCCategoryDecl() 1159 JOS.attribute("implementation", createBareDeclRef(D->getImplementation())); in VisitObjCInterfaceDecl()
|
H A D | TextNodeDumper.cpp | 2759 dumpDeclRef(D->getImplementation()); in VisitObjCCategoryDecl() 2781 dumpDeclRef(D->getImplementation()); in VisitObjCInterfaceDecl()
|
H A D | ASTImporter.cpp | 4970 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 D | ASTContext.cpp | 2897 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation()) in CountNonClassIvars()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 456 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 D | SemaLookup.cpp | 4221 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 D | SemaCodeComplete.cpp | 236 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 D | SemaObjCProperty.cpp | 2090 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.cpp | 50 return CGM.getContext().lookupFieldBitOffset(ID, ID->getImplementation(), in ComputeBitfieldBitOffset()
|
H A D | CGDebugInfo.cpp | 2954 !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 D | CGObjCMac.cpp | 1606 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 D | DeclObjC.h | 1340 ObjCImplementationDecl *getImplementation() const; 2383 ObjCCategoryImplDecl *getImplementation() const;
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 6487 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()
|