Home | History | Annotate | Download | only in AST

Lines Matching refs:paramTy

7472       QualType paramTy = proto->getParamType(i);
7476 if (const EnumType *Enum = paramTy->getAs<EnumType>()) {
7477 paramTy = Enum->getDecl()->getIntegerType();
7478 if (paramTy.isNull())
7482 if (paramTy->isPromotableIntegerType() ||
7483 getCanonicalType(paramTy).getUnqualifiedType() == FloatTy)