Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp526 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in LookupTemplateName() local
528 Name.getAsString() == CorrectedStr; in LookupTemplateName()
694 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in diagnoseExprIntendedAsTemplateName() local
696 Name.getAsString() == CorrectedStr; in diagnoseExprIntendedAsTemplateName()
H A DSemaLookup.cpp5452 std::string CorrectedStr = Correction.getAsString(getLangOpts()); in diagnoseTypo() local
5455 Correction.getCorrectionRange(), CorrectedStr); in diagnoseTypo()
H A DSemaDecl.cpp695 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in DiagnoseUnknownTypeName() local
697 II->getName().equals(CorrectedStr); in DiagnoseUnknownTypeName()
976 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in ClassifyName() local
978 Name->getName().equals(CorrectedStr); in ClassifyName()
H A DSemaExpr.cpp2118 std::string CorrectedStr = TC.getAsString(SemaRef.getLangOpts()); in emitEmptyLookupTypoDiagnostic() local
2120 TC.WillReplaceSpecifier() && Typo.getAsString() == CorrectedStr; in emitEmptyLookupTypoDiagnostic()
2272 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in DiagnoseEmptyLookup() local
2274 Corrected.WillReplaceSpecifier() && Name.getAsString() == CorrectedStr; in DiagnoseEmptyLookup()
H A DSemaDeclCXX.cpp11420 std::string CorrectedStr(Corrected.getAsString(S.getLangOpts())); in TryNamespaceTypoCorrection() local
11422 Ident->getName().equals(CorrectedStr); in TryNamespaceTypoCorrection()