Home
last modified time | relevance | path

Searched defs:twine (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h163 NullTerminated(const llvm::Twine &twine) { in NullTerminated()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DTwine.h138 const Twine *twine; member
/openbsd/gnu/llvm/clang/lib/Edit/
H A DEditedSource.cpp69 StringRef EditedSource::copyString(const Twine &twine) { in copyString()
/openbsd/gnu/llvm/llvm/utils/gdb-scripts/
H A Dprettyprinters.py343 def string_from_twine_object(self, twine): argument