Searched refs:RequiresSecondPass (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 348 InitListExpr *ILE, bool &RequiresSecondPass, 352 InitListExpr *ILE, bool &RequiresSecondPass, 355 InitListExpr *ILE, bool &RequiresSecondPass, 496 bool &RequiresSecondPass, bool FillWithNoInit) { in FillInEmptyInitForBase() argument 517 RequiresSecondPass, FillWithNoInit); in FillInEmptyInitForBase() 521 RequiresSecondPass, /*FillWithNoInit =*/true); in FillInEmptyInitForBase() 528 bool &RequiresSecondPass, in FillInEmptyInitForField() argument 562 RequiresSecondPass = true; in FillInEmptyInitForField() 599 RequiresSecondPass = true; in FillInEmptyInitForField() 604 RequiresSecondPass, FillWithNoInit); in FillInEmptyInitForField() [all …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaInit.cpp | 459 InitListExpr *ILE, bool &RequiresSecondPass, 463 InitListExpr *ILE, bool &RequiresSecondPass, 466 InitListExpr *ILE, bool &RequiresSecondPass, 612 bool &RequiresSecondPass, bool FillWithNoInit) { in FillInEmptyInitForBase() argument 631 FillInEmptyInitializations(BaseEntity, InnerILE, RequiresSecondPass, in FillInEmptyInitForBase() 636 RequiresSecondPass, ILE, Init, in FillInEmptyInitForBase() 644 bool &RequiresSecondPass, in FillInEmptyInitForField() argument 684 RequiresSecondPass = true; in FillInEmptyInitForField() 721 RequiresSecondPass = true; in FillInEmptyInitForField() 726 RequiresSecondPass, ILE, Init, FillWithNoInit); in FillInEmptyInitForField() [all …]
|