Searched refs:getCorrection (Results 1 – 10 of 10) sorted by relevance
42 std::optional<StringRef> getCorrection() const;
55 std::optional<StringRef> SimpleTypoCorrection::getCorrection() const { in getCorrection() function in SimpleTypoCorrection
268 if (auto CorrectedScopeName = STC.getCorrection()) in tryGetCorrectedScopeName()282 if (auto CorrectedAttrName = STC.getCorrection()) { in tryGetCorrectedAttrName()
565 Found.setLookupName(Corrected.getCorrection()); in BuildCXXNestedNameSpecifier()
5428 if (BestTC.getCorrection().getAsString() != "super") { in CorrectTypo()5429 if (SecondBestTC.getCorrection().getAsString() == "super") in CorrectTypo()5437 BestTC.getCorrection().getAsString() != "super") in CorrectTypo()
2108 DeclarationName TypoResult = Corrected.getCorrection(); in HandleExprPropertyRefExpr()
1022 Result.setLookupName(Corrected.getCorrection()); in ClassifyName()9208 Previous.setLookupName(Correction.getCorrection()); in DiagnoseInvalidRedeclaration()
529 Found.setLookupName(Corrected.getCorrection()); in LookupTemplateName()
2576 R.setLookupName(Corrected.getCorrection()); in DiagnoseEmptyLookup()
1060 if (auto CorrectedTParamReference = STC.getCorrection()) in correctTypoInTParamReference()