Home | History | Annotate | Download | only in Sema

Lines Matching refs:ParamRefType

2896   const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>();
2897 if (ParamRefType) {
2898 QualType PointeeType = ParamRefType->getPointeeType();
2927 ParamRefType != 0);
2932 if (ParamRefType) {
2937 if (ParamRefType->isRValueReferenceType() &&
2938 ParamRefType->getAs<TemplateTypeParmType>() &&
2970 if (ParamRefType)