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

/external/clang/lib/Sema/
H A DSemaOpenMP.cpp64 std::string CorrectedQuotedStr = Corrected.getQuoted(getLangOpts()); local
68 << Id.getName() << CorrectedQuotedStr
76 << Id.getName() << Corrected.isResolved() << CorrectedQuotedStr
H A DSemaCXXScopeSpec.cpp498 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
503 << Name << LookupCtx << droppedSpecifier << CorrectedQuotedStr
509 << Name << CorrectedQuotedStr
514 Diag(ND->getLocation(), diag::note_previous_decl) << CorrectedQuotedStr;
H A DSemaTemplateVariadic.cpp822 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
825 << &Name << CorrectedQuotedStr
829 << CorrectedQuotedStr;
H A DSemaExprMember.cpp630 std::string CorrectedQuotedStr(
644 << Name << DC << droppedSpecifier << CorrectedQuotedStr << SS.getRange()
H A DSemaDeclCXX.cpp2416 std::string CorrectedQuotedStr(Corr.getQuoted(getLangOpts()));
2422 << MemberOrBase << true << CorrectedQuotedStr
2425 << CorrectedQuotedStr;
2438 << MemberOrBase << false << CorrectedQuotedStr
6632 std::string CorrectedQuotedStr(Corrected.getQuoted(S.getLangOpts()));
6637 << Ident << DC << droppedSpecifier << CorrectedQuotedStr
6642 << Ident << CorrectedQuotedStr
6647 diag::note_namespace_defined_here) << CorrectedQuotedStr;
7197 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
7204 << CorrectedQuotedStr << S
[all...]
H A DSemaDecl.cpp241 std::string CorrectedQuotedStr(
244 << Result.getLookupName() << CorrectedQuotedStr << isClassName
249 << CorrectedQuotedStr;
416 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
422 CorrectedQuotedStr = "the keyword " + CorrectedQuotedStr;
424 << II << CorrectedQuotedStr
433 << II << CorrectedQuotedStr
440 << II << DC << droppedSpecifier << CorrectedQuotedStr
450 << CorrectedQuotedStr;
9639 std::string CorrectedQuotedStr = Corrected.getQuoted(getLangOpts()); local
[all...]
H A DSemaExpr.cpp1778 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
1811 Diag(R.getNameLoc(), diagnostic_suggest) << Name << CorrectedQuotedStr
1816 << CorrectedQuotedStr << SS.getRange()
1825 << CorrectedQuotedStr;
1839 << Name << CorrectedQuotedStr; local
1843 << CorrectedQuotedStr << SS.getRange();
1852 Diag(R.getNameLoc(), diagnostic_suggest) << Name << CorrectedQuotedStr; local
1856 << CorrectedQuotedStr << SS.getRange();
3976 std::string CorrectedQuotedStr(TC.getQuoted(getLangOpts()));
3983 << Fn->getSourceRange() << CorrectedQuotedStr
[all...]
H A DSemaTemplate.cpp335 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
340 << Name << LookupCtx << droppedSpecifier << CorrectedQuotedStr
346 << Name << CorrectedQuotedStr
351 << CorrectedQuotedStr;
H A DSemaInit.cpp1819 std::string CorrectedQuotedStr(
1824 << FieldName << CurrentObjectType << CorrectedQuotedStr
1827 diag::note_previous_decl) << CorrectedQuotedStr;

Completed in 290 milliseconds