Searched refs:EscapeText (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/ |
| H A D | HTMLRewrite.h | 65 void EscapeText(Rewriter& R, FileID FID, 72 std::string EscapeText(StringRef s,
|
| /freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | HTMLRewrite.cpp | 134 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 D | HTMLDiagnostics.cpp | 586 << 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 D | PlistDiagnostics.cpp | 812 EmitString(o, html::EscapeText(stats)) << '\n'; in FlushDiagnosticsImpl()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | HTMLPrint.cpp | 85 html::EscapeText(R, FID, false, true); in HandleTranslationUnit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8634 {"_ZN5clang4html10EscapeTextERNS_8RewriterENS_6FileIDEbb", "clang::html::EscapeText(clang::Rewriter… 8635 {"_ZN5clang4html10EscapeTextERKSsbb", "clang::html::EscapeText(std::string const&, bool, bool)"},
|