reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaInit.cpp
 2024       if (!StructuredList)
 2029           StructuredList->setInitializedFieldInUnion(*Field);
 2044         if (StructuredList)
 2045           StructuredList->setInitializedFieldInUnion(*Field);
 2068                           StructuredList, StructuredIndex);
 2108                                      StructuredList, StructuredIndex,
 2175                         StructuredList, StructuredIndex);
 2178     if (DeclType->isUnionType() && StructuredList) {
 2180       StructuredList->setInitializedFieldInUnion(*Field);
 2204   if (!StructuredList && Field != FieldEnd && !DeclType->isUnionType() &&
 2245                         StructuredList, StructuredIndex);
 2248                           StructuredList, StructuredIndex);