HomeSort by: relevance | last modified time | path
    Searched defs:utf8_content (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
diagnostic-format-sarif.cc 1591 char_span utf8_content local
1593 if (!utf8_content)
1597 if (!cpp_valid_utf8_p(utf8_content.get_buffer (), utf8_content.length ()))
1602 new json::string (utf8_content.get_buffer (),
1603 utf8_content.length ()));

Completed in 115 milliseconds