Home
last modified time | relevance | path

Searched defs:setArrayFiller (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h5027 void setArrayFiller(Expr *E) { ArrayFillerOrUnionFieldInit = E; } in setArrayFiller() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2419 void InitListExpr::setArrayFiller(Expr *filler) { in setArrayFiller() function in InitListExpr