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

References

tools/clang/lib/ARCMigrate/TransProperties.cpp
  113       ObjCIvarDecl *ivarD = implD->getPropertyIvarDecl();
tools/clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
  178         if (PropImpDecl && PropImpDecl->getPropertyIvarDecl() == IVDecl) {
tools/clang/lib/AST/ASTContext.cpp
 6590     const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl();
tools/clang/lib/AST/ASTImporter.cpp
 4880   if (Error Err = importInto(Ivar, D->getPropertyIvarDecl()))
 4922         Ivar != ToImpl->getPropertyIvarDecl()) {
 4926         << ToImpl->getPropertyIvarDecl()->getDeclName()
 4930         << D->getPropertyIvarDecl()->getDeclName();
tools/clang/lib/AST/DeclObjC.cpp
 2099     if (PID->getPropertyIvarDecl() &&
 2100         PID->getPropertyIvarDecl()->getIdentifier() == ivarId)
tools/clang/lib/AST/DeclPrinter.cpp
 1566   if (PID->getPropertyIvarDecl())
 1567     Out << '=' << *PID->getPropertyIvarDecl();
tools/clang/lib/AST/JSONNodeDumper.cpp
 1030   JOS.attribute("ivarDecl", createBareDeclRef(D->getPropertyIvarDecl()));
tools/clang/lib/AST/TextNodeDumper.cpp
 1938   dumpDeclRef(D->getPropertyIvarDecl());
tools/clang/lib/CodeGen/CGObjC.cpp
  833   ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl();
 1035       ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl();
 1046   ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl();
 1315   ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl();
 3489   QualType Ty = PID->getPropertyIvarDecl()->getType();
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  939   ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
 7029     if (!Prop->getPropertyIvarDecl())
 7279     if (!Prop->getPropertyIvarDecl())
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
  785   ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
 5353     if (!Prop->getPropertyIvarDecl())
 5631     if (!Prop->getPropertyIvarDecl())
tools/clang/lib/Index/IndexDecl.cpp
  522     if (ObjCIvarDecl *ID = D->getPropertyIvarDecl())
  546     if (ObjCIvarDecl *IvarD = D->getPropertyIvarDecl()) {
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  885   Record.AddDeclRef(D->getPropertyIvarDecl());
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
   75   (*ID) = I->getPropertyIvarDecl();
  236        << "must release '" << *PropImplRequiringRelease->getPropertyIvarDecl()
  284     SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal);
  684   OS << "The '" << *PropImpl->getPropertyIvarDecl()
  740   OS << "'" << *PropImpl->getPropertyIvarDecl()
 1040   assert(PropImpl->getPropertyIvarDecl());
 1042   StringRef IvarName = PropImpl->getPropertyIvarDecl()->getName();
 1051       PropImpl->getPropertyIvarDecl()->getContainingInterface();
 1071   const ObjCIvarDecl *IvarDecl = PropImpl->getPropertyIvarDecl();
tools/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp
   67   const ObjCIvarDecl *ID = D->getPropertyIvarDecl();
tools/clang/tools/libclang/CIndex.cpp
 1207   if (ObjCIvarDecl *Ivar = PD->getPropertyIvarDecl())