Home
last modified time | relevance | path

Searched defs:YAMLVFSEntry (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
DVirtualFileSystem.h331 struct YAMLVFSEntry { struct
332 template <typename T1, typename T2> YAMLVFSEntry(T1 &&VPath, T2 &&RPath) in YAMLVFSEntry() argument
339 std::vector<YAMLVFSEntry> Mappings; argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h507 struct YAMLVFSEntry { struct
509 YAMLVFSEntry(T1 &&VPath, T2 &&RPath) in YAMLVFSEntry() function
511 std::string VPath;
512 std::string RPath;
/external/llvm-project/llvm/include/llvm/Support/
DVirtualFileSystem.h509 struct YAMLVFSEntry { struct
512 : VPath(std::forward<T1>(VPath)), RPath(std::forward<T2>(RPath)), in VPath()
514 std::string VPath;
515 std::string RPath;
516 bool IsDirectory = false;