Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isUnion

207   if (D->isUnion()) {
472 assert(D->isUnion() && "Can't call LayoutUnion on a non-union record!");
750 assert(!D->isUnion() && "Can't call LayoutFields on a union!");
959 if (isa<CXXRecordDecl>(D) && !D->isUnion()) {
1041 if (D->isUnion()) {