Home | History | Annotate | Download | only in cpp

Lines Matching full:open_paren

880     def _GetMatchingChar(self, open_paren, close_paren, GetNextToken=None):
883 # Assumes the current token is open_paren and we will consume
889 if token.name == open_paren: