Searched refs:BestPrefixLength (Results 1 – 1 of 1) sorted by relevance
1437 unsigned BestPrefixLength = 0; in suggestPathToFileForDiagnostics() local1464 if (PrefixLength > BestPrefixLength) { in suggestPathToFileForDiagnostics()1465 BestPrefixLength = PrefixLength; in suggestPathToFileForDiagnostics()1477 *IsSystem = BestPrefixLength ? BestSearchDir >= SystemDirIdx : false; in suggestPathToFileForDiagnostics()1478 return Name + BestPrefixLength; in suggestPathToFileForDiagnostics()