Home
last modified time | relevance | path

Searched refs:CorrectedStr (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp4765 std::string CorrectedStr = Correction.getAsString(getLangOpts()); in diagnoseTypo() local
4768 Correction.getCorrectionRange(), CorrectedStr); in diagnoseTypo()
HDSemaDecl.cpp581 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in DiagnoseUnknownTypeName() local
583 II->getName().equals(CorrectedStr); in DiagnoseUnknownTypeName()
834 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in ClassifyName() local
836 Name->getName().equals(CorrectedStr); in ClassifyName()
HDSemaTemplate.cpp335 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in LookupTemplateName() local
337 Name.getAsString() == CorrectedStr; in LookupTemplateName()
HDSemaExpr.cpp1762 std::string CorrectedStr = TC.getAsString(SemaRef.getLangOpts()); in emitEmptyLookupTypoDiagnostic() local
1764 TC.WillReplaceSpecifier() && Typo.getAsString() == CorrectedStr; in emitEmptyLookupTypoDiagnostic()
1919 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in DiagnoseEmptyLookup() local
1921 Corrected.WillReplaceSpecifier() && Name.getAsString() == CorrectedStr; in DiagnoseEmptyLookup()
HDSemaDeclCXX.cpp7529 std::string CorrectedStr(Corrected.getAsString(S.getLangOpts())); in TryNamespaceTypoCorrection() local
7531 Ident->getName().equals(CorrectedStr); in TryNamespaceTypoCorrection()