Home | History | Annotate | Download | only in AST

Lines Matching refs:argtype

6995       QualType argtype = mergeFunctionArgumentTypes(largtype, rargtype,
6998 if (argtype.isNull()) return QualType();
7001 argtype = argtype.getUnqualifiedType();
7003 types.push_back(argtype);
7009 if (getCanonicalType(argtype) != getCanonicalType(largtype))
7011 if (getCanonicalType(argtype) != getCanonicalType(rargtype))