Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1288 auto stringref = pystring.get().AsUTF8(); in Read() local
1289 if (!stringref) in Read()
1290 return Status(stringref.takeError()); in Read()
1291 num_bytes = stringref.get().size(); in Read()
1292 memcpy(buf, stringref.get().begin(), num_bytes); in Read()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/
H A DContributing.rst247 <https://llvm.org/docs/ProgrammersManual.html#the-stringref-class>`_