Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp1796 auto CheckDir = [&](llvm::StringRef Dir) -> bool { in suggestPathToFileForDiagnostics() local
1842 if (CheckDir(Dir) && IsSystem) in suggestPathToFileForDiagnostics()
1848 if (!BestPrefixLength && CheckDir(path::parent_path(MainFile)) && IsSystem) in suggestPathToFileForDiagnostics()