Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp10426 static bool MaybeElementDependentArrayFiller(const Expr *FillerExpr) { in MaybeElementDependentArrayFiller() function
10433 if (MaybeElementDependentArrayFiller(ILE->getInit(I))) in MaybeElementDependentArrayFiller()
10473 if (NumEltsToInit != NumElts && MaybeElementDependentArrayFiller(FillerExpr)) in VisitInitListExpr()