Searched refs:EscapeText (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h51 /// EscapeText - HTMLize a specified file so that special characters are
53 void EscapeText(Rewriter& R, FileID FID,
56 /// EscapeText - HTMLized the provided string so that special characters
58 /// EscapeText that rewrites a file, this version by default replaces tabs
60 std::string EscapeText(StringRef s,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DHTMLPrint.cpp84 html::EscapeText(R, FID, false, true);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp107 void html::EscapeText(Rewriter &R, FileID FID, function in class:html
168 std::string html::EscapeText(StringRef s, bool EscapeSpaces, bool ReplaceTabs) { function in class:html
290 os << "<title>" << html::EscapeText(title) << "</title>\n";
621 std::string Expansion = EscapeText(TmpPP.getSpelling(Tok));
649 Expansion += EscapeText(TmpPP.getSpelling(Tok));
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp469 << html::EscapeText(DirName)
470 << html::EscapeText(Entry->getName())
499 os << "<tr><td></td><td>" << html::EscapeText(*I) << "</td></tr>\n";
511 os << html::EscapeText(AnalyzerOpts.FullCompilerInvocation);
734 html::EscapeText(R, FID);
929 os << html::EscapeText(P.getString());
995 << html::EscapeText(EP->getString())
H A DPlistDiagnostics.cpp802 EmitString(o, html::EscapeText(stats)) << '\n';

Completed in 197 milliseconds