Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp77 auto CheckDir = [&](llvm::StringRef Dir) -> unsigned { in getRelativeIncludeName() local
144 PrefixLength = CheckDir(Entry.Path); in getRelativeIncludeName()
/src/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp2062 auto CheckDir = [&](llvm::SmallString<32> Dir) -> bool { in suggestPathToFileForDiagnostics() local
2104 if (CheckDir(Dir)) { in suggestPathToFileForDiagnostics()
2111 if (CheckDir(Dir)) { in suggestPathToFileForDiagnostics()
2122 if (!BestPrefixLength && CheckDir(path::parent_path(MainFile))) { in suggestPathToFileForDiagnostics()