Searched refs:errorString (Results 1 – 2 of 2) sorted by relevance
48 std::string errorString; in enumValueNames() local51 errorString = "\"" + token + "\"" + in enumValueNames()61 if (!errorString.empty()) { in enumValueNames()62 errors->push_back(Lint(WARNING, ev->location(), errorString)); in enumValueNames()
107 std::string errorString; in methodVersions() local108 if (checkMethodVersion(*method, ast.package(), &errorString)) { in methodVersions()132 errors->push_back(Lint(WARNING, method->location()) << errorString << "\n"); in methodVersions()