Home | History | Annotate | Download | only in Sema

Lines Matching full:isnull

618   assert(CSI.ReturnType.isNull() || !CSI.ReturnType->isUndeducedType()); 
648 if (CSI.ReturnType.isNull())
655 assert(!CSI.ReturnType.isNull() && "We should have a tentative return type.");
714 assert(!DeductType.isNull() && "can't build reference to auto");
723 if (DeducedType.isNull())
911 (getCurrentThisType().isNull() ||
950 if (ThisCaptureType.isNull()) {
977 if (C->InitCaptureType.get().isNull())