Home | History | Annotate | Download | only in Sema

Lines Matching refs:isUnionType

644         CurrentObjectType->isUnionType()? 3 :
1325 if (DeclType->isUnionType() && IList->getNumInits() == 0) {
1382 if (InitializedSomething && DeclType->isUnionType())
1415 if (DeclType->isUnionType() && !VerifyOnly) {
1426 !DeclType->isUnionType()) {
1440 if (VerifyOnly && Field != FieldEnd && !DeclType->isUnionType() &&