Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h104 PtrAndLengthKind, enumerator
299 : LHSKind(PtrAndLengthKind) { in Twine()
306 /*implicit*/ Twine(const StringRef &Str) : LHSKind(PtrAndLengthKind) { in Twine()
322 : LHSKind(PtrAndLengthKind) { in Twine()
387 : LHSKind(CStringKind), RHSKind(PtrAndLengthKind) { in Twine()
396 : LHSKind(PtrAndLengthKind), RHSKind(CStringKind) { in Twine()
449 case PtrAndLengthKind: in isSingleStringRef()
485 case PtrAndLengthKind: in getSingleStringRef()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTwine.cpp73 case Twine::PtrAndLengthKind: in printOneChild()
126 case Twine::PtrAndLengthKind: in printOneChildRepr()