Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.h41 const char *GetAutoIndentCharacters() override;
H A DClangREPL.cpp70 const char *ClangREPL::GetAutoIndentCharacters() { return " "; } in GetAutoIndentCharacters() function in ClangREPL
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h136 virtual const char *GetAutoIndentCharacters() = 0;
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp117 return (m_enable_auto_indent ? GetAutoIndentCharacters() : nullptr); in IOHandlerGetFixIndentationCharacters()