Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp729 if (useNormalizedPaths()) in addFile()
837 if (FS.useNormalizedPaths()) in lookupInMemoryNode()
979 if (useNormalizedPaths()) in setCurrentWorkingDirectory()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h476 bool useNormalizedPaths() const { return UseNormalizedPaths; } in useNormalizedPaths() function