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

Declarations

tools/lldb/include/lldb/Symbol/CompilerType.h
  132   bool IsScalarType() const;

References

tools/lldb/source/Core/ValueObject.cpp
 1698 bool ValueObject::IsScalarType() { return GetCompilerType().IsScalarType(); }
tools/lldb/source/Symbol/CompilerType.cpp
  246   return IsPointerType() && GetPointeeType().IsScalarType();
  252     return element_type.IsScalarType();
tools/lldb/source/Target/StackFrame.cpp
  894         } else if (valobj_sp->GetCompilerType().IsScalarType()) {