Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DHeaderSearch.cpp1899 auto CheckDir = [&](llvm::StringRef Dir) -> bool { in suggestPathToFileForDiagnostics() local
1953 if (CheckDir(Dir)) { in suggestPathToFileForDiagnostics()
1960 if (CheckDir(Dir)) { in suggestPathToFileForDiagnostics()
1970 if (!BestPrefixLength && CheckDir(path::parent_path(MainFile))) { in suggestPathToFileForDiagnostics()
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp81 auto CheckDir = [&](llvm::StringRef Dir) -> unsigned { in getRelativeIncludeName() local
148 PrefixLength = CheckDir(Entry.Path); in getRelativeIncludeName()