Home
last modified time | relevance | path

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

/llvm-project/llvm/utils/git/
H A Dcode-format-helper.py39 class FormatArgs: global() class
77 format_run(self, changed_files: List[str], args: FormatArgs) global() argument
115 update_pr(self, comment_text: str, args: FormatArgs, create_new: bool) global() argument
138 run(self, changed_files: List[str], args: FormatArgs) global() argument
208 format_run(self, changed_files: List[str], args: FormatArgs) global() argument
271 format_run(self, changed_files: List[str], args: FormatArgs) global() argument
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h416 void FormatArgs(std::string &fmt, T arg, Args... args) const { FormatArgs() function
421 template <typename T> void FormatArgs(std::string &fmt, T arg) const { FormatArgs() function
425 void FormatArgs(std::string &fmt) const {} FormatArgs() function