Home | History | Annotate | Download | only in Sema

Lines Matching refs:Designators

228 /// C99 designators cause changes in the initializer list traversal,
1593 // Disable check for missing fields when designators are used.
1697 /// anonymous struct or union into a series of field designators that
1706 // Build the replacement designators.
1722 // designators, so we have a full subobject path down to where the
2150 // designators of the form
2177 // Codegen can't handle evaluating array range designators that have side
2482 SmallVector<ASTDesignator, 32> Designators;
2485 // Build designators and check array designator expressions.
2490 Designators.push_back(ASTDesignator(D.getField(), D.getDotLoc(),
2502 Designators.push_back(ASTDesignator(InitExpressions.size(),
2542 Designators.push_back(ASTDesignator(InitExpressions.size(),
2563 Designators.data(), Designators.size(),