Lines Matching full:designators
231 /// C99 designators cause changes in the initializer list traversal,
1838 // Disable check for missing fields when designators are used.
1942 /// anonymous struct or union into a series of field designators that
1951 // Build the replacement designators.
1967 // designators, so we have a full subobject path down to where the
1979 return DesignatedInitExpr::Create(SemaRef.Context, DIE->designators(),
2410 // designators of the form
2437 // Codegen can't handle evaluating array range designators that have side
2759 SmallVector<ASTDesignator, 32> Designators;
2762 // Build designators and check array designator expressions.
2767 Designators.push_back(ASTDesignator(D.getField(), D.getDotLoc(),
2779 Designators.push_back(ASTDesignator(InitExpressions.size(),
2819 Designators.push_back(ASTDesignator(InitExpressions.size(),
2840 Designators,