Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DHTMLRewrite.cpp108 bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() argument
128 if (EscapeSpaces) in EscapeText()
141 if (EscapeSpaces) in EscapeText()
168 std::string html::EscapeText(StringRef s, bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() argument
182 if (EscapeSpaces) os << "&nbsp;"; in EscapeText()
188 if (EscapeSpaces) in EscapeText()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h54 bool EscapeSpaces = false, bool ReplaceTabs = false);
61 bool EscapeSpaces = false, bool ReplaceTabs = false);