Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h545 bool UseNormalizedPaths = true; variable
570 explicit InMemoryFileSystem(bool UseNormalizedPaths = true);
632 bool useNormalizedPaths() const { return UseNormalizedPaths; } in useNormalizedPaths()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp838 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() argument
844 UseNormalizedPaths(UseNormalizedPaths) {} in InMemoryFileSystem()