| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | ObjCPropertyChecker.cpp | 59 ImplD = IntD->getImplementation(); in checkCopyMutable() 61 ImplD = CatD->getClassInterface()->getImplementation(); in checkCopyMutable()
|
| HD | ObjCUnusedIVarsChecker.cpp | 90 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan()
|
| HD | CheckObjCDealloc.cpp | 558 ObjCImplDecl *ImplDecl = Interface->getImplementation(); in diagnoseMissingReleases()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | TransGCAttrs.cpp | 149 return ID->getImplementation() != nullptr; in hasObjCImpl() 151 return CD->getImplementation() != nullptr; in hasObjCImpl()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | DeclObjC.cpp | 497 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
|
| HD | TextNodeDumper.cpp | 1873 dumpDeclRef(D->getImplementation()); in VisitObjCCategoryDecl() 1895 dumpDeclRef(D->getImplementation()); in VisitObjCInterfaceDecl()
|
| HD | JSONNodeDumper.cpp | 941 JOS.attribute("implementation", createBareDeclRef(D->getImplementation())); in VisitObjCCategoryDecl() 969 JOS.attribute("implementation", createBareDeclRef(D->getImplementation())); in VisitObjCInterfaceDecl()
|
| HD | ASTImporter.cpp | 4266 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()
|
| HD | ASTContext.cpp | 2696 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation()) in CountNonClassIvars()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/ |
| HD | BodyFarm.cpp | 749 const ObjCImplementationDecl *ImpD = IntD->getImplementation(); in createObjCPropertyGetter() 774 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaDeclObjC.cpp | 447 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()
|
| HD | SemaLookup.cpp | 3938 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()
|
| HD | SemaCodeComplete.cpp | 214 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()
|
| HD | SemaObjCProperty.cpp | 2122 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGObjCRuntime.cpp | 48 return CGM.getContext().lookupFieldBitOffset(ID, ID->getImplementation(), in ComputeBitfieldBitOffset()
|
| HD | CGDebugInfo.cpp | 2376 !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()
|
| HD | CGObjCMac.cpp | 1606 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/ |
| HD | DeclObjC.h | 1363 ObjCImplementationDecl *getImplementation() const; 2353 ObjCCategoryImplDecl *getImplementation() const;
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| HD | RewriteModernObjC.cpp | 6490 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()
|