Home
last modified time | relevance | path

Searched refs:isSingleStringRef (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h440 bool isSingleStringRef() const { in isSingleStringRef() function
474 assert(isSingleStringRef() &&"This cannot be had as a single stringref!"); in getSingleStringRef()
493 if (isSingleStringRef()) in toStringRef()
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp542 assert((!path.isSingleStringRef() || in native()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp670 PythonString key_object(key.isSingleStringRef() ? key.getSingleStringRef() in HasKey()