Home | History | Annotate | Download | only in Sema

Lines Matching refs:Unresolved

683   const UnresolvedSetImpl *Unresolved = Record->getConversionFunctions();
684 for (UnresolvedSetImpl::iterator U = Unresolved->begin(),
685 UEnd = Unresolved->end(); U != UEnd; ++U) {