Searched defs:EscapeText (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp106 void html::EscapeText(Rewriter &R, FileID FID, function in class:html
167 std::string html::EscapeText(StringRef s, bool EscapeSpaces, bool ReplaceTabs) { function in class:html
286 os << "<title>" << html::EscapeText(title) << "</title>\n";
534 std::string Expansion = EscapeText(TmpPP.getSpelling(Tok));
562 Expansion += EscapeText(TmpPP.getSpelling(Tok));

Completed in 114 milliseconds