Home | History | Annotate | Download | only in qt

Lines Matching refs:unresolved

1025         Unresolved,
1048 { return (m_kind == Unresolved); }
1067 static QtMethodMatchType unresolved(const QByteArray &name)
1068 { return QtMethodMatchType(Unresolved, /*typeId=*/0, name); }
1179 QVector<QtMethodMatchData> unresolved;
1203 types.append(QtMethodMatchType::unresolved(returnTypeName));
1227 types.append(QtMethodMatchType::unresolved(argTypeName));
1246 qMatchDebug() << "Match:unresolved arg types for" << method.signature();
1248 unresolved.append(QtMethodMatchData(/*matchDistance=*/INT_MAX, index,
1319 } else if (!unresolved.isEmpty()) {
1320 QtMethodMatchData argsInstance = unresolved.first();