Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTwine.h105 PtrAndLengthKind, enumerator
296 : LHSKind(PtrAndLengthKind) { in Twine()
304 /*implicit*/ Twine(const StringRef &Str) : LHSKind(PtrAndLengthKind) { in Twine()
312 : LHSKind(PtrAndLengthKind) { in Twine()
377 : LHSKind(CStringKind), RHSKind(PtrAndLengthKind) { in Twine()
386 : LHSKind(PtrAndLengthKind), RHSKind(CStringKind) { in Twine()
434 case PtrAndLengthKind: in isSingleStringRef()
469 case PtrAndLengthKind: in getSingleStringRef()
/llvm-project-15.0.7/llvm/lib/Support/
H A DTwine.cpp71 case Twine::PtrAndLengthKind: in printOneChild()
123 case Twine::PtrAndLengthKind: in printOneChildRepr()