Searched refs:getImplementation (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCPropertyChecker.cpp59 ImplD = IntD->getImplementation();
61 ImplD = CatD->getClassInterface()->getImplementation();
H A DObjCUnusedIVarsChecker.cpp90 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation())
H A DCheckObjCDealloc.cpp558 ObjCImplDecl *ImplDecl = Interface->getImplementation();
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp149 return ID->getImplementation() != nullptr;
151 return CD->getImplementation() != nullptr;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp497 if (const auto *ImplD = D->getImplementation()) {
750 if (ObjCImplementationDecl *ImpDecl = getImplementation())
1574 ObjCImplementationDecl *ObjCInterfaceDecl::getImplementation() const { function in class:ObjCInterfaceDecl
1651 if (ObjCImplementationDecl *ImplDecl = getImplementation()) {
1707 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation())
1717 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation())
2045 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { function in class:ObjCCategoryDecl
H A DTextNodeDumper.cpp1873 dumpDeclRef(D->getImplementation());
1895 dumpDeclRef(D->getImplementation());
H A DJSONNodeDumper.cpp941 JOS.attribute("implementation", createBareDeclRef(D->getImplementation()));
969 JOS.attribute("implementation", createBareDeclRef(D->getImplementation()));
H A DASTImporter.cpp4266 if (D->getImplementation()) {
4268 import(D->getImplementation()))
4717 if (From->getImplementation()) {
4719 import(From->getImplementation()))
4831 ObjCCategoryImplDecl *ToImpl = Category->getImplementation();
4874 ObjCImplementationDecl *Impl = Iface->getImplementation();
4906 Importer.MapImported(D, Iface->getImplementation());
4908 Importer.MapImported(D, Iface->getImplementation());
H A DASTContext.cpp2696 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation())
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp48 return CGM.getContext().lookupFieldBitOffset(ID, ID->getImplementation(),
H A DCGDebugInfo.cpp2376 !ID->getImplementation())
2390 if (!Def || !Def->getImplementation()) {
2491 if (ID->getImplementation())
2608 if (ObjCImplementationDecl *ImpD = ID->getImplementation()) {
H A DCGObjCMac.cpp1606 return ID->getImplementation() && ID->getSuperClass() &&
5212 if (ObjCImplementationDecl *IMP = ID->getImplementation())
6240 if (ObjCImplementationDecl *IMP = ID->getImplementation())
7207 ComputeIvarBaseOffset(CGM, Interface->getImplementation(), Ivar));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp749 const ObjCImplementationDecl *ImpD = IntD->getImplementation();
774 IVar->getContainingInterface()->getImplementation();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp447 ImplDeclOfMethodDecl = OID->getImplementation();
451 ImplDeclOfMethodDecl = OID->getImplementation();
453 ImplDeclOfMethodDecl = CD->getImplementation();
1827 if (!CategoryName && IDecl->getImplementation()) {
1829 Diag(IDecl->getImplementation()->getLocation(),
1940 if (CatIDecl->getImplementation()) {
1943 Diag(CatIDecl->getImplementation()->getLocation(),
2065 if (IDecl->getImplementation()) {
2068 Diag(IDecl->getImplementation()->getLocation(),
H A DSemaLookup.cpp3938 if (IFace->getImplementation()) {
3940 lookupInDeclContext(IFace->getImplementation(), Result,
3957 if (Category->getImplementation()) {
3959 lookupInDeclContext(Category->getImplementation(), Result,
H A DSemaCodeComplete.cpp214 ObjCImplementation = Interface->getImplementation();
6285 if (ObjCCategoryImplDecl *Impl = CatDecl->getImplementation())
6299 if (ObjCImplementationDecl *Impl = IFace->getImplementation())
7171 (!OnlyUnimplemented || !Class->getImplementation()))
7300 if ((!IgnoreImplemented || !Cat->getImplementation()) &&
H A DSemaObjCProperty.cpp2122 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1363 ObjCImplementationDecl *getImplementation() const;
2353 ObjCCategoryImplDecl *getImplementation() const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6490 if (CDecl->getImplementation())
6504 if (SuperClass->getImplementation())
6516 if (RootClass->getImplementation())
6626 if (ClassDecl->getImplementation())

Completed in 316 milliseconds