|
LLVM
3.7.0
|
#include "llvm/LineEditor/LineEditor.h"#include "llvm/ADT/SmallString.h"#include "llvm/Config/config.h"#include "llvm/Support/Path.h"#include "llvm/Support/raw_ostream.h"#include <stdio.h>#include <histedit.h>Go to the source code of this file.
Classes | |
| struct | llvm::LineEditor::InternalData |
Functions | |
| static const char * | ElGetPromptFn (EditLine *EL) |
| static unsigned char | ElCompletionFn (EditLine *EL, int ch) |
Definition at line 120 of file LineEditor.cpp.
References llvm::LineEditor::CompletionAction::AK_Insert, llvm::LineEditor::CompletionAction::AK_ShowCompletions, llvm::LineEditor::CompletionAction::Completions, llvm::LineEditor::InternalData::ContinuationOutput, llvm::Data, llvm::LineEditor::getCompletionAction(), llvm::LineEditor::getPrompt(), I, llvm::LineEditor::CompletionAction::Kind, llvm::LineEditor::InternalData::LE, llvm::LineEditor::InternalData::Out, llvm::LineEditor::InternalData::PrevCount, and llvm::LineEditor::CompletionAction::Text.
Referenced by llvm::LineEditor::LineEditor().
|
static |
Definition at line 109 of file LineEditor.cpp.
References llvm::Data, llvm::LineEditor::getPrompt(), and llvm::LineEditor::InternalData::LE.
Referenced by llvm::LineEditor::LineEditor().
1.8.6