Home
last modified time | relevance | path

Searched refs:BestPrefixLength (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Lex/
DHeaderSearch.cpp1437 unsigned BestPrefixLength = 0; in suggestPathToFileForDiagnostics() local
1464 if (PrefixLength > BestPrefixLength) { in suggestPathToFileForDiagnostics()
1465 BestPrefixLength = PrefixLength; in suggestPathToFileForDiagnostics()
1477 *IsSystem = BestPrefixLength ? BestSearchDir >= SystemDirIdx : false; in suggestPathToFileForDiagnostics()
1478 return Name + BestPrefixLength; in suggestPathToFileForDiagnostics()