Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h525 void FormatArgs(std::string &fmt, T arg, Args... args) const { in FormatArgs() function
526 FormatArgs(fmt, arg); in FormatArgs()
527 FormatArgs(fmt, args...); in FormatArgs()
530 template <typename T> void FormatArgs(std::string &fmt, T arg) const { in FormatArgs() function
534 void FormatArgs(std::string &fmt) const {} in FormatArgs() function