Home
last modified time | relevance | path

Searched refs:IsPermanentVariableReference (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.cpp584 bool Variables::IsPermanentVariableReference(int64_t var_ref) { in IsPermanentVariableReference() function in lldb_vscode::Variables
589 if (IsPermanentVariableReference(var_ref)) { in GetVariable()
H A DVSCode.h103 static bool IsPermanentVariableReference(int64_t var_ref);
H A Dlldb-vscode.cpp3031 g_vsc.variables.IsPermanentVariableReference(variablesReference); in request_variables()