Home | History | Annotate | Download | only in AST

Lines Matching refs:argTy

7037       QualType argTy = proto->getArgType(i);
7041 if (const EnumType *Enum = argTy->getAs<EnumType>()) {
7042 argTy = Enum->getDecl()->getIntegerType();
7043 if (argTy.isNull())
7047 if (argTy->isPromotableIntegerType() ||
7048 getCanonicalType(argTy).getUnqualifiedType() == FloatTy)