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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
  761   return !(!global_variable || !global_variable->hasName() ||
  761   return !(!global_variable || !global_variable->hasName() ||
  762            !global_variable->getName().startswith("OBJC_SELECTOR_REFERENCES_"));