Home
last modified time | relevance | path

Searched refs:CompletionList (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.h21 struct CompletionList;
68 CompletionList getCodeCompletion(const URIForFile &uri,
H A DMLIRServer.cpp284 lsp::CompletionList getCodeCompletion(const lsp::URIForFile &uri,
642 LSPCodeCompleteContext(SMLoc completeLoc, lsp::CompletionList &completionList, in LSPCodeCompleteContext()
778 lsp::CompletionList &completionList;
783 lsp::CompletionList
789 return lsp::CompletionList(); in getCodeCompletion()
795 lsp::CompletionList completionList; in getCodeCompletion()
897 lsp::CompletionList getCodeCompletion(const lsp::URIForFile &uri,
1045 lsp::CompletionList MLIRTextFile::getCodeCompletion(const lsp::URIForFile &uri, in getCodeCompletion()
1048 lsp::CompletionList completionList = chunk.document.getCodeCompletion( in getCodeCompletion()
1203 lsp::CompletionList
[all …]
H A DLSPServer.cpp69 Callback<CompletionList> reply);
230 Callback<CompletionList> reply) { in onCompletion()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.h23 struct CompletionList;
93 CompletionList getCodeCompletion(const URIForFile &uri,
H A DLSPServer.cpp77 Callback<CompletionList> reply);
246 Callback<CompletionList> reply) { in onCompletion()
H A DPDLLServer.cpp359 lsp::CompletionList getCodeCompletion(const lsp::URIForFile &uri,
707 lsp::CompletionList &completionList, in LSPCodeCompleteContext()
1017 lsp::CompletionList &completionList;
1023 lsp::CompletionList
1028 return lsp::CompletionList(); in getCodeCompletion()
1033 lsp::CompletionList completionList; in getCodeCompletion()
1444 lsp::CompletionList getCodeCompletion(const lsp::URIForFile &uri,
1600 lsp::CompletionList PDLTextFile::getCodeCompletion(const lsp::URIForFile &uri, in getCodeCompletion()
1603 lsp::CompletionList completionList = in getCodeCompletion()
1830 lsp::CompletionList
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.h112 void onCompletion(const CompletionParams &, Callback<CompletionList>);
H A DProtocol.h1270 struct CompletionList { struct
1278 llvm::json::Value toJSON(const CompletionList &); argument
H A DClangdLSPServer.cpp1041 Callback<CompletionList> Reply) { in onCompletion()
1046 return Reply(CompletionList()); in onCompletion()
1056 CompletionList LSPList; in onCompletion()
H A DProtocol.cpp1019 llvm::json::Value toJSON(const CompletionList &L) { in toJSON()
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.h857 struct CompletionList { struct
867 llvm::json::Value toJSON(const CompletionList &value); argument
H A DProtocol.cpp779 llvm::json::Value mlir::lsp::toJSON(const CompletionList &value) { in toJSON()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp881 auto CompletionList = in TEST() local
884 EXPECT_THAT(CompletionList.Completions, in TEST()
973 auto CompletionList = in TEST() local
977 CompletionList.Completions, in TEST()