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

/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandCompletions.cpp126 // SourceFileCompleter implements the source file completer
128 class SourceFileCompleter : public Completer { class in namespace:__anon1310
130 SourceFileCompleter(CommandInterpreter &interpreter, function in class:__anon1310::SourceFileCompleter
179 SourceFileCompleter(const SourceFileCompleter &) = delete;
180 const SourceFileCompleter &operator=(const SourceFileCompleter &) = delete;
308 SourceFileCompleter completer(interpreter, request);

Completed in 102 milliseconds