Home | History | Annotate | Download | only in Sema

Lines Matching refs:Best

387   // generally best to say that void types just doesn't undergo
1479 OverloadCandidateSet::iterator Best;
1493 switch (OCS.BestViableFunction(*this, R.getNameLoc(), Best)) {
1495 ND = Best->Function;
6620 // best we can say is 'a constant'
9566 // FIXME: This is a bit ugly; is it really the best way to handle this