Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h103 PtrAndLengthKind, enumerator
297 : LHSKind(PtrAndLengthKind) { in Twine()
304 /*implicit*/ Twine(const StringRef &Str) : LHSKind(PtrAndLengthKind) { in Twine()
320 : LHSKind(PtrAndLengthKind) { in Twine()
385 : LHSKind(CStringKind), RHSKind(PtrAndLengthKind) { in Twine()
394 : LHSKind(PtrAndLengthKind), RHSKind(CStringKind) { in Twine()
447 case PtrAndLengthKind: in isSingleStringRef()
483 case PtrAndLengthKind: in getSingleStringRef()
/src/contrib/llvm-project/llvm/lib/Support/
H A DTwine.cpp73 case Twine::PtrAndLengthKind: in printOneChild()
126 case Twine::PtrAndLengthKind: in printOneChildRepr()