Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DVirtualFileSystem.h290 bool UseNormalizedPaths = true; variable
293 explicit InMemoryFileSystem(bool UseNormalizedPaths = true);
307 bool useNormalizedPaths() const { return UseNormalizedPaths; } in useNormalizedPaths()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h418 bool UseNormalizedPaths = true; variable
430 explicit InMemoryFileSystem(bool UseNormalizedPaths = true);
474 bool useNormalizedPaths() const { return UseNormalizedPaths; } in useNormalizedPaths()
/external/llvm-project/llvm/include/llvm/Support/
DVirtualFileSystem.h419 bool UseNormalizedPaths = true; variable
431 explicit InMemoryFileSystem(bool UseNormalizedPaths = true);
476 bool useNormalizedPaths() const { return UseNormalizedPaths; } in useNormalizedPaths()
/external/clang/lib/Basic/
DVirtualFileSystem.cpp495 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() argument
500 UseNormalizedPaths(UseNormalizedPaths) {} in InMemoryFileSystem()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp679 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() argument
684 UseNormalizedPaths(UseNormalizedPaths) {} in InMemoryFileSystem()
/external/llvm-project/llvm/lib/Support/
DVirtualFileSystem.cpp680 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() argument
685 UseNormalizedPaths(UseNormalizedPaths) {} in InMemoryFileSystem()