Home | History | Annotate | Download | only in Sema

Lines Matching refs:Parens

316   // First, look inwards past parens for a function declarator.
1346 /// Parens and member pointers are permitted. We don't diagnose array and
1913 // Ignore parens.
2097 // Just parens all the way out to the decl specifiers. Diagnose any qualifiers
2399 // parens around the first parameter to turn the declaration into a
2404 // FIXME: Maybe we should suggest adding braces instead of parens
2411 // the parens with an initializer to turn the declaration into a variable
2415 // Empty parens mean value-initialization, and no parens mean
2507 // If T is 'decltype(auto)', the only declarators we can have are parens
3146 // Rebuild any parens around the identifier in the function type.
3336 // Ignore parens.
3638 // No parens, to indicate this was spelled as an _Atomic qualifier.
4241 Parens,
4260 Stack.push_back(Parens);
4321 case Parens: {