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

Declarations

tools/lldb/include/lldb/Symbol/CompilerType.h
  119   bool IsPointerToScalarType() const;

References

tools/lldb/source/Target/StackFrame.cpp
  779         if (valobj_sp->GetCompilerType().IsPointerToScalarType() && deref) {
  978       if (valobj_sp->GetCompilerType().IsPointerToScalarType() && deref) {