Searched defs:TodoMatchContext (Results 1 – 1 of 1) sorted by relevance
74 struct TodoMatchContext { struct75 es2panda_Context *context;76 const std::vector<ark::es2panda::lsp::TodoCommentDescriptor> &descriptors;77 size_t lineStart;78 const std::string *line;79 std::string_view fileContents;80 std::vector<ark::es2panda::lsp::TodoComment> &result;