Home
last modified time | relevance | path

Searched refs:EscapeText (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h65 void EscapeText(Rewriter& R, FileID FID,
72 std::string EscapeText(StringRef s,
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp134 void html::EscapeText(Rewriter &R, FileID FID, in EscapeText() function in html
195 std::string html::EscapeText(StringRef s, bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() function in html
317 os << "<title>" << html::EscapeText(title) << "</title>\n"; in AddHeaderFooterInternalBuiltinCSS()
685 std::string Expansion = EscapeText(TmpPP.getSpelling(Tok)); in HighlightMacrosImpl()
713 Expansion += EscapeText(TmpPP.getSpelling(Tok)); in HighlightMacrosImpl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp586 << html::EscapeText(DirName) in FinalizeHTML()
587 << html::EscapeText(Entry.getName()) in FinalizeHTML()
616 os << "<tr><td></td><td>" << html::EscapeText(Metadata) << "</td></tr>\n"; in FinalizeHTML()
628 os << html::EscapeText(DiagOpts.ToolInvocation); in FinalizeHTML()
873 html::EscapeText(R, FID); in RewriteFile()
1070 os << html::EscapeText(P.getString()); in HandlePiece()
1135 << html::EscapeText(EP->getString()) in ProcessMacroPiece()
H A DPlistDiagnostics.cpp812 EmitString(o, html::EscapeText(stats)) << '\n'; in FlushDiagnosticsImpl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DHTMLPrint.cpp85 html::EscapeText(R, FID, false, true); in HandleTranslationUnit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8634 {"_ZN5clang4html10EscapeTextERNS_8RewriterENS_6FileIDEbb", "clang::html::EscapeText(clang::Rewriter…
8635 {"_ZN5clang4html10EscapeTextERKSsbb", "clang::html::EscapeText(std::string const&, bool, bool)"},