OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LineEditor
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/lib/libLLVMLineEditor/
Makefile
7
.PATH: ${LLVM_SRCDIR}/lib/
LineEditor
9
SRCS+=
LineEditor
.cpp
/src/external/apache2/llvm/dist/llvm/lib/LineEditor/
LineEditor.cpp
1
//===--
LineEditor
.cpp - line editor --------------------------------------===//
9
#include "llvm/
LineEditor
/
LineEditor
.h"
23
std::string
LineEditor
::getDefaultHistoryPath(StringRef ProgName) {
32
LineEditor
::CompleterConcept::~CompleterConcept() {}
33
LineEditor
::ListCompleterConcept::~ListCompleterConcept() {}
35
std::string
LineEditor
::ListCompleterConcept::getCommonPrefix(
54
LineEditor
::CompletionAction
55
LineEditor
::ListCompleterConcept::complete(StringRef Buffer, size_t Pos) const {
83
LineEditor
::CompletionAction LineEditor::getCompletionAction(StringRef Buffer
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/LineEditor/
LineEditor.h
1
//===-- llvm/
LineEditor
/
LineEditor
.h - line editor --------------*- C++ -*-===//
22
class
LineEditor
{
24
/// Create a
LineEditor
object.
33
LineEditor
(StringRef ProgName, StringRef HistoryPath = "", FILE *In = stdin,
35
~
LineEditor
();
80
/// Set the completer for this
LineEditor
. A completer is a function object
88
/// Set the completer for this
LineEditor
to the given list completer.
108
// Public so callbacks in
LineEditor
.cpp can use it.
/src/external/apache2/llvm/bin/clang-repl/
Makefile
122
LineEditor
\
/src/external/apache2/llvm/dist/clang/tools/clang-repl/
ClangRepl.cpp
19
#include "llvm/
LineEditor
/
LineEditor
.h"
81
llvm::
LineEditor
LE("clang-repl");
Completed in 18 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026