Home | History | Annotate | Download | only in Sema

Lines Matching defs:Parens

316   // First, look inwards past parens for a function declarator.
1373 /// Parens and member pointers are permitted. We don't diagnose array and
1934 // Ignore parens.
2118 // Just parens all the way out to the decl specifiers. Diagnose any qualifiers
2421 // parens around the first parameter to turn the declaration into a
2426 // FIXME: Maybe we should suggest adding braces instead of parens
2433 // the parens with an initializer to turn the declaration into a variable
2437 // Empty parens mean value-initialization, and no parens mean
2550 // If T is 'decltype(auto)', the only declarators we can have are parens
3201 // Rebuild any parens around the identifier in the function type.
3388 // Ignore parens.
3688 // No parens, to indicate this was spelled as an _Atomic qualifier.
4294 Parens,
4313 Stack.push_back(Parens);
4374 case Parens: {