Home | History | Annotate | Download | only in Sema

Lines Matching refs:ParamType

2427     QualType ParamType = Param->getType().getNonReferenceType();
2432 Constructor->getLocation(), ParamType,
2440 ParamType.getQualifiers());
2499 QualType ParamType = Param->getType().getNonReferenceType();
2508 Loc, ParamType, VK_LValue, 0);
2525 ParamType, Loc,
5110 QualType ParamType = Constructor->getParamDecl(0)->getType();
5112 if (Context.getCanonicalType(ParamType
9394 QualType ParamType = (*Param)->getType().getNonReferenceType();
9395 if (ParamType->isDependentType() || ParamType->isRecordType() ||
9396 ParamType->isEnumeralType()) {