HomeSort by: relevance | last modified time | path
    Searched refs:useNormalizedPaths (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp 701 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths)
706 UseNormalizedPaths(UseNormalizedPaths) {}
729 if (useNormalizedPaths())
837 if (FS.useNormalizedPaths())
979 if (useNormalizedPaths())
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h 419 bool UseNormalizedPaths = true;
431 explicit InMemoryFileSystem(bool UseNormalizedPaths = true);
476 bool useNormalizedPaths() const { return UseNormalizedPaths; }

Completed in 22 milliseconds