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

/external/clang/include/clang/Sema/
H A DTypoCorrection.h73 DeclarationName getCorrection() const { return CorrectionName; } function in class:clang::TypoCorrection
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp565 Found.setLookupName(Corrected.getCorrection());
H A DSemaLookup.cpp4398 if (BestTC.getCorrection().getAsString() != "super") {
4399 if (SecondBestTC.getCorrection().getAsString() == "super")
4407 BestTC.getCorrection().getAsString() != "super")
H A DSemaExprMember.cpp649 R.setLookupName(Corrected.getCorrection());
H A DSemaExprObjC.cpp1673 DeclarationName TypoResult = Corrected.getCorrection();
H A DSemaTemplate.cpp330 Found.setLookupName(Corrected.getCorrection());
H A DSemaDecl.cpp806 Result.setLookupName(Corrected.getCorrection());
6330 Previous.setLookupName(Correction.getCorrection());
H A DSemaDeclCXX.cpp7721 R.setLookupName(Corrected.getCorrection());
H A DSemaExpr.cpp1850 R.setLookupName(Corrected.getCorrection());

Completed in 295 milliseconds