Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.h55 void CompleteCode(const std::string &current_code,
H A DClangREPL.cpp104 void ClangREPL::CompleteCode(const std::string &current_code, in CompleteCode() function in ClangREPL
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h151 virtual void CompleteCode(const std::string &current_code,
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp547 CompleteCode(current_code, request); in IOHandlerComplete()