Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp183 result.AppendNoteWithFormatv("ran `frame variable {0}{1}`", flags, in DoExecute()
246 result.AppendNoteWithFormatv("ran `expression {0}{1}`", flags, expr); in DoExecute()
H A DCommandObjectSource.cpp1072 result.AppendNoteWithFormatv( in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h143 void AppendNoteWithFormatv(const char *format, Args &&...args) { in AppendNoteWithFormatv() function