Searched refs:m_line (Results 1 – 7 of 7) sorted by relevance
142 bool prevIsIdentifierChar = m_line.length() > 0 && isIdentifierChar(m_line[m_line.length()-1]); in processToken()148 m_line += " "; in processToken()149 m_line += token.getIdentifier(); in processToken()157 m_line += f; in processToken()162 m_line += de::toString(token.getInt()); in processToken()166 m_line += (token.getBool() ? "true" : "false"); in processToken()183 m_str << m_line + "\n"; in processToken()184 m_line = ""; in processToken()191 m_line += " "; in processToken()192 m_line += tokenStr; in processToken()
48 std::string m_line; member in rsg::PrettyPrinter
33 uint32_t GetLine() { return m_line; } in GetLine()38 uint32_t m_line; variable
24 : m_type(XFA_FM_EXPTYPE_UNKNOWN), m_line(line) {} in CXFA_FMExpression()27 : m_type(type), m_line(line) {} in CXFA_FMExpression()
68 uint32_t m_line;
121 : m_line(line), m_op(op) {} in CXFA_FMSimpleExpression()
1248 let m_line = const_int i32_type 2 in1252 let md = mdnode context [| m_line; m_col; m_scope; m_inlined |] in