Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp33 struct UnsavedFileHash { struct
44 std::vector<UnsavedFileHash> UnsavedFileHashes;
50 LLVM_YAML_IS_SEQUENCE_VECTOR(UnsavedFileHash)
55 template <> struct MappingTraits<UnsavedFileHash> {
56 static void mapping(IO &IO, UnsavedFileHash &Info) { in mapping()