Searched refs:m_next_persistent_variable_id (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp49 if (m_next_persistent_variable_id == 0)
63 if (variable_id == m_next_persistent_variable_id - 1)
64 m_next_persistent_variable_id--;
H A DClangPersistentVariables.h82 uint32_t m_next_persistent_variable_id = 0; member in class:lldb_private::ClangPersistentVariables

Completed in 60 milliseconds