Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h84 DeclarationName getCorrection() const { return CorrectionName; } in getCorrection() function
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp570 Found.setLookupName(Corrected.getCorrection()); in BuildCXXNestedNameSpecifier()
H A DSemaLookup.cpp5336 if (BestTC.getCorrection().getAsString() != "super") { in CorrectTypo()
5337 if (SecondBestTC.getCorrection().getAsString() == "super") in CorrectTypo()
5345 BestTC.getCorrection().getAsString() != "super") in CorrectTypo()
H A DSemaExprMember.cpp766 R.setLookupName(TC.getCorrection()); in LookupMemberExprInRecord()
H A DSemaExprObjC.cpp2119 DeclarationName TypoResult = Corrected.getCorrection(); in HandleExprPropertyRefExpr()
H A DSemaDecl.cpp1005 Result.setLookupName(Corrected.getCorrection()); in ClassifyName()
8993 Previous.setLookupName(Correction.getCorrection()); in DiagnoseInvalidRedeclaration()
H A DSemaTemplate.cpp529 Found.setLookupName(Corrected.getCorrection()); in LookupTemplateName()
H A DSemaExpr.cpp2507 R.setLookupName(Corrected.getCorrection()); in DiagnoseEmptyLookup()