Home | History | Annotate | Download | only in Sema

Lines Matching refs:isUndeducedType

2982     if (New->getType()->isUndeducedType()) {
5952 if (T->isUndeducedType())
6977 NewFD->getReturnType()->isUndeducedType())
6984 NewFD->getReturnType()->isUndeducedType()) {
8294 if (TypeMayContainAuto && VDecl->getType()->isUndeducedType()) {
10043 return Ty.isNull() || !Ty->isUndeducedType();
10059 if (FD->isConstexpr() || FD->getReturnType()->isUndeducedType())
10087 !FD->isDependentContext() && FD->getReturnType()->isUndeducedType()) {