Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dtodo_comments.h74 struct TodoMatchContext { struct
75 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;