Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h84 DeclarationName getCorrection() const { return CorrectionName; } in getCorrection() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp635 Found.setLookupName(Corrected.getCorrection()); in BuildCXXNestedNameSpecifier()
H A DSemaLookup.cpp5432 if (BestTC.getCorrection().getAsString() != "super") { in CorrectTypo()
5433 if (SecondBestTC.getCorrection().getAsString() == "super") in CorrectTypo()
5441 BestTC.getCorrection().getAsString() != "super") in CorrectTypo()
H A DSemaExprMember.cpp755 R.setLookupName(TC.getCorrection()); in LookupMemberExprInRecord()
H A DSemaExprObjC.cpp2108 DeclarationName TypoResult = Corrected.getCorrection(); in HandleExprPropertyRefExpr()
H A DSemaDecl.cpp1070 Result.setLookupName(Corrected.getCorrection()); in ClassifyName()
9145 Previous.setLookupName(Correction.getCorrection()); in DiagnoseInvalidRedeclaration()
H A DSemaTemplate.cpp530 Found.setLookupName(Corrected.getCorrection()); in LookupTemplateName()
H A DSemaExpr.cpp2542 R.setLookupName(Corrected.getCorrection()); in DiagnoseEmptyLookup()