Home
last modified time | relevance | path

Searched refs:varID (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/tools/lldb-vscode/
DJSONUtils.h442 int64_t varID, bool format_hex);
DJSONUtils.cpp969 int64_t varID, bool format_hex) { in CreateVariable() argument
978 if (varID != INT64_MAX) in CreateVariable()
979 object.try_emplace("id", varID); in CreateVariable()