Searched defs:RefactorContext (Results 1 – 1 of 1) sorted by relevance
51 struct RefactorContext { struct52 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;