Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DTypoCorrection.h84 DeclarationName getCorrection() const { return CorrectionName; } in getCorrection() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp659 Found.setLookupName(Corrected.getCorrection()); in BuildCXXNestedNameSpecifier()
H A DSemaLookup.cpp5405 if (BestTC.getCorrection().getAsString() != "super") { in CorrectTypo()
5406 if (SecondBestTC.getCorrection().getAsString() == "super") in CorrectTypo()
5414 BestTC.getCorrection().getAsString() != "super") in CorrectTypo()
H A DSemaExprMember.cpp723 R.setLookupName(TC.getCorrection()); in LookupMemberExprInRecord()
H A DSemaExprObjC.cpp2108 DeclarationName TypoResult = Corrected.getCorrection(); in HandleExprPropertyRefExpr()
H A DSemaDecl.cpp1008 Result.setLookupName(Corrected.getCorrection()); in ClassifyName()
8775 Previous.setLookupName(Correction.getCorrection()); in DiagnoseInvalidRedeclaration()
H A DSemaTemplate.cpp528 Found.setLookupName(Corrected.getCorrection()); in LookupTemplateName()
H A DSemaExpr.cpp2343 R.setLookupName(Corrected.getCorrection()); in DiagnoseEmptyLookup()