Home | History | Annotate | Download | only in Sema

Lines Matching refs:isUndeducedType

3263     if (New->getType()->isUndeducedType()) {
6511 if (T->isUndeducedType())
7581 NewFD->getReturnType()->isUndeducedType())
7588 NewFD->getReturnType()->isUndeducedType()) {
9205 if (TypeMayContainAuto && VDecl->getType()->isUndeducedType()) {
10999 return Ty.isNull() || !Ty->isUndeducedType();
11015 if (FD->isConstexpr() || FD->getReturnType()->isUndeducedType())
11046 !FD->isDependentContext() && FD->getReturnType()->isUndeducedType()) {