Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp1951 unsigned BestPrefixLength = 0; in suggestPathToFileForDiagnostics() local
1965 if (PrefixLength > BestPrefixLength) { in suggestPathToFileForDiagnostics()
1966 BestPrefixLength = PrefixLength; in suggestPathToFileForDiagnostics()
1999 *IsAngled = BestPrefixLength && isSystem(DL.getDirCharacteristic()); in suggestPathToFileForDiagnostics()
2007 *IsAngled = BestPrefixLength; in suggestPathToFileForDiagnostics()
2015 if (!BestPrefixLength && CheckDir(path::parent_path(MainFile))) { in suggestPathToFileForDiagnostics()
2023 StringRef Filename = File.drop_front(BestPrefixLength); in suggestPathToFileForDiagnostics()