Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h504 bool UseNormalizedPaths = true; variable
525 explicit InMemoryFileSystem(bool UseNormalizedPaths = true);
587 bool useNormalizedPaths() const { return UseNormalizedPaths; } in useNormalizedPaths()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp800 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() argument
806 UseNormalizedPaths(UseNormalizedPaths) {} in InMemoryFileSystem()