Home | History | Annotate | Download | only in Sema

Lines Matching defs:EltTy

928         QualType EltTy;
930 EltTy = Result;
932 EltTy = Result->isPointerType() ?
938 if (!EltTy->isIncompleteOrObjectType()) {
941 << EltTy << DS.getSourceRange();
1278 if (const RecordType *EltTy = T->getAs<RecordType>()) {
1281 if (EltTy->getDecl()->hasFlexibleArrayMember())