Home | History | Annotate | Download | only in AST

Lines Matching refs:IncompleteArrayType

2519     const IncompleteArrayType *iat = cast<IncompleteArrayType>(ty);
2647 IncompleteArrayType::Profile(ID, elementType, ASM, elementTypeQuals);
2650 if (IncompleteArrayType *iat =
2666 IncompleteArrayType *existing =
2671 IncompleteArrayType *newType = new (*this, TypeAlignment)
2672 IncompleteArrayType(elementType, canon, ASM, elementTypeQuals);
3935 if (const IncompleteArrayType *IAT = dyn_cast<IncompleteArrayType>(AT)) {
4237 if (const IncompleteArrayType *IAT = dyn_cast<IncompleteArrayType>(ATy))
5326 if (isa<IncompleteArrayType>(AT) && !StructField) {
5339 assert((isa<VariableArrayType>(AT) || isa<IncompleteArrayType>(AT)) &&