Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h290 bool UseNormalizedPaths = true; variable
293 explicit InMemoryFileSystem(bool UseNormalizedPaths = true);
307 bool useNormalizedPaths() const { return UseNormalizedPaths; } in useNormalizedPaths()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DVirtualFileSystem.h418 bool UseNormalizedPaths = true; variable
430 explicit InMemoryFileSystem(bool UseNormalizedPaths = true);
474 bool useNormalizedPaths() const { return UseNormalizedPaths; } in useNormalizedPaths()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DVirtualFileSystem.h504 bool UseNormalizedPaths = true; variable
525 explicit InMemoryFileSystem(bool UseNormalizedPaths = true);
587 bool useNormalizedPaths() const { return UseNormalizedPaths; } in useNormalizedPaths()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DVirtualFileSystem.h521 bool UseNormalizedPaths = true; variable
546 explicit InMemoryFileSystem(bool UseNormalizedPaths = true);
608 bool useNormalizedPaths() const { return UseNormalizedPaths; } in useNormalizedPaths()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DVirtualFileSystem.h521 bool UseNormalizedPaths = true; variable
546 explicit InMemoryFileSystem(bool UseNormalizedPaths = true);
608 bool useNormalizedPaths() const { return UseNormalizedPaths; } in useNormalizedPaths()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DVirtualFileSystem.h528 bool UseNormalizedPaths = true; variable
553 explicit InMemoryFileSystem(bool UseNormalizedPaths = true);
615 bool useNormalizedPaths() const { return UseNormalizedPaths; } in useNormalizedPaths()
/aosp_15_r20/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp495 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() argument
500 UseNormalizedPaths(UseNormalizedPaths) {} in InMemoryFileSystem()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp679 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() argument
684 UseNormalizedPaths(UseNormalizedPaths) {} in InMemoryFileSystem()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp800 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() argument
806 UseNormalizedPaths(UseNormalizedPaths) {} in InMemoryFileSystem()