Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.h52 void CompleteCode(const std::string &current_code,
H A DClangREPL.cpp99 void ClangREPL::CompleteCode(const std::string &current_code, in CompleteCode() function in ClangREPL
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DREPL.h133 virtual void CompleteCode(const std::string &current_code,
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp543 CompleteCode(current_code, request); in IOHandlerComplete()