Home | History | Annotate | Download | only in Sema

Lines Matching refs:AllocType

7280   QualType AllocType = AllocTypeInfo->getType();
7287 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType);
7297 AllocType = ConsArrayT->getElementType();
7302 AllocType = DepArrayT->getElementType();
7313 AllocType,