diff options
Diffstat (limited to 'lldb/include/lldb/Expression/ClangFunction.h')
| -rw-r--r-- | lldb/include/lldb/Expression/ClangFunction.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lldb/include/lldb/Expression/ClangFunction.h b/lldb/include/lldb/Expression/ClangFunction.h index 348ba37a3e0..a056c6c1b07 100644 --- a/lldb/include/lldb/Expression/ClangFunction.h +++ b/lldb/include/lldb/Expression/ClangFunction.h @@ -132,7 +132,8 @@ public: /// @return /// The number of errors. //------------------------------------------------------------------ - unsigned CompileFunction (Stream &errors); + unsigned + CompileFunction (Stream &errors); //------------------------------------------------------------------ /// Insert the default function wrapper and its default argument struct @@ -152,9 +153,10 @@ public: /// @return /// True on success; false otherwise. //------------------------------------------------------------------ - bool InsertFunction (ExecutionContext &exe_ctx, - lldb::addr_t &args_addr_ref, - Stream &errors); + bool + InsertFunction (ExecutionContext &exe_ctx, + lldb::addr_t &args_addr_ref, + Stream &errors); //------------------------------------------------------------------ /// Insert the default function wrapper (using the JIT) |

