Home | History | Annotate | Download | only in parser

Lines Matching refs:m_inputStreamPreprocessor

108     : m_inputStreamPreprocessor(this)
144 result.skipNextNewLine = m_inputStreamPreprocessor.skipNextNewLine();
154 m_inputStreamPreprocessor.reset(checkpoint.skipNextNewLine);
194 || !m_inputStreamPreprocessor.peek(source)) \
196 cc = m_inputStreamPreprocessor.nextInputCharacter(); \
227 if (source.isEmpty() || !m_inputStreamPreprocessor.peek(source))
229 UChar cc = m_inputStreamPreprocessor.nextInputCharacter();