Lines Matching refs:doc
285 std::string doc;
286 std::getline(sin, doc, (char)EOF);
287 return parse(doc, root, collectComments);
318 // Set error location to start of doc, ideally should be first token found
319 // in doc
1281 // Set error location to start of doc, ideally should be first token found
1282 // in doc
2166 std::string doc = ssin.str();
2167 char const* begin = doc.data();
2168 char const* end = begin + doc.size();