Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp76 auto CheckDir = [&](llvm::StringRef Dir) -> unsigned { in getRelativeIncludeName() local
143 PrefixLength = CheckDir(Entry.Path); in getRelativeIncludeName()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp2093 auto CheckDir = [&](llvm::SmallString<32> Dir) -> bool { in suggestPathToFileForDiagnostics() local
2135 if (CheckDir(Dir)) { in suggestPathToFileForDiagnostics()
2142 if (CheckDir(Dir)) { in suggestPathToFileForDiagnostics()
2153 if (!BestPrefixLength && CheckDir(path::parent_path(MainFile))) { in suggestPathToFileForDiagnostics()