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

Declarations

tools/lldb/include/lldb/API/SBFileSpec.h
   37   bool IsValid() const;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
28707     result = (bool)((lldb::SBFileSpec const *)arg1)->IsValid();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  517     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBAttachInfo.cpp
  120   if (exe_file.IsValid())
tools/lldb/source/API/SBCommandInterpreter.cpp
  310   if (!file.IsValid()) {
tools/lldb/source/API/SBCompileUnit.cpp
  106     if (inline_file_spec && inline_file_spec->IsValid())
tools/lldb/source/API/SBDeclaration.cpp
  102   if (filespec.IsValid())
tools/lldb/source/API/SBFileSpec.cpp
   80   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFileSpec, IsValid);
  206   LLDB_REGISTER_METHOD_CONST(bool, SBFileSpec, IsValid, ());
tools/lldb/source/API/SBLineEntry.cpp
  117   if (filespec.IsValid())
tools/lldb/source/API/SBModule.cpp
  284   if (sb_file_spec.IsValid() && module_sp) {
tools/lldb/source/API/SBTarget.cpp
 1020   if (source_file.IsValid()) {
 1642   if (target_sp && sb_file_spec.IsValid()) {
 1656   if (target_sp && sb_file_spec.IsValid())
tools/lldb/source/API/SBThread.cpp
  890     if (sb_file_spec.IsValid()) {
tools/lldb/tools/driver/Driver.cpp
  389     if (python_file_spec.IsValid()) {
tools/lldb/tools/lldb-vscode/JSONUtils.cpp
  462   if (file.IsValid()) {
  478   if (line_entry.GetFileSpec().IsValid())