Home | History | Annotate | Download | only in Sema

Lines Matching refs:Designators

164 /// C99 designators cause changes in the initializer list traversal,
1376 // Disable check for missing fields when designators are used.
1479 /// anonymous struct or union into a series of field designators that
1488 // Build the replacement designators.
1504 // designators, so we have a full subobject path down to where the
1915 // designators of the form
1942 // Codegen can't handle evaluating array range designators that have side
2190 SmallVector<ASTDesignator, 32> Designators;
2193 // Build designators and check array designator expressions.
2198 Designators.push_back(ASTDesignator(D.getField(), D.getDotLoc(),
2210 Designators.push_back(ASTDesignator(InitExpressions.size(),
2250 Designators.push_back(ASTDesignator(InitExpressions.size(),
2271 Designators.data(), Designators.size(),