Home
last modified time | relevance | path

Searched refs:getCorrection (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSimpleTypoCorrection.h42 std::optional<StringRef> getCorrection() const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSimpleTypoCorrection.cpp55 std::optional<StringRef> SimpleTypoCorrection::getCorrection() const { in getCorrection() function in SimpleTypoCorrection
H A DAttributes.cpp268 if (auto CorrectedScopeName = STC.getCorrection()) in tryGetCorrectedScopeName()
282 if (auto CorrectedAttrName = STC.getCorrection()) { in tryGetCorrectedAttrName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp565 Found.setLookupName(Corrected.getCorrection()); in BuildCXXNestedNameSpecifier()
H A DSemaLookup.cpp5428 if (BestTC.getCorrection().getAsString() != "super") { in CorrectTypo()
5429 if (SecondBestTC.getCorrection().getAsString() == "super") in CorrectTypo()
5437 BestTC.getCorrection().getAsString() != "super") in CorrectTypo()
H A DSemaExprObjC.cpp2108 DeclarationName TypoResult = Corrected.getCorrection(); in HandleExprPropertyRefExpr()
H A DSemaDecl.cpp1022 Result.setLookupName(Corrected.getCorrection()); in ClassifyName()
9208 Previous.setLookupName(Correction.getCorrection()); in DiagnoseInvalidRedeclaration()
H A DSemaTemplate.cpp529 Found.setLookupName(Corrected.getCorrection()); in LookupTemplateName()
H A DSemaExpr.cpp2576 R.setLookupName(Corrected.getCorrection()); in DiagnoseEmptyLookup()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp1060 if (auto CorrectedTParamReference = STC.getCorrection()) in correctTypoInTParamReference()