Home | History | Annotate | Download | only in Sema

Lines Matching refs:Parens

320   // First, look inwards past parens for a function declarator.
1796 // Ignore parens.
2248 // For a declaration with parameters, eg. "T var(T());", suggest adding parens
2254 // FIXME: Maybe we should suggest adding braces instead of parens
2261 // parens with an initializer to turn the declaration into a variable
2265 // Empty parens mean value-initialization, and no parens mean
2890 // Rebuild any parens around the identifier in the function type.
3074 // Ignore parens.
3885 Parens,
3904 Stack.push_back(Parens);
3965 case Parens: {