Searched refs:m_pErrorInfo (Results 1 – 6 of 6) sorted by relevance
17 : m_pToken(nullptr), m_pErrorInfo(pErrorInfo) { in CXFA_FMParse()18 m_lexer = pdfium::MakeUnique<CXFA_FMLexer>(wsFormcalc, m_pErrorInfo); in CXFA_FMParse()43 m_pErrorInfo->linenum = lineNum; in Error()46 m_pErrorInfo->message.FormatV(msg, ap); in Error()128 if (!m_pErrorInfo->message.IsEmpty()) in ParseFunction()202 if (!m_pErrorInfo->message.IsEmpty()) in ParseVarExpression()214 if (m_pErrorInfo->message.IsEmpty()) { in ParseSimpleExpression()227 if (!m_pErrorInfo->message.IsEmpty()) in ParseExpExpression()244 if (m_pErrorInfo->message.IsEmpty()) { in ParseLogicalOrExpression()270 if (m_pErrorInfo->message.IsEmpty()) { in ParseLogicalAndExpression()[all …]
15 : m_parse(wsFormcalc, &m_pErrorInfo) {} in CXFA_FMProgram()21 if (!m_pErrorInfo.message.IsEmpty()) in ParseProgram()26 if (!m_pErrorInfo.message.IsEmpty()) in ParseProgram()
23 const CXFA_FMErrorInfo& GetError() const { return m_pErrorInfo; } in GetError()26 CXFA_FMErrorInfo m_pErrorInfo;
164 : m_ptr(wsFormCalc.c_str()), m_uCurrentLine(1), m_pErrorInfo(pErrorInfo) {} in CXFA_FMLexer()534 m_pErrorInfo->linenum = m_uCurrentLine; in Error()537 m_pErrorInfo->message.FormatV(msg, ap); in Error()542 if (m_pErrorInfo->message.IsEmpty()) { in HasError()
53 CXFA_FMErrorInfo* const m_pErrorInfo; variable
133 CXFA_FMErrorInfo* m_pErrorInfo; variable