HomeSort by relevance Sort by last modified time
    Searched refs:EscapeText (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Rewrite/
HTMLRewrite.h 51 /// 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(const std::string& s,
  /external/clang/lib/Rewrite/
HTMLPrint.cpp 86 html::EscapeText(R, FID, false, true);
HTMLRewrite.cpp 107 void html::EscapeText(Rewriter &R, FileID FID,
168 std::string html::EscapeText(const std::string& s, bool EscapeSpaces,
288 os << "<title>" << html::EscapeText(title) << "</title>\n";
529 std::string Expansion = EscapeText(TmpPP.getSpelling(Tok));
557 Expansion += EscapeText(TmpPP.getSpelling(Tok));
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 186 html::EscapeText(R, FID);
220 << html::EscapeText(DirName)
221 << html::EscapeText(Entry->getName())
235 os << "<tr><td></td><td>" << html::EscapeText(*I) << "</td></tr>\n";
466 os << html::EscapeText(P.getString());
498 std::string EscapedCode = html::EscapeText(Hint->CodeToInsert, true);
537 << html::EscapeText(EP->getString())

Completed in 101 milliseconds