Searched refs:AddNewlyConstructedVariable (Results 1 – 3 of 3) sorted by relevance
31 return AddNewlyConstructedVariable(new ClangExpressionVariable(valobj_sp)); in CreatePersistentVariable()38 return AddNewlyConstructedVariable(new ClangExpressionVariable( in CreatePersistentVariable()
239 m_found_entities.AddNewlyConstructedVariable(var); in AddPersistentVariable()1581 m_found_entities.AddNewlyConstructedVariable(entity); in AddOneVariable()1660 m_found_entities.AddNewlyConstructedVariable(entity); in AddOneGenericVariable()1705 m_found_entities.AddNewlyConstructedVariable(entity); in AddOneRegister()1853 m_found_entities.AddNewlyConstructedVariable(entity); in AddOneFunction()
138 AddNewlyConstructedVariable(ExpressionVariable *var) { in AddNewlyConstructedVariable() function