Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/include/refactors/
Drefactor_types.h51 struct RefactorContext { struct
52 ark::es2panda::lsp::CancellationToken *cancellationToken = nullptr;
53 ark::es2panda::lsp::UserPreferences *preferences = nullptr;
54 TextRange span = {0, 0};
55 es2panda_Context *context = nullptr;
56 std::string kind;