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

References

tools/clang/lib/ARCMigrate/ObjCMT.cpp
  257     if (!Method->isPropertyAccessor())
 1168   if (Method->isPropertyAccessor() || !Method->isInstanceMethod() ||
tools/clang/lib/AST/ASTContext.cpp
  555       if (OMD && OMD->isPropertyAccessor())
tools/clang/lib/AST/ASTImporter.cpp
 3967           D->isPropertyAccessor(), D->isImplicit(), D->isDefined(),
tools/clang/lib/AST/DeclObjC.cpp
 1307   if (isPropertyAccessor()) {
tools/clang/lib/Analysis/BodyFarm.cpp
  802   if (!D->isPropertyAccessor())
tools/clang/lib/Analysis/PathDiagnostic.cpp
  868         MD->isPropertyAccessor() &&
tools/clang/lib/Index/IndexDecl.cpp
  493     if (D->isPropertyAccessor())
  537       if (MD->isPropertyAccessor() &&
  542       if (MD->isPropertyAccessor() &&
tools/clang/lib/Index/IndexSymbol.cpp
  219       if (MD->isPropertyAccessor()) {
tools/clang/lib/Sema/SemaCodeComplete.cpp
 2783       cast<ObjCMethodDecl>(Param->getDeclContext())->isPropertyAccessor()) {
 3551   if (!M || !M->isPropertyAccessor())
tools/clang/lib/Sema/SemaDeclObjC.cpp
 2743           !method->isPropertyAccessor() &&
 2764               if (C || MethodInClass->isPropertyAccessor())
 2818     if (!I->isPropertyAccessor() &&
 2834         else if (!I->isPropertyAccessor())
 2845     if (!I->isPropertyAccessor() &&
 2860         else if (!I->isPropertyAccessor())
 3619          Method->getMethod()->isPropertyAccessor()))
 3626          Method->getMethod()->isPropertyAccessor()))
 4999   if (!Method || !Method->isPropertyAccessor())
tools/clang/lib/Sema/SemaExprObjC.cpp
 1917   if (Setter && Setter->isImplicit() && Setter->isPropertyAccessor() &&
 4155         if (InstanceMethod->isPropertyAccessor())
tools/clang/lib/Sema/SemaObjCProperty.cpp
 1788   if (!IMD || !IMD->isPropertyAccessor())
tools/clang/lib/Sema/SemaPseudoObject.cpp
  664     if (setter->isPropertyAccessor() && warn)
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  675   Record.push_back(D->isPropertyAccessor());
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
  388   if (!Method || !Method->isPropertyAccessor())
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
 1096   if (!MD || !MD->isPropertyAccessor())
 1285               if (CompileTimeMD->isPropertyAccessor()) {
tools/clang/tools/libclang/CIndex.cpp
 1124     if (MD->isPropertyAccessor() && MD->getLexicalDeclContext() == CDecl)
 1129     if (MD->isPropertyAccessor() && MD->getLexicalDeclContext() == CDecl)