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()
342 m_found_entities.AddNewlyConstructedVariable(var); in AddPersistentVariable()1699 m_found_entities.AddNewlyConstructedVariable(entity); in AddOneVariable()1791 m_found_entities.AddNewlyConstructedVariable(entity); in AddOneGenericVariable()1919 m_found_entities.AddNewlyConstructedVariable(entity); in AddOneRegister()2085 m_found_entities.AddNewlyConstructedVariable(entity); in AddOneFunction()
149 AddNewlyConstructedVariable(ExpressionVariable *var) { in AddNewlyConstructedVariable() function