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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 8427         } else if (!(property_attributes & DW_APPLE_PROPERTY_readonly)) {
 8455         if (property_attributes & DW_APPLE_PROPERTY_readonly)
 8458         if (property_attributes & DW_APPLE_PROPERTY_readwrite)
 8461         if (property_attributes & DW_APPLE_PROPERTY_assign)
 8464         if (property_attributes & DW_APPLE_PROPERTY_retain)
 8467         if (property_attributes & DW_APPLE_PROPERTY_copy)
 8470         if (property_attributes & DW_APPLE_PROPERTY_nonatomic)
 8473         if (property_attributes & clang::ObjCPropertyDecl::OBJC_PR_nullability)
 8476         if (property_attributes &
 8480         if (property_attributes & clang::ObjCPropertyDecl::OBJC_PR_class)
 8485             (property_attributes & clang::ObjCPropertyDecl::OBJC_PR_class) == 0;