Home | History | Annotate | Download | only in Sema

Lines Matching defs:ParamType

3112     QualType ParamType = Param->getType().getNonReferenceType();
3117 Constructor->getLocation(), ParamType,
3125 ParamType.getQualifiers());
3182 QualType ParamType = Param->getType().getNonReferenceType();
3191 Loc, ParamType, VK_LValue, nullptr);
3208 ParamType, Loc,
6348 QualType ParamType = Constructor->getParamDecl(0)->getType();
6350 if (Context.getCanonicalType(ParamType).getUnqualifiedType() == ClassTy) {
10987 QualType ParamType = Param->getType().getNonReferenceType();
10988 if (ParamType->isDependentType() || ParamType->isRecordType() ||
10989 ParamType->isEnumeralType()) {
11079 QualType ParamType = LastParam->getType();
11081 if (!ParamType->isSpecificBuiltinType(BuiltinType::Int) &&
11082 !ParamType->isDependentType())