Searched refs:EscapeText (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/Rewrite/Core/ |
H A D | HTMLRewrite.h | 53 void EscapeText(Rewriter& R, FileID FID, 60 std::string EscapeText(StringRef s,
|
/openbsd/gnu/llvm/clang/lib/Rewrite/ |
H A 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() 622 std::string Expansion = EscapeText(TmpPP.getSpelling(Tok)); in HighlightMacros() 650 Expansion += EscapeText(TmpPP.getSpelling(Tok)); in HighlightMacros()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | HTMLDiagnostics.cpp | 577 << html::EscapeText(DirName) in FinalizeHTML() 578 << html::EscapeText(Entry->getName()) in FinalizeHTML() 607 os << "<tr><td></td><td>" << html::EscapeText(*I) << "</td></tr>\n"; in FinalizeHTML() 619 os << html::EscapeText(DiagOpts.ToolInvocation); in FinalizeHTML() 864 html::EscapeText(R, FID); in RewriteFile() 1061 os << html::EscapeText(P.getString()); in HandlePiece() 1126 << html::EscapeText(EP->getString()) in ProcessMacroPiece()
|
H A D | PlistDiagnostics.cpp | 818 EmitString(o, html::EscapeText(stats)) << '\n'; in FlushDiagnosticsImpl()
|
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | HTMLPrint.cpp | 84 html::EscapeText(R, FID, false, true); in HandleTranslationUnit()
|