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

References

tools/lldb/include/lldb/DataFormatters/FormattersHelpers.h
   24                ConstString type_name, TypeFormatImpl::Flags flags,
tools/lldb/include/lldb/DataFormatters/TypeFormat.h
   31     Flags(const Flags &other) : m_flags(other.m_flags) {}
   35     Flags &operator=(const Flags &rhs) {
   35     Flags &operator=(const Flags &rhs) {
   42     Flags &operator=(const uint32_t &rhs) {
   47     Flags &Clear() {
   56     Flags &SetCascades(bool value = true) {
   69     Flags &SetSkipPointers(bool value = true) {
   82     Flags &SetSkipReferences(bool value = true) {
   95     Flags &SetNonCacheable(bool value = true) {
  111   TypeFormatImpl(const Flags &flags = Flags());
  152   Flags m_flags;
  162                         const TypeFormatImpl::Flags &flags = Flags());
  190                           const TypeFormatImpl::Flags &flags = Flags());
tools/lldb/source/DataFormatters/FormatManager.cpp
  981   TypeFormatImpl::Flags fourchar_flags;
tools/lldb/source/DataFormatters/FormattersHelpers.cpp
   27     ConstString type_name, TypeFormatImpl::Flags flags, bool regex) {
tools/lldb/source/DataFormatters/TypeFormat.cpp
   30 TypeFormatImpl::TypeFormatImpl(const Flags &flags)
   36                                              const TypeFormatImpl::Flags &flags)
  135     ConstString type_name, const TypeFormatImpl::Flags &flags)
usr/include/c++/7.4.0/bits/alloc_traits.h
  474 	construct(allocator_type& __a, _Up* __p, _Args&&... __args)
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
usr/include/c++/7.4.0/bits/shared_ptr.h
  343 		   _Args&&... __args)
  688     allocate_shared(const _Alloc& __a, _Args&&... __args)
  703     make_shared(_Args&&... __args)
usr/include/c++/7.4.0/bits/shared_ptr_base.h
 1317 		     _Args&&... __args)
usr/include/c++/7.4.0/ext/new_allocator.h
  135 	construct(_Up* __p, _Args&&... __args)
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };