Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp88 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.cpp504 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 DJSONNodeDumper.cpp1139 JOS.attribute("implementation", createBareDeclRef(D->getImplementation())); in VisitObjCCategoryDecl()
1167 JOS.attribute("implementation", createBareDeclRef(D->getImplementation())); in VisitObjCInterfaceDecl()
H A DTextNodeDumper.cpp2923 dumpDeclRef(D->getImplementation()); in VisitObjCCategoryDecl()
2945 dumpDeclRef(D->getImplementation()); in VisitObjCInterfaceDecl()
H A DASTImporter.cpp5247 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 DASTContext.cpp3083 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation()) in CountNonClassIvars()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp796 const ObjCImplementationDecl *ImpD = IntD->getImplementation(); in createObjCPropertyGetter()
825 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp455 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 DSemaLookup.cpp4316 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 DSemaCodeComplete.cpp235 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 DSemaObjCProperty.cpp2100 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1338 ObjCImplementationDecl *getImplementation() const;
2383 ObjCCategoryImplDecl *getImplementation() const;
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6453 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 DCGObjCMac.cpp1538 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 DCGDebugInfo.cpp3181 !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 DDemangleTestCases.inc9973 {"_ZNK5clang17ObjCInterfaceDecl17getImplementationEv", "clang::ObjCInterfaceDecl::getImplementation
9988 {"_ZNK5clang16ObjCCategoryDecl17getImplementationEv", "clang::ObjCCategoryDecl::getImplementation()…