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

Declarations

tools/clang/include/clang/AST/DeclObjC.h
  474   const ObjCPropertyDecl *findPropertyDecl(bool CheckOverrides = true) const;

References

tools/clang/lib/ARCMigrate/ObjCMT.cpp
  260     const ObjCPropertyDecl *Prop = Method->findPropertyDecl();
tools/clang/lib/AST/ASTContext.cpp
  556         if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl())
tools/clang/lib/AST/DeclObjC.cpp
 1372     if (const ObjCPropertyDecl *Prop = Override->findPropertyDecl(false))
tools/clang/lib/Analysis/BodyFarm.cpp
  817   const ObjCPropertyDecl *Prop = D->findPropertyDecl();
tools/clang/lib/Index/IndexBody.cpp
  248               Getter->getCanonicalDecl()->findPropertyDecl())
  302         if (const auto *PD = Getter->getCanonicalDecl()->findPropertyDecl()) {
tools/clang/lib/Sema/ScopeInfo.cpp
  197       if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) {
tools/clang/lib/Sema/SemaCodeComplete.cpp
 2785                              ->findPropertyDecl(/*CheckOverrides=*/false))
 3541   const ObjCPropertyDecl *PDecl = M->findPropertyDecl();
 3558   const ObjCPropertyDecl *PDecl = M->findPropertyDecl();
tools/clang/lib/Sema/SemaDeclAttr.cpp
 8505     if (const ObjCPropertyDecl *PD = MD->findPropertyDecl()) {
tools/clang/lib/Sema/SemaDeclObjC.cpp
 5001   if ((PDecl = Method->findPropertyDecl()))
tools/clang/lib/Sema/SemaExpr.cpp
  290       return MD->findPropertyDecl();
tools/clang/lib/Sema/SemaExprObjC.cpp
 1920       if (const ObjCPropertyDecl *PDecl = Setter->findPropertyDecl()) {
 3180       if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) {
 4157                   InstanceMethod->findPropertyDecl()) {
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
 1100   return MD->findPropertyDecl();