Searched refs:RequiresSecondPass (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 491 InitListExpr *ILE, bool &RequiresSecondPass, 495 InitListExpr *ILE, bool &RequiresSecondPass, 498 InitListExpr *ILE, bool &RequiresSecondPass, 692 bool &RequiresSecondPass, bool FillWithNoInit) { in FillInEmptyInitForBase() argument 711 FillInEmptyInitializations(BaseEntity, InnerILE, RequiresSecondPass, in FillInEmptyInitForBase() 716 RequiresSecondPass, ILE, Init, in FillInEmptyInitForBase() 724 bool &RequiresSecondPass, in FillInEmptyInitForField() argument 764 RequiresSecondPass = true; in FillInEmptyInitForField() 801 RequiresSecondPass = true; in FillInEmptyInitForField() 806 RequiresSecondPass, ILE, Init, FillWithNoInit); in FillInEmptyInitForField() [all …]
|