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