Home
last modified time | relevance | path

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

/freebsd-src/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() function
91 /// position in the StringRef) and returns a std::vector<Completion>. argument
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h53 Completion(llvm::StringRef completion, llvm::StringRef description, in Completion() function
/freebsd-src/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp122 for (llvm::StringRef Completion : O.Completions) in emitOption() local
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp737 const MatcherCompletion& Completion) { in addCompletion()
774 for (const auto &Completion : S->getMatcherCompletions(AcceptedTypes)) { in addExpressionCompletions() local
778 for (const auto &Completion : getNamedValueCompletions(AcceptedTypes)) { in addExpressionCompletions() local
/freebsd-src/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp171 for (const std::string &Completion : Action.Completions) in ElCompletionFn() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h192 enum class Completion { None, LLDBCommand, Expression }; enum
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h273 CodeCompletionString *Completion; member
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2114 CodeCompletionString *Completion = C->Completion; ProcessCodeCompleteResults() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4252 TryParseCXX11AttributeIdentifier(SourceLocation & Loc,Sema::AttributeCompletion Completion,const IdentifierInfo * Scope) TryParseCXX11AttributeIdentifier() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4591 CodeCompleteAttribute(AttributeCommonInfo::Syntax Syntax,AttributeCompletion Completion,const IdentifierInfo * InScope) CodeCompleteAttribute() argument
4797 CodeCompletionBuilder Completion(Results.getAllocator(), AddLambdaCompletion() local
[all...]