Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h163 NullTerminated(const llvm::Twine &twine) { in NullTerminated()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h138 const Twine *twine; global() member
[all...]
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp69 StringRef EditedSource::copyString(const Twine &twine) { in copyString()