Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h66 bool EscapeSpaces = false, bool ReplaceTabs = false);
73 bool EscapeSpaces = false, bool ReplaceTabs = false);
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp135 bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() argument
155 if (EscapeSpaces) in EscapeText()
168 if (EscapeSpaces) in EscapeText()
195 std::string html::EscapeText(StringRef s, bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() argument
209 if (EscapeSpaces) os << "&nbsp;"; in EscapeText()
215 if (EscapeSpaces) in EscapeText()