Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp11003 static bool MaybeElementDependentArrayFiller(const Expr *FillerExpr) { in MaybeElementDependentArrayFiller() function
11010 if (MaybeElementDependentArrayFiller(ILE->getInit(I))) in MaybeElementDependentArrayFiller()
11015 MaybeElementDependentArrayFiller(ILE->getArrayFiller())) in MaybeElementDependentArrayFiller()
11068 if (NumEltsToInit != NumElts && MaybeElementDependentArrayFiller(ArrayFiller)) in VisitCXXParenListOrInitListExpr()