Searched defs:setArrayFiller (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | ExprCXX.h | 5026 void setArrayFiller(Expr *E) { ArrayFillerOrUnionFieldInit = E; } setArrayFiller() function |
/llvm-project/clang/lib/AST/ | ||
H A D | Expr.cpp | 2419 void InitListExpr::setArrayFiller(Expr *filler) { setArrayFiller() function in InitListExpr |