Home
last modified time | relevance | path

Searched defs:FormatArgs (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h401 void FormatArgs(std::string &fmt, T arg, Args... args) const { FormatArgs() function
406 template <typename T> void FormatArgs(std::string &fmt, T arg) const { FormatArgs() function
410 void FormatArgs(std::string &fmt) const {} FormatArgs() function