Lines Matching refs:reportError
142 return this->reportError<bool>("unnamed markup"); in addDefinition()
145 return this->reportError<bool>("expected one name only"); in addDefinition()
157 return this->reportError<bool>("expected parent"); in addDefinition()
167 return this->reportError<bool>("duplicate symbol"); in addDefinition()
259 return this->reportError<bool>("unnamed topic"); in addDefinition()
268 return this->reportError<bool>("#Topic must be root"); in addDefinition()
274 return this->reportError<bool>("#Subtopic may not be root"); in addDefinition()
281 return this->reportError<bool>("#Subtopic missing parent"); in addDefinition()
307 return this->reportError<bool>("mismatched topic"); in addDefinition()
311 return this->reportError<bool>("already declared topic"); in addDefinition()
374 this->reportError<bool>("duplicate phrase key"); in addDefinition()
394 this->reportError<bool>("put ## on separate line"); in addDefinition()
406 return this->reportError<bool>("duplicate alias"); in addDefinition()
424 return this->reportError<bool>("unexpected phrase list end"); in addDefinition()
454 return this->reportError<bool>("end element mismatch"); in addDefinition()
462 return this->reportError<bool>("missing example body"); in addDefinition()
486 return reportError<bool>("too many examples"); in addDefinition()
521 return this->reportError<bool>("one liners omit end element"); in addDefinition()
523 return this->reportError<bool>("anchor line must have end element last"); in addDefinition()
556 reporter.reportError("duplicate example name"); in reportDuplicates()
602 return def->reportError<bool>("missing hash"); in check_example_hashes()
652 return this->reportError<bool>("mismatched end marker expect #"); in checkEndMarker()
658 return this->reportError<bool>("expected #XXX ## to match"); in checkEndMarker()
666 return this->reportError<bool>("expected ##"); in checkEndMarker()
673 return this->reportError<bool>("mismatched end marker v1"); in checkEndMarker()
676 return this->reportError<bool>("mismatched end marker v2"); in checkEndMarker()
717 this->reportError<bool>( in checkParamReturn()
730 return this->reportError<bool>(errStr.c_str()); in childOf()
738 return this->reportError<bool>("expected grandparent"); in childOf()
768 return this->reportError<string>("unbalanced method"); in className()
775 return this->reportError<string>("name mismatch"); in className()
1119 return def->reportError<string>("missing phrase definition"); in extractText()
1477 return this->reportError<bool>("expected definition"); in findDefinitions()
1506 return this->reportError<bool>("illegal markup character"); in findDefinitions()
1524 return this->reportError<bool>("invalid parent"); in findDefinitions()
1528 return this->reportError<bool>("illegal markup character"); in findDefinitions()
1531 return this->reportError<bool>("unexpected end"); in findDefinitions()
1538 return this->reportError<bool>("duplicate name"); in findDefinitions()
1542 return this->reportError<bool>("missing body"); in findDefinitions()
1581 return this->reportError<bool>(errorStr.c_str()); in findDefinitions()
1584 return this->reportError<bool>("missing table"); in findDefinitions()
1617 return this->reportError<bool>("expect # after phrase name"); in findDefinitions()
1623 return this->reportError<bool>("unexpected phrase list end"); in findDefinitions()
1668 return fParent->reportError<bool>("mismatched end"); in findDefinitions()
1692 return this->reportError<MarkType>("unknown mark type"); in getMarkType()
1729 return this->reportError<string>("missing parent method name"); in methodName()
1742 return this->reportError<string>("missing method name and reference"); in methodName()
1751 return this->reportError<string>("missing method end paren"); in methodName()
1773 return this->reportError<string>("unexpected method name char"); in methodName()
1779 return this->reportError<string>("missing method name"); in methodName()
1782 return this->reportError<string>("missing method name length"); in methodName()
1793 return this->reportError<string>("expected operator"); in methodName()
1804 return this->reportError<string>("expected destructor"); in methodName()
1945 return this->reportError<void>("expected ## to delineate line"); in parseHashLine()
1951 return this->reportError<void>("expect lower case start"); in parseHashLine()
1955 return this->reportError<void>("expect phrase, not sentence"); in parseHashLine()
1961 return this->reportError<void>( "expect phrase in third person present" in parseHashLine()
1975 return this->reportError<bool>("missing parent"); in popParentStack()
1978 return this->reportError<bool>("definition end is not parent"); in popParentStack()
1981 return this->reportError<bool>("definition missing start"); in popParentStack()
1984 return this->reportError<bool>("definition already ended"); in popParentStack()
2016 return this->reportError<bool>("expected end mark 1"); in skipNoName()
2020 return this->reportError<bool>("expected end mark 2"); in skipNoName()
2028 return this->reportError<bool>("missing end"); in skipToDefinitionEnd()
2067 return this->reportError<bool>("unbalanced stack"); in skipToDefinitionEnd()
2073 return this->reportError<bool>("expected end mark 3"); in skipToString()
2195 this->reportError("expect lower case only"); in typeName()
2224 return this->reportError<string>("missing parent typedef name"); in typedefName()
2346 return this->reportError<string>("no comma needed"); in word()
2353 return this->reportError<string>("unexpected char"); in word()
2358 return this->reportError<string>("expected Sk"); in word()
2361 return this->reportError<string>("expected ::"); in word()
2367 return this->reportError<string>("didn't expected kX"); in word()
2370 return this->reportError<string>("expected Sk"); in word()