Searched refs:SourceIsComplete (Results 1 – 4 of 4) sorted by relevance
40 bool SourceIsComplete(const std::string &source) override;
69 bool ClangREPL::SourceIsComplete(const std::string &source) { in SourceIsComplete() function in ClangREPL
120 virtual bool SourceIsComplete(const std::string &source) = 0;
149 return SourceIsComplete(source_string); in IOHandlerIsInputComplete()