Searched refs:cppStyleComment (Results 1 – 2 of 2) sorted by relevance
5382 cppStyleComment = Combine(Regex(r"/\*(?:[^*]|\*(?!/))*") + '*/'| dblSlashComment).setName("C++ styl… variable5385 javaStyleComment = cppStyleComment