Home | History | Annotate | Download | only in Sema

Lines Matching defs:Parens

3156   // Revert value-initialization back to empty parens.
3158 SourceRange Parens = VIE->getSourceRange();
3159 return getDerived().RebuildParenListExpr(Parens.getBegin(), None,
3160 Parens.getEnd());
3191 SourceRange Parens = Construct->getParenOrBraceRange();
3192 if (Parens.isInvalid()) {
3196 "no parens or braces but have direct init with arguments?");
3199 return getDerived().RebuildParenListExpr(Parens.getBegin(), NewArgs,
3200 Parens.getEnd());
8172 // Notably, there must be *exactly* one set of parens if X is a type.
9640 // We got an expr, wrap it up in parens.