Home | History | Annotate | Download | only in AST

Lines Matching refs:argtype

6774       QualType argtype = mergeFunctionArgumentTypes(largtype, rargtype,
6777 if (argtype.isNull()) return QualType();
6780 argtype = argtype.getUnqualifiedType();
6782 types.push_back(argtype);
6788 if (getCanonicalType(argtype) != getCanonicalType(largtype))
6790 if (getCanonicalType(argtype) != getCanonicalType(rargtype))