Searched refs:m_context (Results 1 – 2 of 2) sorted by relevance
91 delete m_context; in ~Importer()101 m_context(new ImportContext(errors)), in Importer()113 m_context(context), in Importer()116 ASSERT(m_context); in Importer()129 m_context(new ImportContext(errors)), in Importer()146 m_context(context), in Importer()149 ASSERT(m_context); in Importer()162 return *m_context; in context()193 m_context->reset(); in reset()210 m_context->reportError(str.String()); in parseBuffer()[all …]
153 ImportContext* const m_context; variable