Searched refs:RequiresSecondPass (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 461 InitListExpr *ILE, bool &RequiresSecondPass, 465 InitListExpr *ILE, bool &RequiresSecondPass, 468 InitListExpr *ILE, bool &RequiresSecondPass, 614 bool &RequiresSecondPass, bool FillWithNoInit) { in FillInEmptyInitForBase() argument 633 FillInEmptyInitializations(BaseEntity, InnerILE, RequiresSecondPass, in FillInEmptyInitForBase() 638 RequiresSecondPass, ILE, Init, in FillInEmptyInitForBase() 646 bool &RequiresSecondPass, in FillInEmptyInitForField() argument 686 RequiresSecondPass = true; in FillInEmptyInitForField() 723 RequiresSecondPass = true; in FillInEmptyInitForField() 728 RequiresSecondPass, ILE, Init, FillWithNoInit); in FillInEmptyInitForField() [all …]
|