Searched defs:Completion (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LineEditor/
H A DLineEditor.h66 struct Completion { struct in class:llvm::LineEditor
67 Completion() {} function in struct:llvm::LineEditor::Completion
68 Completion(const std::string &TypedText, const std::string &DisplayText) function in struct:llvm::LineEditor::Completion
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h36 class Completion { class in class:lldb_private::CompletionResult
43 Completion(llvm::StringRef completion, llvm::StringRef description, function in class:lldb_private::CompletionResult::Completion
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp541 addCompletion(const TokenInfo &CompToken, const MatcherCompletion& Completion) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h271 CodeCompletionString *Completion; member in struct:clang::ASTUnit::CachedCodeCompletionResult
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h192 enum class Completion { None, LLDBCommand, Expression }; class in class:lldb_private::IOHandlerDelegate
194 IOHandlerDelegate(Completion completion = Completion::None) argument
294 IOHandlerDelegateMultiline(const char *end_line, Completion completion = Completion::None) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2084 CodeCompletionString *Completion = C->Completion; local
[all...]

Completed in 190 milliseconds