Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dtodo_comments.h27 struct TodoCommentDescriptor { struct
33TodoCommentDescriptor(std::string text, int priority) : text_(std::move(text)), priority_(priority… in TodoCommentDescriptor() argument
48 TodoCommentDescriptor commentDescriptor_; argument