Searched refs:FillerExpr (Results 1 – 1 of 1) sorted by relevance
11211 static bool MaybeElementDependentArrayFiller(const Expr *FillerExpr) { in MaybeElementDependentArrayFiller() argument11214 if (isa<ImplicitValueInitExpr>(FillerExpr)) in MaybeElementDependentArrayFiller()11216 if (const InitListExpr *ILE = dyn_cast<InitListExpr>(FillerExpr)) { in MaybeElementDependentArrayFiller()