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

References

tools/clang/include/clang/AST/DeclObjC.h
  804       PropertyAttributes(OBJC_PR_noattr),
  805       PropertyAttributesAsWritten(OBJC_PR_noattr),
tools/clang/lib/ARCMigrate/TransGCAttrs.cpp
  235     Attrs = ObjCPropertyDecl::OBJC_PR_noattr;
tools/clang/lib/AST/DeclPrinter.cpp
 1464   if (PDecl->getPropertyAttributes() != ObjCPropertyDecl::OBJC_PR_noattr) {
tools/clang/lib/AST/JSONNodeDumper.cpp
  997   if (Attrs != ObjCPropertyDecl::OBJC_PR_noattr) {
tools/clang/lib/AST/TextNodeDumper.cpp
 1901   if (Attrs != ObjCPropertyDecl::OBJC_PR_noattr) {