Lines Matching refs:m_input
11 m_input = NULL;
25 m_input = NULL;
39 m_input = NULL;
54 m_input = ctoken.m_input;
68 m_input = ctoken.m_input;
91 (m_input == ctoken.m_input) &&
100 return m_input;
118 m_input = input;
138 if (m_input != NULL)
139 return m_input->substr( this->get_startIndex(), this->get_stopIndex() );
245 return (m_startIndex == -1) ? (ANTLR_MARKER)(m_input->get_data()) : m_startIndex;