| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCUnusedIVarsChecker.cpp | 88 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 | 504 if (const auto *ImplD = D->getImplementation()) { in isIntroducingInitializers() 764 if (ObjCImplementationDecl *ImpDecl = getImplementation()) in lookupPrivateMethod() 1626 ObjCImplementationDecl *ObjCInterfaceDecl::getImplementation() const { in getImplementation() function in ObjCInterfaceDecl 1708 if (ObjCImplementationDecl *ImplDecl = getImplementation()) { in all_declared_ivar_begin() 1764 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryInstanceMethod() 1774 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryClassMethod() 2155 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { in getImplementation() function in ObjCCategoryDecl
|
| H A D | JSONNodeDumper.cpp | 1139 JOS.attribute("implementation", createBareDeclRef(D->getImplementation())); in VisitObjCCategoryDecl() 1167 JOS.attribute("implementation", createBareDeclRef(D->getImplementation())); in VisitObjCInterfaceDecl()
|
| H A D | TextNodeDumper.cpp | 2923 dumpDeclRef(D->getImplementation()); in VisitObjCCategoryDecl() 2945 dumpDeclRef(D->getImplementation()); in VisitObjCInterfaceDecl()
|
| H A D | ASTImporter.cpp | 5247 if (D->getImplementation()) { in VisitObjCCategoryDecl() 5249 import(D->getImplementation())) in VisitObjCCategoryDecl() 5783 if (From->getImplementation()) { in ImportDefinition() 5785 import(From->getImplementation())) in ImportDefinition() 5896 ObjCCategoryImplDecl *ToImpl = Category->getImplementation(); in VisitObjCCategoryImplDecl() 5939 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl() 5969 Importer.MapImported(D, Iface->getImplementation()); in VisitObjCImplementationDecl() 5971 Importer.MapImported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
|
| H A D | ASTContext.cpp | 3083 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation()) in CountNonClassIvars()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 796 const ObjCImplementationDecl *ImpD = IntD->getImplementation(); in createObjCPropertyGetter() 825 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 455 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef() 459 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef() 461 ImplDeclOfMethodDecl = CD->getImplementation(); in ActOnStartOfObjCMethodDef() 1849 if (!CategoryName && IDecl->getImplementation()) { in ActOnStartCategoryInterface() 1851 Diag(IDecl->getImplementation()->getLocation(), in ActOnStartCategoryInterface() 1964 if (CatIDecl->getImplementation()) { in ActOnStartCategoryImplementation() 1967 Diag(CatIDecl->getImplementation()->getLocation(), in ActOnStartCategoryImplementation() 2092 if (IDecl->getImplementation()) { in ActOnStartClassImplementation() 2095 Diag(IDecl->getImplementation()->getLocation(), in ActOnStartClassImplementation() 4714 else if (auto *Impl = IDecl->getImplementation()) in checkObjCDirectMethodClashes() [all …]
|
| H A D | SemaLookup.cpp | 4316 if (IFace->getImplementation()) { in lookupInDeclContext() 4318 lookupInDeclContext(IFace->getImplementation(), Result, in lookupInDeclContext() 4335 if (Category->getImplementation()) { in lookupInDeclContext() 4337 lookupInDeclContext(Category->getImplementation(), Result, in lookupInDeclContext()
|
| H A D | SemaCodeComplete.cpp | 235 ObjCImplementation = Interface->getImplementation(); in ResultBuilder() 7862 if (ObjCCategoryImplDecl *Impl = CatDecl->getImplementation()) in AddObjCMethods() 7876 if (ObjCImplementationDecl *Impl = IFace->getImplementation()) in AddObjCMethods() 8766 (!OnlyUnimplemented || !Class->getImplementation())) in AddInterfaceResults() 8916 if ((!IgnoreImplemented || !Cat->getImplementation()) && in CodeCompleteObjCImplementationCategory()
|
| H A D | SemaObjCProperty.cpp | 2100 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1338 ObjCImplementationDecl *getImplementation() const; 2383 ObjCCategoryImplDecl *getImplementation() const;
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 6453 if (CDecl->getImplementation()) in Write_class_t() 6467 if (SuperClass->getImplementation()) in Write_class_t() 6479 if (RootClass->getImplementation()) in Write_class_t() 6589 if (ClassDecl->getImplementation()) in Write_category_t()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 1538 if (!ID->getImplementation()) in isClassLayoutKnownStatically() 5097 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in EmitModuleSymbols() 6092 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in FinishNonFragileABIModule() 7101 ComputeIvarBaseOffset(CGM, Interface->getImplementation(), Ivar)); in EmitIvarOffset()
|
| H A D | CGDebugInfo.cpp | 3181 !ID->getImplementation()) in CreateType() 3193 if (!Def || !Def->getImplementation()) { in CreateType() 3315 if (ID->getImplementation()) in CreateTypeDefinition() 3444 if (ObjCImplementationDecl *ImpD = ID->getImplementation()) { in CreateTypeDefinition()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 9973 {"_ZNK5clang17ObjCInterfaceDecl17getImplementationEv", "clang::ObjCInterfaceDecl::getImplementation… 9988 {"_ZNK5clang16ObjCCategoryDecl17getImplementationEv", "clang::ObjCCategoryDecl::getImplementation()…
|