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