Home
last modified time | relevance | path

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

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