LLVM API Documentation
getCompletionAction(StringRef Buffer, size_t Pos) const | llvm::LineEditor | |
getDefaultHistoryPath(StringRef ProgName) | llvm::LineEditor | [static] |
getPrompt() const | llvm::LineEditor | [inline] |
LineEditor(StringRef ProgName, StringRef HistoryPath="", FILE *In=stdin, FILE *Out=stdout, FILE *Err=stderr) | llvm::LineEditor | |
loadHistory() | llvm::LineEditor | |
readLine() const | llvm::LineEditor | |
saveHistory() | llvm::LineEditor | |
setCompleter(T Comp) | llvm::LineEditor | [inline] |
setListCompleter(T Comp) | llvm::LineEditor | [inline] |
setPrompt(const std::string &P) | llvm::LineEditor | [inline] |
~LineEditor() | llvm::LineEditor |