reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/DeclObjC.h
 1348   ObjCImplementationDecl *getImplementation() const;

References

tools/clang/lib/ARCMigrate/TransGCAttrs.cpp
  149         return ID->getImplementation() != nullptr;
tools/clang/lib/AST/ASTContext.cpp
 2574   if (ObjCImplementationDecl *ImplDecl = OI->getImplementation())
tools/clang/lib/AST/ASTImporter.cpp
 4553   if (From->getImplementation()) {
 4555         import(From->getImplementation()))
 4710   ObjCImplementationDecl *Impl = Iface->getImplementation();
 4742     Importer.MapImported(D, Iface->getImplementation());
 4744     Importer.MapImported(D, Iface->getImplementation());
tools/clang/lib/AST/DeclObjC.cpp
  497   if (const auto *ImplD = D->getImplementation()) {
  750   if (ObjCImplementationDecl *ImpDecl = getImplementation())
 1625   if (ObjCImplementationDecl *ImplDecl = getImplementation()) {
tools/clang/lib/AST/JSONNodeDumper.cpp
  964   JOS.attribute("implementation", createBareDeclRef(D->getImplementation()));
tools/clang/lib/AST/TextNodeDumper.cpp
 1873   dumpDeclRef(D->getImplementation());
tools/clang/lib/Analysis/BodyFarm.cpp
  756     IVar->getContainingInterface()->getImplementation();
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 2341       !ID->getImplementation())
 2355   if (!Def || !Def->getImplementation()) {
 2456   if (ID->getImplementation())
 2573     if (ObjCImplementationDecl *ImpD = ID->getImplementation()) {
tools/clang/lib/CodeGen/CGObjCMac.cpp
 1589     return ID->getImplementation() && ID->getSuperClass() &&
 5066     if (ObjCImplementationDecl *IMP = ID->getImplementation())
 6092     if (ObjCImplementationDecl *IMP = ID->getImplementation())
 7069         ComputeIvarBaseOffset(CGM, Interface->getImplementation(), Ivar));
tools/clang/lib/CodeGen/CGObjCRuntime.cpp
   48   return CGM.getContext().lookupFieldBitOffset(ID, ID->getImplementation(),
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 6486     if (CDecl->getImplementation())
 6500     if (SuperClass->getImplementation())
 6512       if (RootClass->getImplementation())
 6622   if (ClassDecl->getImplementation())
tools/clang/lib/Sema/SemaCodeComplete.cpp
  214             ObjCImplementation = Interface->getImplementation();
 6272   if (ObjCImplementationDecl *Impl = IFace->getImplementation())
 7144           (!OnlyUnimplemented || !Class->getImplementation()))
tools/clang/lib/Sema/SemaDeclObjC.cpp
  447         ImplDeclOfMethodDecl = OID->getImplementation();
  451             ImplDeclOfMethodDecl = OID->getImplementation();
 1827   if (!CategoryName && IDecl->getImplementation()) {
 1829     Diag(IDecl->getImplementation()->getLocation(),
 2065   if (IDecl->getImplementation()) {
 2068     Diag(IDecl->getImplementation()->getLocation(),
tools/clang/lib/Sema/SemaLookup.cpp
 3911       if (IFace->getImplementation()) {
 3913         lookupInDeclContext(IFace->getImplementation(), Result,
tools/clang/lib/Sema/SemaObjCProperty.cpp
 2055       if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) {
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  558     ObjCImplDecl *ImplDecl = Interface->getImplementation();
tools/clang/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp
   59     ImplD = IntD->getImplementation();
   61     ImplD = CatD->getClassInterface()->getImplementation();
tools/clang/tools/libclang/CIndex.cpp
 6395       if (ObjCImplementationDecl *ClassImpl = Class->getImplementation())
 6425     } else if (ObjCImplementationDecl *Impl = IFace->getImplementation())