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

Declarations

tools/clang/include/clang/AST/DeclObjC.h
 1095   bool HasUserDeclaredSetterMethod(const ObjCPropertyDecl *P) const;

References

tools/clang/lib/AST/DeclObjC.cpp
  157       if (Proto->HasUserDeclaredSetterMethod(Property))
  163       if (OSC->HasUserDeclaredSetterMethod(Property))
  170       if (PI->HasUserDeclaredSetterMethod(Property))
tools/clang/lib/Sema/SemaObjCProperty.cpp
 1896           !IDecl->HasUserDeclaredSetterMethod(Prop)) {
tools/clang/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp
   64   if (!ImplD || ImplD->HasUserDeclaredSetterMethod(D))