Lines Matching refs:Keyword
3031 /// whether there is a keyword with this name.
3056 void addKeywordResult(StringRef Keyword);
3126 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) {
3127 // Compute the edit distance between the typo and this keyword.
3130 unsigned ED = Typo.edit_distance(Keyword);
3137 addName(Keyword, NULL, ED, NULL, true);
3628 // Use the cached value, unless it's a keyword. In the keyword case, we'll
3629 // end up adding the keyword below.
3688 // If the item already has been looked up or is a keyword, keep it
3826 // Don't correct to a keyword that's the same as the typo; the keyword
3841 // Don't correct to a keyword that's the same as the typo; the keyword