Lines Matching defs:line
2301 size_t line = 0, column = 0;
2309 if (xml_char_sptr l = xml::build_sptr(xmlGetProp(node, BAD_CAST("line"))))
2310 line = atoi(CHAR_STR(l));
2319 line,
2326 /// The artificial location is the line number of the xmlNode as well
2343 size_t line = 0, column = 0;
2345 line = node->line;
2353 line, column);
2360 /// The artificial location is the line number of the xmlNode as well