Home
last modified time | relevance | path

Searched defs: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.h416 void FormatArgs(std::string &fmt, T arg, Args... args) const { in FormatArgs() function
421 template <typename T> void FormatArgs(std::string &fmt, T arg) const { in FormatArgs() function
425 void FormatArgs(std::string &fmt) const {} in FormatArgs() function