Searched refs:escapeRST (Results 1 – 2 of 2) sorted by relevance
194 std::string escapeRST(StringRef Str) { in escapeRST() function236 return Field == Primary ? Value.str() : escapeRST(Value); in getRSTStringWithTextFallback()244 OS << Prefix << escapeRST(Option->getValueAsString("Name")); in emitOptionWithArgs()251 OS << Separator << escapeRST(Arg); in emitOptionWithArgs()379 Description = escapeRST(VisibilityHelp->getValueAsString("Text")); in emitOption()
769 void escapeRST(StringRef Str, std::string &Out) { in escapeRST() function887 escapeRST(T, S); in VisitText()