Searched refs:Completer (Results 1 - 6 of 6) sorted by relevance

/external/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h160 // The Completer class is a convenient base class for building searchers
161 // that go along with the SearchFilter passed to the standard Completer
164 class Completer : public Searcher class in class:lldb_private::CommandCompletions
167 Completer (CommandInterpreter &interpreter,
173 virtual ~Completer ();
194 DISALLOW_COPY_AND_ASSIGN (Completer);
200 class SourceFileCompleter : public Completer
234 class ModuleCompleter : public Completer
265 class SymbolCompleter : public Completer
/external/llvm/include/llvm/LineEditor/
H A DLineEditor.h85 Completer.reset(new CompleterModel<T>(Comp));
93 Completer.reset(new ListCompleterModel<T>(Comp));
148 std::unique_ptr<const CompleterConcept> Completer; member in class:llvm::LineEditor
/external/lldb/source/Commands/
H A DCommandCompletions.cpp477 CommandCompletions::Completer::Completer function in class:CommandCompletions::Completer
493 CommandCompletions::Completer::~Completer ()
511 CommandCompletions::Completer (interpreter, completion_str, match_start_point, max_return_elements, matches),
625 CommandCompletions::Completer (interpreter, completion_str, match_start_point, max_return_elements, matches)
706 CommandCompletions::Completer (interpreter, completion_str, match_start_point, max_return_elements, matches)
/external/llvm/lib/LineEditor/
H A DLineEditor.cpp84 if (!Completer) {
90 return Completer->complete(Buffer, Pos);
/external/clang/lib/Parse/
H A DParseExpr.cpp2518 std::function<void()> Completer) {
2522 if (Completer)
2523 Completer();
2516 ParseExpressionList(SmallVectorImpl<Expr *> &Exprs, SmallVectorImpl<SourceLocation> &CommaLocs, std::function<void()> Completer) argument
/external/clang/include/clang/Parse/
H A DParser.h1366 std::function<void()> Completer = nullptr);

Completed in 1640 milliseconds