reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/VASPrintf.h
   17 bool VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, va_list args);

References

tools/lldb/source/Utility/Log.cpp
  137   lldb_private::VASprintf(Content, format, args);
  154   VASprintf(Content, format, args);
  175   VASprintf(Content, format, args);
tools/lldb/source/Utility/Status.cpp
  274     VASprintf(buf, format, args);
tools/lldb/source/Utility/Stream.cpp
  117   VASprintf(buf, format, args);
  249   VASprintf(buf, format, args);
tools/lldb/unittests/Utility/VASprintfTest.cpp
   28   bool Result = VASprintf(Buffer, Fmt, args);