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

References

tools/clang/lib/Sema/SemaInit.cpp
 1998   RecordDecl *structDecl = DeclType->castAs<RecordType>()->getDecl();
 2009   if (DeclType->isUnionType() && IList->getNumInits() == 0) {
 2010     RecordDecl *RD = DeclType->castAs<RecordType>()->getDecl();
 2085   RecordDecl *RD = DeclType->castAs<RecordType>()->getDecl();
 2107                                      DeclType, &Field, nullptr, Index,
 2137     if (InitializedSomething && DeclType->isUnionType())
 2178     if (DeclType->isUnionType() && StructuredList) {
 2189       !DeclType->isUnionType()) {
 2204   if (!StructuredList && Field != FieldEnd && !DeclType->isUnionType() &&