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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86294   SWIG_Python_SetConstant(d, "eValueTypeConstResult",SWIG_From_int(static_cast< int >(lldb::eValueTypeConstResult)));
tools/lldb/source/API/SBFrame.cpp
  672         case eValueTypeConstResult: // constant result variables
tools/lldb/source/Core/ValueObjectConstResult.cpp
  195   return eValueTypeConstResult;
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  949     scope = eValueTypeConstResult;
tools/lldb/source/Symbol/Variable.cpp
  288   case eValueTypeConstResult: