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

References

tools/clang/lib/AST/DeclPrinter.cpp
 1533         ObjCPropertyDecl::OBJC_PR_nullability) {
tools/clang/lib/AST/JSONNodeDumper.cpp
 1017                         Attrs & ObjCPropertyDecl::OBJC_PR_nullability);
tools/clang/lib/Sema/SemaObjCProperty.cpp
  703     PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_nullability);
tools/lldb/source/Symbol/ClangASTContext.cpp
 8473         if (property_attributes & clang::ObjCPropertyDecl::OBJC_PR_nullability)
 8475               clang::ObjCPropertyDecl::OBJC_PR_nullability);