Home | History | Annotate | Download | only in Sema

Lines Matching refs:ElemType

4696   QualType ElemType = Context.getBaseElementType(T);
4697 RequireCompleteType(Loc, ElemType, 0);
4710 const RecordType *RT = ElemType->getAs<RecordType>();
4720 RequireCompleteType(Loc, ElemType, diag::note_non_literal_incomplete, T);