Searched refs:EscapeText (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/include/clang/Rewrite/Core/ |
D | HTMLRewrite.h | 53 void EscapeText(Rewriter& R, FileID FID, 60 std::string EscapeText(StringRef s,
|
/external/clang/include/clang/Rewrite/Core/ |
D | HTMLRewrite.h | 53 void EscapeText(Rewriter& R, FileID FID, 60 std::string EscapeText(StringRef s,
|
/external/clang/lib/Rewrite/ |
D | HTMLRewrite.cpp | 106 void html::EscapeText(Rewriter &R, FileID FID, in EscapeText() function in html 167 std::string html::EscapeText(StringRef s, bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() function in html 286 os << "<title>" << html::EscapeText(title) << "</title>\n"; in AddHeaderFooterInternalBuiltinCSS() 534 std::string Expansion = EscapeText(TmpPP.getSpelling(Tok)); in HighlightMacros() 562 Expansion += EscapeText(TmpPP.getSpelling(Tok)); in HighlightMacros()
|
/external/llvm-project/clang/lib/Rewrite/ |
D | HTMLRewrite.cpp | 107 void html::EscapeText(Rewriter &R, FileID FID, in EscapeText() function in html 168 std::string html::EscapeText(StringRef s, bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() function in html 290 os << "<title>" << html::EscapeText(title) << "</title>\n"; in AddHeaderFooterInternalBuiltinCSS() 621 std::string Expansion = EscapeText(TmpPP.getSpelling(Tok)); in HighlightMacros() 649 Expansion += EscapeText(TmpPP.getSpelling(Tok)); in HighlightMacros()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | HTMLDiagnostics.cpp | 166 html::EscapeText(R, FID); in ReportDiag() 203 << html::EscapeText(DirName) in ReportDiag() 204 << html::EscapeText(Entry->getName()) in ReportDiag() 218 os << "<tr><td></td><td>" << html::EscapeText(*I) << "</td></tr>\n"; in ReportDiag() 524 os << html::EscapeText(P.getString()); in HandlePiece() 590 << html::EscapeText(EP->getString()) in ProcessMacroPiece()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | HTMLDiagnostics.cpp | 497 << html::EscapeText(DirName) in FinalizeHTML() 498 << html::EscapeText(Entry->getName()) in FinalizeHTML() 527 os << "<tr><td></td><td>" << html::EscapeText(*I) << "</td></tr>\n"; in FinalizeHTML() 539 os << html::EscapeText(DiagOpts.ToolInvocation); in FinalizeHTML() 762 html::EscapeText(R, FID); in RewriteFile() 957 os << html::EscapeText(P.getString()); in HandlePiece() 1023 << html::EscapeText(EP->getString()) in ProcessMacroPiece()
|
D | PlistDiagnostics.cpp | 810 EmitString(o, html::EscapeText(stats)) << '\n'; in FlushDiagnosticsImpl()
|
/external/clang/lib/Frontend/Rewrite/ |
D | HTMLPrint.cpp | 87 html::EscapeText(R, FID, false, true); in HandleTranslationUnit()
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | HTMLPrint.cpp | 84 html::EscapeText(R, FID, false, true); in HandleTranslationUnit()
|
/external/ruy/ruy/ |
D | trace.h | 242 inline std::string EscapeText(TraceOutputFormat output_format, in EscapeText() function 268 const std::string& escaped_text = EscapeText(output_format, entry.text); in Print()
|