Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:escapeChars

537   std::string RenderMachineFunction::escapeChars(Iterator sBegin, Iterator sEnd) const {
624 os << escapeChars(oss.str());
1008 std::string RenderMachineFunction::escapeChars(const std::string &s) const {
1009 return escapeChars(s.begin(), s.end());