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

References

tools/lldb/include/lldb/API/SBTypeFormat.h
   73   bool CopyOnWrite_Impl(Type);
tools/lldb/source/API/SBTypeFormat.cpp
   84   if (CopyOnWrite_Impl(Type::eTypeFormat))
   91   if (CopyOnWrite_Impl(Type::eTypeEnum))
   99   if (CopyOnWrite_Impl(Type::eTypeKeepSame))
  167 bool SBTypeFormat::CopyOnWrite_Impl(Type type) {
  172       ((type == Type::eTypeKeepSame) ||
  173        (type == Type::eTypeFormat &&
  175        (type == Type::eTypeEnum &&
  179   if (type == Type::eTypeKeepSame) {
  181       type = Type::eTypeFormat;
  183       type = Type::eTypeEnum;
  186   if (type == Type::eTypeFormat)