Home | History | Annotate | Download | only in AST

Lines Matching refs:ParenListExpr

524           if (ParenListExpr *ParenList = dyn_cast<ParenListExpr>(Init)) {
686 if ((D->getInitStyle() == VarDecl::CallInit) && !isa<ParenListExpr>(Init))
692 if ((D->getInitStyle() == VarDecl::CallInit) && !isa<ParenListExpr>(Init))