HomeSort by relevance Sort by last modified time
    Searched refs:UseNormalizedPaths (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
VirtualFileSystem.h 276 bool UseNormalizedPaths = true;
279 explicit InMemoryFileSystem(bool UseNormalizedPaths = true);
293 bool useNormalizedPaths() const { return UseNormalizedPaths; }
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 478 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths)
483 UseNormalizedPaths(UseNormalizedPaths) {}
501 if (useNormalizedPaths())
574 if (FS.useNormalizedPaths())
    [all...]

Completed in 103 milliseconds