Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h505 bool UseNormalizedPaths = true; variable
526 explicit InMemoryFileSystem(bool UseNormalizedPaths = true);
585 bool useNormalizedPaths() const { return UseNormalizedPaths; } in useNormalizedPaths()
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp801 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() argument
807 UseNormalizedPaths(UseNormalizedPaths) {} in InMemoryFileSystem()