Home | History | Annotate | Download | only in Sema

Lines Matching refs:Keyword

3355   void addKeywordResult(StringRef Keyword);
3458 /// whether there is a keyword with this name.
3503 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) {
3504 // Compute the edit distance between the typo and this keyword,
3505 // and add the keyword to the list of results.
3506 Keyword, nullptr, nullptr, true);
4264 // Add the cached value, unless it's a keyword or fails validation. In the
4265 // keyword case, we'll end up adding the keyword below.
4376 // Don't correct to a keyword that's the same as the typo; the keyword
4404 // Don't correct to a keyword that's the same as the typo; the keyword