Home
last modified time | relevance | path

Searched refs:ValidETSNolintArg (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSNolintParser.cpp223 bool ETSNolintParser::ValidETSNolintArg(const std::u32string &warningName) const in ValidETSNolintArg() function in ark::es2panda::parser::ETSNolintParser
251 if ((cp == lexer::LEX_CHAR_COMMA || cp == lexer::LEX_CHAR_RIGHT_PAREN) && !ValidETSNolintArg(warningName)) { in ParseETSNolintArgs()
255 if ((cp == lexer::LEX_CHAR_COMMA || cp == lexer::LEX_CHAR_RIGHT_PAREN) && ValidETSNolintArg(warningName)) { in ParseETSNolintArgs()
H A DETSNolintParser.h43 bool ValidETSNolintArg(const std::u32string &warningName) const;

Completed in 1 milliseconds