Lines Matching refs:reportError

81                 return this->reportError<bool>("unnamed markup");
84 return this->reportError<bool>("expected one name only");
93 return this->reportError<bool>("expected parent");
103 return this->reportError<bool>("duplicate symbol");
184 return this->reportError<bool>("unnamed topic");
209 return this->reportError<bool>("mismatched topic");
213 return this->reportError<bool>("already declared topic");
233 this->reportError<bool>("DefinedBy already defined");
301 return this->reportError<bool>("end element mismatch");
309 return this->reportError<bool>("missing example body");
332 return reportError<bool>("too many examples");
365 return this->reportError<bool>("one liners omit end element");
367 return this->reportError<bool>("anchor line must have end element last");
398 return this->reportError<bool>("duplicate alias");
408 return this->reportError<bool>("expected ## to delineate line");
437 reporter.reportError("duplicate example name");
489 this->reportError<bool>(
502 return this->reportError<bool>(errStr.c_str());
510 return this->reportError<bool>("expected grandparent");
540 return this->reportError<string>("unbalanced method");
547 return this->reportError<string>("name mismatch");
687 return this->reportError<bool>("expected definition");
714 return this->reportError<bool>("illegal markup character");
732 return this->reportError<bool>("invalid parent");
736 return this->reportError<bool>("illegal markup character");
739 return this->reportError<bool>("unexpected end");
745 return this->reportError<bool>("duplicate name");
784 return this->reportError<bool>(errorStr.c_str());
787 return this->reportError<bool>("missing table");
819 return fParent->reportError<bool>("mismatched end");
843 return this->reportError<MarkType>("unknown mark type");
1107 return this->reportError<string>("missing parent method name");
1120 return this->reportError<string>("missing method name and reference");
1140 return this->reportError<string>("unexpected method name char");
1146 return this->reportError<string>("missing method name");
1149 return this->reportError<string>("missing method name length");
1160 return this->reportError<string>("expected operator");
1168 return this->reportError<string>("expected destructor");
1228 return this->reportError<bool>("missing parent");
1231 return this->reportError<bool>("definition end is not parent");
1234 return this->reportError<bool>("definition missing start");
1237 return this->reportError<bool>("definition already ended");
1253 void TextParser::reportError(const char* errorStr) const {
1305 return this->reportError<string>("missing typedef std::function end bracket >");
1310 return this->reportError<string>("missing typedef std::function end bracket >");
1329 return this->reportError<string>("missing typedef name");
1336 return this->reportError<string>("missing typedef function asterisk");
1340 return this->reportError<string>("missing typedef function )");
1344 return this->reportError<string>("missing typedef params (");
1347 return this->reportError<string>("missing typedef params )");
1362 return this->reportError<bool>("expected end mark");
1366 return this->reportError<bool>("expected end mark");
1374 return this->reportError<bool>("missing end");
1413 return this->reportError<bool>("unbalanced stack");
1419 return this->reportError<bool>("expected end mark");
1561 return this->reportError<string>("missing parent typedef name");
1683 return this->reportError<string>("no comma needed");
1690 return this->reportError<string>("unexpected char");
1695 return this->reportError<string>("expected Sk");
1698 return this->reportError<string>("expected ::");
1704 return this->reportError<string>("didn't expected kX");
1707 return this->reportError<string>("expected Sk");