Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/TableGen/
DClangOptionDocEmitter.cpp179 std::string escapeRST(StringRef Str) { in escapeRST() function
221 return Field == Primary ? Value.str() : escapeRST(Value); in getRSTStringWithTextFallback()
229 OS << Prefix << escapeRST(Option->getValueAsString("Name")); in emitOptionWithArgs()
236 OS << Separator << escapeRST(Arg); in emitOptionWithArgs()
DClangDiagnosticsEmitter.cpp779 void escapeRST(StringRef Str, std::string &Out) { in escapeRST() function
901 escapeRST(T, S); in VisitText()