Searched refs:sCommentPattern (Results 1 – 1 of 1) sorted by relevance
61 static const std::regex sCommentPattern("^\\s*" COMMENT "$"); in processRemaining() local99 if (std::regex_match(mRemaining, match, sCommentPattern)) { in processRemaining()