Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DObjCPropertyChecker.cpp59 ImplD = IntD->getImplementation(); in checkCopyMutable()
61 ImplD = CatD->getClassInterface()->getImplementation(); in checkCopyMutable()
H A DObjCUnusedIVarsChecker.cpp90 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan()
H A DCheckObjCDealloc.cpp559 ObjCImplDecl *ImplDecl = Interface->getImplementation(); in diagnoseMissingReleases()
/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp149 return ID->getImplementation() != nullptr; in hasObjCImpl()
151 return CD->getImplementation() != nullptr; in hasObjCImpl()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp508 if (const auto *ImplD = D->getImplementation()) { in isIntroducingInitializers()
768 if (ObjCImplementationDecl *ImpDecl = getImplementation()) in lookupPrivateMethod()
1635 ObjCImplementationDecl *ObjCInterfaceDecl::getImplementation() const { in getImplementation() function in ObjCInterfaceDecl
1717 if (ObjCImplementationDecl *ImplDecl = getImplementation()) { in all_declared_ivar_begin()
1773 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryInstanceMethod()
1783 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryClassMethod()
2169 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { in getImplementation() function in ObjCCategoryDecl
H A DJSONNodeDumper.cpp1034 JOS.attribute("implementation", createBareDeclRef(D->getImplementation())); in VisitObjCCategoryDecl()
1062 JOS.attribute("implementation", createBareDeclRef(D->getImplementation())); in VisitObjCInterfaceDecl()
H A DTextNodeDumper.cpp2298 dumpDeclRef(D->getImplementation()); in VisitObjCCategoryDecl()
2320 dumpDeclRef(D->getImplementation()); in VisitObjCInterfaceDecl()
H A DASTImporter.cpp4653 if (D->getImplementation()) { in VisitObjCCategoryDecl()
4655 import(D->getImplementation())) in VisitObjCCategoryDecl()
5190 if (From->getImplementation()) { in ImportDefinition()
5192 import(From->getImplementation())) in ImportDefinition()
5303 ObjCCategoryImplDecl *ToImpl = Category->getImplementation(); in VisitObjCCategoryImplDecl()
5346 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl()
5376 Importer.MapImported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
5378 Importer.MapImported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
H A DASTContext.cpp2881 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation()) in CountNonClassIvars()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp448 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef()
452 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef()
454 ImplDeclOfMethodDecl = CD->getImplementation(); in ActOnStartOfObjCMethodDef()
1849 if (!CategoryName && IDecl->getImplementation()) { in ActOnStartCategoryInterface()
1851 Diag(IDecl->getImplementation()->getLocation(), in ActOnStartCategoryInterface()
1962 if (CatIDecl->getImplementation()) { in ActOnStartCategoryImplementation()
1965 Diag(CatIDecl->getImplementation()->getLocation(), in ActOnStartCategoryImplementation()
2088 if (IDecl->getImplementation()) { in ActOnStartClassImplementation()
2091 Diag(IDecl->getImplementation()->getLocation(), in ActOnStartClassImplementation()
4707 else if (auto *Impl = IDecl->getImplementation()) in checkObjCDirectMethodClashes()
[all …]
H A DSemaLookup.cpp4269 if (IFace->getImplementation()) { in lookupInDeclContext()
4271 lookupInDeclContext(IFace->getImplementation(), Result, in lookupInDeclContext()
4288 if (Category->getImplementation()) { in lookupInDeclContext()
4290 lookupInDeclContext(Category->getImplementation(), Result, in lookupInDeclContext()
H A DSemaCodeComplete.cpp232 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()
7552 if (ObjCCategoryImplDecl *Impl = CatDecl->getImplementation()) in AddObjCMethods()
7566 if (ObjCImplementationDecl *Impl = IFace->getImplementation()) in AddObjCMethods()
8441 (!OnlyUnimplemented || !Class->getImplementation())) in AddInterfaceResults()
8570 if ((!IgnoreImplemented || !Cat->getImplementation()) && in CodeCompleteObjCImplementationCategory()
H A DSemaObjCProperty.cpp2109 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DBodyFarm.cpp795 const ObjCImplementationDecl *ImpD = IntD->getImplementation(); in createObjCPropertyGetter()
824 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp50 return CGM.getContext().lookupFieldBitOffset(ID, ID->getImplementation(), in ComputeBitfieldBitOffset()
H A DCGDebugInfo.cpp2683 !ID->getImplementation()) in CreateType()
2697 if (!Def || !Def->getImplementation()) { in CreateType()
2819 if (ID->getImplementation()) in CreateTypeDefinition()
2949 if (ObjCImplementationDecl *ImpD = ID->getImplementation()) { in CreateTypeDefinition()
H A DCGObjCMac.cpp1600 return ID->getImplementation() && ID->getSuperClass() && in isClassLayoutKnownStatically()
5212 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in EmitModuleSymbols()
6225 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in FinishNonFragileABIModule()
7224 ComputeIvarBaseOffset(CGM, Interface->getImplementation(), Ivar)); in EmitIvarOffset()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1330 ObjCImplementationDecl *getImplementation() const;
2371 ObjCCategoryImplDecl *getImplementation() const;
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6490 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()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp6827 if (ObjCImplementationDecl *ClassImpl = Class->getImplementation()) in clang_getCursorDefinition()
6838 cast<ObjCCategoryDecl>(D)->getImplementation()) in clang_getCursorDefinition()
6858 } else if (ObjCImplementationDecl *Impl = IFace->getImplementation()) in clang_getCursorDefinition()