Searched refs:EscapeText (Results 1 – 3 of 3) sorted by relevance
62 void EscapeText(Rewriter& R, FileID FID,69 std::string EscapeText(StringRef s,
135 void html::EscapeText(Rewriter &R, FileID FID, in EscapeText() function in html196 std::string html::EscapeText(StringRef s, bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() function in html318 os << "<title>" << html::EscapeText(title) << "</title>\n"; in AddHeaderFooterInternalBuiltinCSS()686 std::string Expansion = EscapeText(TmpPP.getSpelling(Tok)); in HighlightMacrosImpl()714 Expansion += EscapeText(TmpPP.getSpelling(Tok)); in HighlightMacrosImpl()
588 << html::EscapeText(DirName) in FinalizeHTML()589 << html::EscapeText(Entry.getName()) in FinalizeHTML()618 os << "<tr><td></td><td>" << html::EscapeText(Metadata) << "</td></tr>\n"; in FinalizeHTML()630 os << html::EscapeText(DiagOpts.ToolInvocation); in FinalizeHTML()875 html::EscapeText(R, FID); in RewriteFile()1072 os << html::EscapeText(P.getString()); in HandlePiece()1137 << html::EscapeText(EP->getString()) in ProcessMacroPiece()