Searched refs:m_local_variables (Results 1 – 2 of 2) sorted by relevance
273 llvm::DenseMap<lldb::user_id_t, lldb::VariableSP> m_local_variables; variable
1871 m_local_variables[toOpaqueUid(var_id)] = var_sp; in CreateLocalVariable()1877 auto iter = m_local_variables.find(toOpaqueUid(var_id)); in GetOrCreateLocalVariable()1878 if (iter != m_local_variables.end()) in GetOrCreateLocalVariable()