Home
last modified time | relevance | path

Searched refs:Completion (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/LineEditor/
H A DLineEditor.h67 struct Completion { struct
68 Completion() {} in Completion() function
69 Completion(const std::string &TypedText, const std::string &DisplayText) in Completion() function
125 static std::string getCommonPrefix(const std::vector<Completion> &Comps);
126 virtual std::vector<Completion> getCompletions(StringRef Buffer,
142 std::vector<Completion> getCompletions(StringRef Buffer, in getCompletions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DCompletionRequest.cpp59 std::string CompletionResult::Completion::GetUniqueKey() const { in GetUniqueKey()
76 Completion r(completion, description); in AddResult()
85 for (const Completion &completion : m_results) in GetMatches()
91 for (const Completion &completion : m_results) in GetDescriptions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp511 const MatcherCompletion& Completion) { in addCompletion() argument
512 if (StringRef(Completion.TypedText).startswith(CompToken.Text) && in addCompletion()
513 Completion.Specificity > 0) { in addCompletion()
514 Completions.emplace_back(Completion.TypedText.substr(CompToken.Text.size()), in addCompletion()
515 Completion.MatcherDecl, Completion.Specificity); in addCompletion()
548 for (const auto &Completion : S->getMatcherCompletions(AcceptedTypes)) { in addExpressionCompletions() local
549 addCompletion(CompToken, Completion); in addExpressionCompletions()
552 for (const auto &Completion : getNamedValueCompletions(AcceptedTypes)) { in addExpressionCompletions() local
553 addCompletion(CompToken, Completion); in addExpressionCompletions()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DCompletionRequest.h24 struct Completion { struct
25 Completion(llvm::StringRef completion, llvm::StringRef description) in Completion() argument
34 std::vector<Completion> m_results; argument
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h194 enum class Completion { None, LLDBCommand, Expression }; enum
196 IOHandlerDelegate(Completion completion = Completion::None)
297 Completion m_completion; // Support for common builtin completions
309 Completion completion = Completion::None)
/freebsd-12.1/contrib/llvm/lib/LineEditor/
H A DLineEditor.cpp37 const std::vector<Completion> &Comps) { in getCommonPrefix()
41 for (std::vector<Completion>::const_iterator I = Comps.begin() + 1, in getCommonPrefix()
58 std::vector<Completion> Comps = getCompletions(Buffer, Pos); in complete()
73 for (std::vector<Completion>::iterator I = Comps.begin(), E = Comps.end(); in complete()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp389 CachedResult.Completion = R.CreateCodeCompletionString( in CacheCodeCompletionResults()
453 CachedResult.Completion = R.CreateCodeCompletionString( in CacheCodeCompletionResults()
474 CachedResult.Completion = R.CreateCodeCompletionString( in CacheCodeCompletionResults()
2051 HiddenNames.count(C->Completion->getTypedText())) in ProcessCodeCompleteResults()
2056 CodeCompletionString *Completion = C->Completion; in ProcessCodeCompleteResults() local
2059 Priority = getMacroUsagePriority(C->Completion->getTypedText(), in ProcessCodeCompleteResults()
2088 Builder.AddTypedTextChunk(C->Completion->getTypedText()); in ProcessCodeCompleteResults()
2090 Completion = Builder.TakeString(); in ProcessCodeCompleteResults()
2093 AllResults.push_back(Result(Completion, Priority, C->Kind, in ProcessCodeCompleteResults()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h244 const MatcherCompletion &Completion);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp66 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectWatchpointCommandAdd()
H A DCommandObjectBreakpointCommand.cpp71 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectBreakpointCommandAdd()
H A DCommandObjectExpression.cpp224 IOHandlerDelegate(IOHandlerDelegate::Completion::Expression), in CommandObjectExpression()
H A DCommandObjectCommands.cpp940 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectCommandsAddRegex()
H A DCommandObjectTarget.cpp4681 IOHandlerDelegate::Completion::LLDBCommand), in CommandObjectTargetStopHookAdd()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h266 CodeCompletionString *Completion; member
/freebsd-12.1/contrib/tcsh/
H A DFixes554 47. Completion fixes from FreeBSD (Mark Peek)
571 32. Completion updates (Tom Warzeka)
609 39. Completion fixes (Tom Warzeka)
653 56. Completion fixes (Tom Warzeka)
987 84. Completion Fixes from Tom
1106 111. Completion fixes from Bruce.
1143 82. Completion pathname(p) changes: Completion 'C' -> 'X'.
1670 13. Completion builtin, new tw* files.
2045 12. Completion/spelling works with quoted things.
/freebsd-12.1/share/misc/
H A Dscsi_modes82 {Extended Self-Test Completion Time} i2
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdb.info-3162 Completion characters will be inserted into the line as if
562 * Commands For Completion:: Getting Readline to do the typing for you.
5537 * complete (<TAB>): Commands For Completion.
5538 * completion: Completion.
5539 * completion of quoted strings: Completion.
5595 * delete-char-or-list (): Commands For Completion.
5880 * insert-completions (M-*): Commands For Completion.
5992 * menu-complete (): Commands For Completion.
6093 * possible-completions (M-?): Commands For Completion.
6134 * quotes in commands: Completion.
[all …]
H A Dgdb.info-11022 * Completion:: Command completion
1026 File: gdb.info, Node: Command Syntax, Next: Completion, Up: Commands
1071 File: gdb.info, Node: Completion, Next: Help, Prev: Command Syntax, Up: Commands
1167 File: gdb.info, Node: Help, Prev: Completion, Up: Commands
7157 Command completion: Completion.
7308 Command completion: Completion, for details on how to do this.
H A Dgdb.texinfo1256 * Completion:: Command completion
1310 @node Completion
8353 see @ref{Completion, ,Command completion}.
8531 @xref{Completion,, Command completion}, for details on how to do this.
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp225 case Completion::None: in IOHandlerComplete()
228 case Completion::LLDBCommand: in IOHandlerComplete()
232 case Completion::Expression: { in IOHandlerComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp131 IOHandlerDelegate(IOHandlerDelegate::Completion::LLDBCommand), in CommandInterpreter()
/freebsd-12.1/contrib/ntp/
H A DChangeLog4464 * [Bug 843] Windows Completion port code was incorrectly merged from -stable.
H A DCommitLog194662 Bug #843 Windows Completion port code was incorrectly merged from -stable
194665 Bug #843 Windows Completion port code was incorrectly merged from -stable
194668 Bug #843 Windows Completion port code was incorrectly merged from -stable
216290 Revamp of I/O Completion ports for Windows
216293 Revamp of I/O Completion ports for Windows
216296 Revamp of I/O Completion ports for Windows
216299 Revamp of I/O Completion ports for Windows
216302 Revamp of I/O Completion ports for Windows
216305 Revamp of I/O Completion ports for Windows
216308 Revamp of I/O Completion ports for Windows
[all …]
/freebsd-12.1/sys/contrib/dev/acpica/
H A Dchanges.txt17797 to the type of an existing target object. Completion of this