Home
last modified time | relevance | path

Searched refs:readLine (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp256 Optional<std::string> LineEditor::readLine() const { in readLine() function in LineEditor
300 Optional<std::string> LineEditor::readLine() const { in readLine() function in LineEditor
/freebsd-13.1/contrib/llvm-project/clang/tools/clang-repl/
H A DClangRepl.cpp92 while (llvm::Optional<std::string> Line = LE.readLine()) { in main()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LineEditor/
H A DLineEditor.h40 llvm::Optional<std::string> readLine() const;