Home | History | Annotate | Download | only in Parse

Lines Matching refs:Parens

175       // consume everything up to and including the matching right parens
242 BalancedDelimiterTracker Parens(*this, tok::l_paren);
243 Parens.consumeOpen();
249 if (Parens.consumeClose())
257 SourceRange(AttrNameLoc, Parens.getCloseLocation()),
260 Attrs.addNew(&AttrName, SourceRange(AttrNameLoc, Parens.getCloseLocation()),
4849 // The grammar for abstract-pack-declarator does not allow grouping parens.
4931 /// parens for precedence. If we find that these are actually function
4932 /// parameter parens in an abstract-declarator, we call ParseFunctionDeclarator.
4977 // grouping parens. However, if this could be an abstract-declarator, then
5616 // Determine if parens will need to be suggested in the diagnostic.
5634 // Create a DeclaratorChunk for the inserted parens.