Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dtodo_comments.cpp65 std::string preamble = "(" + singleLineCommentStart + "|" + multiLineCommentStart + "|" + in GetTodoCommentsRegExp() local
131 std::string ExtractAndCleanMessage(const std::string &rawMessage, const std::string &preamble) in ExtractAndCleanMessage()
162 std::string preamble = match[preambleIndex].str(); in ProcessMatchedTodo() local