Home | History | Annotate | Download | only in AST

Lines Matching refs:ParenListExpr

525           if (ParenListExpr *ParenList = dyn_cast<ParenListExpr>(Init)) {
691 if ((D->getInitStyle() == VarDecl::CallInit) && !isa<ParenListExpr>(Init))
697 if ((D->getInitStyle() == VarDecl::CallInit) && !isa<ParenListExpr>(Init))