Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp10728 static bool MaybeElementDependentArrayFiller(const Expr *FillerExpr) { in MaybeElementDependentArrayFiller() function
10735 if (MaybeElementDependentArrayFiller(ILE->getInit(I))) in MaybeElementDependentArrayFiller()
10740 MaybeElementDependentArrayFiller(ILE->getArrayFiller())) in MaybeElementDependentArrayFiller()
10793 if (NumEltsToInit != NumElts && MaybeElementDependentArrayFiller(ArrayFiller)) in VisitCXXParenListOrInitListExpr()