reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
807 if (Quality < BestQuality || Best == StringRef::npos) { 808 Best = i; 816 if (Best && Best != StringRef::npos && BestQuality < 50) { 816 if (Best && Best != StringRef::npos && BestQuality < 50) { 819 getCheckTy(), Buffer, Best, 0, Diags);