Home
last modified time | relevance | path

Searched defs:Completion (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/LineEditor/
H A DLineEditor.h66 struct Completion { struct
68 Completion(const std::string &TypedText, const std::string &DisplayText) in Completion() argument
91 /// position in the StringRef) and returns a std::vector<Completion>. argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h53 Completion(llvm::StringRef completion, llvm::StringRef description, in Completion() function
/freebsd/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp122 for (llvm::StringRef Completion : O.Completions) in emitOption() local
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp171 for (const std::string &Completion : Action.Completions) in ElCompletionFn() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h192 enum class Completion { None, LLDBCommand, Expression }; enum
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h273 CodeCompletionString *Completion; member
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2127 CodeCompletionString *Completion = C->Completion; in ProcessCodeCompleteResults() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4455 SourceLocation &Loc, SemaCodeCompletion::AttributeCompletion Completion, in TryParseCXX11AttributeIdentifier()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4600 AttributeCommonInfo::Syntax Syntax, AttributeCompletion Completion, in CodeCompleteAttribute()
4808 CodeCompletionBuilder Completion(Results.getAllocator(), in AddLambdaCompletion() local