Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp95 static bool isCaseSensitivePath(StringRef Path) { in isCaseSensitivePath() function
125 VFSWriter.setCaseSensitivity(isCaseSensitivePath(VFSDir)); in writeFileMap()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp34 static bool isCaseSensitivePath(StringRef Path) { in isCaseSensitivePath() function
242 VFSWriter.setCaseSensitivity(isCaseSensitivePath(OverlayRoot)); in writeMapping()