Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.h43 bool SourceIsComplete(const std::string &source) override;
H A DClangREPL.cpp72 bool ClangREPL::SourceIsComplete(const std::string &source) { in SourceIsComplete() function in ClangREPL
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h138 virtual bool SourceIsComplete(const std::string &source) = 0;
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp152 return SourceIsComplete(source_string); in IOHandlerIsInputComplete()