Home | History | Annotate | Download | only in Sema

Lines Matching refs:PointeeType

436     QualType PointeeType = PT->getPointeeType();
437 if (Context.hasSameUnqualifiedType(PointeeType, Context.CharTy)) {