Home
last modified time | relevance | path

Searched refs:FillerExpr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp11211 static bool MaybeElementDependentArrayFiller(const Expr *FillerExpr) { in MaybeElementDependentArrayFiller() argument
11214 if (isa<ImplicitValueInitExpr>(FillerExpr)) in MaybeElementDependentArrayFiller()
11216 if (const InitListExpr *ILE = dyn_cast<InitListExpr>(FillerExpr)) { in MaybeElementDependentArrayFiller()