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

References

tools/lldb/include/lldb/DataFormatters/TypeValidator.h
   30     Flags(const Flags &other) : m_flags(other.m_flags) {}
   34     Flags &operator=(const Flags &rhs) {
   34     Flags &operator=(const Flags &rhs) {
   41     Flags &operator=(const uint32_t &rhs) {
   46     Flags &Clear() {
   55     Flags &SetCascades(bool value = true) {
   68     Flags &SetSkipPointers(bool value = true) {
   81     Flags &SetSkipReferences(bool value = true) {
   94     Flags &SetNonCacheable(bool value = true) {
  110   TypeValidatorImpl(const Flags &flags = Flags());
  157   Flags m_flags;
  171                         const TypeValidatorImpl::Flags &flags = Flags());
tools/lldb/source/DataFormatters/TypeValidator.cpp
   18 TypeValidatorImpl::TypeValidatorImpl(const Flags &flags)
   33     ValidatorFunction f, std::string d, const TypeValidatorImpl::Flags &flags)