Searched refs:m_result_is_pointer (Results 1 – 2 of 2) sorted by relevance
186 m_result_is_pointer = true; in CreateResultVariable()192 m_result_is_pointer = false; in CreateResultVariable()269 if (m_result_is_pointer) { in CreateResultVariable()394 result_decl, m_result_name, m_result_type, true, m_result_is_pointer)) in CreateResultVariable()1565 if (name == m_result_name && !m_result_is_pointer) { in ReplaceVariables()
353 bool m_result_is_pointer = false; variable