/netbsd-src/external/apache2/llvm/dist/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 | 558 ObjCImplDecl *ImplDecl = Interface->getImplementation(); in diagnoseMissingReleases()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 149 return ID->getImplementation() != nullptr; in hasObjCImpl() 151 return CD->getImplementation() != nullptr; in hasObjCImpl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclObjC.cpp | 499 if (const auto *ImplD = D->getImplementation()) { in isIntroducingInitializers() 752 if (ObjCImplementationDecl *ImpDecl = getImplementation()) in lookupPrivateMethod() 1584 ObjCImplementationDecl *ObjCInterfaceDecl::getImplementation() const { in getImplementation() function in ObjCInterfaceDecl 1661 if (ObjCImplementationDecl *ImplDecl = getImplementation()) { in all_declared_ivar_begin() 1717 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryInstanceMethod() 1727 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryClassMethod() 2076 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { in getImplementation() function in ObjCCategoryDecl
|
H A D | JSONNodeDumper.cpp | 956 JOS.attribute("implementation", createBareDeclRef(D->getImplementation())); in VisitObjCCategoryDecl() 984 JOS.attribute("implementation", createBareDeclRef(D->getImplementation())); in VisitObjCInterfaceDecl()
|
H A D | TextNodeDumper.cpp | 2184 dumpDeclRef(D->getImplementation()); in VisitObjCCategoryDecl() 2206 dumpDeclRef(D->getImplementation()); in VisitObjCInterfaceDecl()
|
H A D | ASTImporter.cpp | 4419 if (D->getImplementation()) { in VisitObjCCategoryDecl() 4421 import(D->getImplementation())) in VisitObjCCategoryDecl() 4864 if (From->getImplementation()) { in ImportDefinition() 4866 import(From->getImplementation())) in ImportDefinition() 4977 ObjCCategoryImplDecl *ToImpl = Category->getImplementation(); in VisitObjCCategoryImplDecl() 5020 ObjCImplementationDecl *Impl = Iface->getImplementation(); in VisitObjCImplementationDecl() 5050 Importer.MapImported(D, Iface->getImplementation()); in VisitObjCImplementationDecl() 5052 Importer.MapImported(D, Iface->getImplementation()); in VisitObjCImplementationDecl()
|
H A D | ASTContext.cpp | 2774 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation()) in CountNonClassIvars()
|
/netbsd-src/external/apache2/llvm/dist/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() 1832 if (!CategoryName && IDecl->getImplementation()) { in ActOnStartCategoryInterface() 1834 Diag(IDecl->getImplementation()->getLocation(), in ActOnStartCategoryInterface() 1945 if (CatIDecl->getImplementation()) { in ActOnStartCategoryImplementation() 1948 Diag(CatIDecl->getImplementation()->getLocation(), in ActOnStartCategoryImplementation() 2070 if (IDecl->getImplementation()) { in ActOnStartClassImplementation() 2073 Diag(IDecl->getImplementation()->getLocation(), in ActOnStartClassImplementation() 4687 else if (auto *Impl = IDecl->getImplementation()) in checkObjCDirectMethodClashes() [all …]
|
H A D | SemaLookup.cpp | 3946 if (IFace->getImplementation()) { in lookupInDeclContext() 3948 lookupInDeclContext(IFace->getImplementation(), Result, in lookupInDeclContext() 3965 if (Category->getImplementation()) { in lookupInDeclContext() 3967 lookupInDeclContext(Category->getImplementation(), Result, in lookupInDeclContext()
|
H A D | SemaCodeComplete.cpp | 227 ObjCImplementation = Interface->getImplementation(); in ResultBuilder() 7011 if (ObjCCategoryImplDecl *Impl = CatDecl->getImplementation()) in AddObjCMethods() 7025 if (ObjCImplementationDecl *Impl = IFace->getImplementation()) in AddObjCMethods() 7897 (!OnlyUnimplemented || !Class->getImplementation())) in AddInterfaceResults() 8026 if ((!IgnoreImplemented || !Cat->getImplementation()) && in CodeCompleteObjCImplementationCategory()
|
H A D | SemaObjCProperty.cpp | 2113 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 754 const ObjCImplementationDecl *ImpD = IntD->getImplementation(); in createObjCPropertyGetter() 783 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.cpp | 49 return CGM.getContext().lookupFieldBitOffset(ID, ID->getImplementation(), in ComputeBitfieldBitOffset()
|
H A D | CGDebugInfo.cpp | 2565 !ID->getImplementation()) in CreateType() 2579 if (!Def || !Def->getImplementation()) { in CreateType() 2697 if (ID->getImplementation()) in CreateTypeDefinition() 2824 if (ObjCImplementationDecl *ImpD = ID->getImplementation()) { in CreateTypeDefinition()
|
H A D | CGObjCMac.cpp | 1596 return ID->getImplementation() && ID->getSuperClass() && in isClassLayoutKnownStatically() 5257 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in EmitModuleSymbols() 6269 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in FinishNonFragileABIModule() 7249 ComputeIvarBaseOffset(CGM, Interface->getImplementation(), Ivar)); in EmitIvarOffset()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclObjC.h | 1325 ObjCImplementationDecl *getImplementation() const; 2323 ObjCCategoryImplDecl *getImplementation() const;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 6501 if (CDecl->getImplementation()) in Write_class_t() 6515 if (SuperClass->getImplementation()) in Write_class_t() 6527 if (RootClass->getImplementation()) in Write_class_t() 6637 if (ClassDecl->getImplementation()) in Write_category_t()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndex.cpp | 6561 if (ObjCImplementationDecl *ClassImpl = Class->getImplementation()) in clang_getCursorDefinition() 6572 cast<ObjCCategoryDecl>(D)->getImplementation()) in clang_getCursorDefinition() 6592 } else if (ObjCImplementationDecl *Impl = IFace->getImplementation()) in clang_getCursorDefinition()
|