Home | History | Annotate | Download | only in Sema

Lines Matching refs:paramTy

2209       QualType paramTy = property->getType().getUnqualifiedType();
2212 QualType modifiedTy = paramTy;
2215 paramTy = Context.getAttributedType(AttributedType::attr_nullable,
2225 paramTy,