Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.h85 FormatArgs(format_buffer, args...); in Dispatch()
114 void FormatArgs(std::string &fmt, T arg, Args... args) const { in FormatArgs() function
115 FormatArgs(fmt, arg); in FormatArgs()
116 FormatArgs(fmt, args...); in FormatArgs()
119 template <typename T> void FormatArgs(std::string &fmt, T arg) const { in FormatArgs() function
123 void FormatArgs(std::string &fmt) const {} in FormatArgs() function