Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/support/
H A DPath.cpp15 std::string maybeCaseFoldPath(PathRef Path) { return Path.lower(); } in maybeCaseFoldPath() function
18 std::string maybeCaseFoldPath(PathRef Path) { return Path.str(); }
H A DPath.h34 std::string maybeCaseFoldPath(PathRef Path);
/llvm-project/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp394 FoldedDirs.push_back(maybeCaseFoldPath(Dir)); in getDirectoryCaches()