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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86665   SWIG_Python_SetConstant(d, "eTypeOptionNonCacheable",SWIG_From_int(static_cast< int >(lldb::eTypeOptionNonCacheable)));
tools/lldb/include/lldb/DataFormatters/TypeFormat.h
   91       return (m_flags & lldb::eTypeOptionNonCacheable) ==
   92              lldb::eTypeOptionNonCacheable;
   97         m_flags |= lldb::eTypeOptionNonCacheable;
   99         m_flags &= ~lldb::eTypeOptionNonCacheable;
tools/lldb/include/lldb/DataFormatters/TypeSummary.h
  182       return (m_flags & lldb::eTypeOptionNonCacheable) ==
  183              lldb::eTypeOptionNonCacheable;
  188         m_flags |= lldb::eTypeOptionNonCacheable;
  190         m_flags &= ~lldb::eTypeOptionNonCacheable;
tools/lldb/include/lldb/DataFormatters/TypeSynthetic.h
  193       return (m_flags & lldb::eTypeOptionNonCacheable) ==
  194              lldb::eTypeOptionNonCacheable;
  199         m_flags |= lldb::eTypeOptionNonCacheable;
  201         m_flags &= ~lldb::eTypeOptionNonCacheable;
tools/lldb/include/lldb/DataFormatters/TypeValidator.h
   90       return (m_flags & lldb::eTypeOptionNonCacheable) ==
   91              lldb::eTypeOptionNonCacheable;
   96         m_flags |= lldb::eTypeOptionNonCacheable;
   98         m_flags &= ~lldb::eTypeOptionNonCacheable;