Home | History | Annotate | Download | only in Sema

Lines Matching defs:Parens

2968   // Revert value-initialization back to empty parens.
2970 SourceRange Parens = VIE->getSourceRange();
2971 return getDerived().RebuildParenListExpr(Parens.getBegin(), None,
2972 Parens.getEnd());
3003 SourceRange Parens = Construct->getParenOrBraceRange();
3004 if (Parens.isInvalid()) {
3008 "no parens or braces but have direct init with arguments?");
3011 return getDerived().RebuildParenListExpr(Parens.getBegin(), NewArgs,
3012 Parens.getEnd());
7550 // Notably, there must be *exactly* one set of parens if X is a type.
8958 // We got an expr, wrap it up in parens.