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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h84 DeclarationName getCorrection() const { return CorrectionName; } function in class:clang::TypoCorrection
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp645 Found.setLookupName(Corrected.getCorrection());
H A DSemaLookup.cpp5074 if (BestTC.getCorrection().getAsString() != "super") {
5075 if (SecondBestTC.getCorrection().getAsString() == "super")
5083 BestTC.getCorrection().getAsString() != "super")
H A DSemaExprMember.cpp724 R.setLookupName(TC.getCorrection());
H A DSemaExprObjC.cpp1981 DeclarationName TypoResult = Corrected.getCorrection();
H A DSemaDecl.cpp991 Result.setLookupName(Corrected.getCorrection());
8102 Previous.setLookupName(Correction.getCorrection());
H A DSemaTemplate.cpp519 Found.setLookupName(Corrected.getCorrection());
H A DSemaExpr.cpp2131 R.setLookupName(Corrected.getCorrection());

Completed in 404 milliseconds