Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.h40 bool SourceIsComplete(const std::string &source) override;
H A DClangREPL.cpp69 bool ClangREPL::SourceIsComplete(const std::string &source) { in SourceIsComplete() function in ClangREPL
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DREPL.h120 virtual bool SourceIsComplete(const std::string &source) = 0;
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp149 return SourceIsComplete(source_string); in IOHandlerIsInputComplete()