Lines Matching refs:suggestion
353 Node* suggestion = state_.SpellcheckNode(path);
354 if (suggestion) {
355 *err += ", did you mean '" + suggestion->path() + "'?";
625 const char* suggestion =
627 if (suggestion) {
629 mode.c_str(), suggestion);
1168 const char* suggestion = SpellcheckStringV(tool_name, words);
1169 if (suggestion) {
1171 tool_name.c_str(), suggestion);
1208 const char* suggestion =
1212 if (suggestion) {
1214 name.c_str(), suggestion);
1247 const char* suggestion =
1250 if (suggestion) {
1252 name.c_str(), suggestion);