Lines Matching refs:Keyword
3155 /// whether there is a keyword with this name.
3168 void addKeywordResult(StringRef Keyword);
3233 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) {
3234 // Compute the edit distance between the typo and this keyword,
3235 // and add the keyword to the list of results.
3236 addName(Keyword, NULL, Typo.edit_distance(Keyword), NULL, true);
3788 // Add the cached value, unless it's a keyword or fails validation. In the
3789 // keyword case, we'll end up adding the keyword below.
3905 // If the item already has been looked up or is a keyword, keep it.
4062 // Don't correct to a keyword that's the same as the typo; the keyword
4084 // Don't correct to a keyword that's the same as the typo; the keyword