/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCPropertyChecker.cpp | 59 ImplD = IntD->getImplementation(); in checkCopyMutable() 61 ImplD = CatD->getClassInterface()->getImplementation(); in checkCopyMutable()
|
H A D | ObjCUnusedIVarsChecker.cpp | 90 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan()
|
H A D | CheckObjCDealloc.cpp | 559 ObjCImplDecl *ImplDecl = Interface->getImplementation(); in diagnoseMissingReleases()
|
/openbsd/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 149 return ID->getImplementation() != nullptr; in hasObjCImpl() 151 return CD->getImplementation() != nullptr; in hasObjCImpl()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | DeclObjC.cpp | 508 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 D | JSONNodeDumper.cpp | 1034 JOS.attribute("implementation", createBareDeclRef(D->getImplementation())); in VisitObjCCategoryDecl() 1062 JOS.attribute("implementation", createBareDeclRef(D->getImplementation())); in VisitObjCInterfaceDecl()
|
H A D | TextNodeDumper.cpp | 2298 dumpDeclRef(D->getImplementation()); in VisitObjCCategoryDecl() 2320 dumpDeclRef(D->getImplementation()); in VisitObjCInterfaceDecl()
|
H A D | ASTImporter.cpp | 4653 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 D | ASTContext.cpp | 2881 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation()) in CountNonClassIvars()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 448 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 D | SemaLookup.cpp | 4269 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 D | SemaCodeComplete.cpp | 232 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 D | SemaObjCProperty.cpp | 2109 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties()
|
/openbsd/gnu/llvm/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 795 const ObjCImplementationDecl *ImpD = IntD->getImplementation(); in createObjCPropertyGetter() 824 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.cpp | 50 return CGM.getContext().lookupFieldBitOffset(ID, ID->getImplementation(), in ComputeBitfieldBitOffset()
|
H A D | CGDebugInfo.cpp | 2683 !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 D | CGObjCMac.cpp | 1600 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 D | DeclObjC.h | 1330 ObjCImplementationDecl *getImplementation() const; 2371 ObjCCategoryImplDecl *getImplementation() const;
|
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | 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()
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CIndex.cpp | 6827 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()
|