Searched refs:maybeCaseFoldPath (Results 1 – 3 of 3) sorted by relevance
15 std::string maybeCaseFoldPath(PathRef Path) { return Path.lower(); } in maybeCaseFoldPath() function18 std::string maybeCaseFoldPath(PathRef Path) { return Path.str(); }
34 std::string maybeCaseFoldPath(PathRef Path);
394 FoldedDirs.push_back(maybeCaseFoldPath(Dir)); in getDirectoryCaches()