Searched refs:RequiresSecondPass (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 535 InitListExpr *ILE, bool &RequiresSecondPass, 539 InitListExpr *ILE, bool &RequiresSecondPass, 542 InitListExpr *ILE, bool &RequiresSecondPass, 738 bool &RequiresSecondPass, bool FillWithNoInit) { in FillInEmptyInitForBase() argument 757 FillInEmptyInitializations(BaseEntity, InnerILE, RequiresSecondPass, in FillInEmptyInitForBase() 762 RequiresSecondPass, ILE, Init, in FillInEmptyInitForBase() 770 bool &RequiresSecondPass, in FillInEmptyInitForField() argument 835 RequiresSecondPass = true; in FillInEmptyInitForField() 872 RequiresSecondPass = true; in FillInEmptyInitForField() 877 RequiresSecondPass, ILE, Init, FillWithNoInit); in FillInEmptyInitForField() [all …]
|