Lines Matching full:grouping
5360 // The grammar for abstract-pack-declarator does not allow grouping parens.
5441 /// only called before the identifier, so these are most likely just grouping
5459 // Eat any attributes before we look at whether this is a grouping or function
5460 // declarator paren. If this is a grouping paren, the attribute applies to
5463 // If this ends up not being a grouping paren, the attribute applies to the
5474 // We require that the argument list (if this is a non-grouping paren) be
5488 // grouping parens. However, if this could be an abstract-declarator, then
5493 // If this can't be an abstract-declarator, this *must* be a grouping
5505 // Otherwise, this is a grouping paren, e.g. 'int (*X)' or 'int(X)'.
5509 // If this is a grouping paren, handle:
5534 // Okay, if this wasn't a grouping paren, it must be the start of a function