Home | History | Annotate | Download | only in Sema

Lines Matching refs:PType

4478     QualType PType = Param->getOriginalType();
4479 if (const ArrayType *AT = Context.getAsArrayType(PType)) {