Home
last modified time | relevance | path

Searched refs:EscapeSpaces (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h63 bool EscapeSpaces = false, bool ReplaceTabs = false);
70 bool EscapeSpaces = false, bool ReplaceTabs = false);
/src/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp136 bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() argument
156 if (EscapeSpaces) in EscapeText()
169 if (EscapeSpaces) in EscapeText()
196 std::string html::EscapeText(StringRef s, bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() argument
210 if (EscapeSpaces) os << "&nbsp;"; in EscapeText()
216 if (EscapeSpaces) in EscapeText()