Home | History | Annotate | Download | only in AST

Lines Matching refs:argTy

6816       QualType argTy = proto->getArgType(i);
6820 if (const EnumType *Enum = argTy->getAs<EnumType>()) {
6821 argTy = Enum->getDecl()->getIntegerType();
6822 if (argTy.isNull())
6826 if (argTy->isPromotableIntegerType() ||
6827 getCanonicalType(argTy).getUnqualifiedType() == FloatTy)