Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp71 auto CheckDir = [&](llvm::StringRef Dir) -> unsigned { in getRelativeIncludeName() local
138 PrefixLength = CheckDir(Entry.Path); in getRelativeIncludeName()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp1945 auto CheckDir = [&](llvm::SmallString<32> Dir) -> bool { in suggestPathToFileForDiagnostics() local
1987 if (CheckDir(Dir)) { in suggestPathToFileForDiagnostics()
1994 if (CheckDir(Dir)) { in suggestPathToFileForDiagnostics()
2004 if (!BestPrefixLength && CheckDir(path::parent_path(MainFile))) { in suggestPathToFileForDiagnostics()