Home | History | Annotate | Download | only in cpp

Lines Matching refs:close_paren

879     def _GetMatchingChar(self, open_paren, close_paren, GetNextToken=None):
883 # and return up to the close_paren.
890 elif token.name == close_paren: