Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DYAMLSerialization.cpp38 using RefBundle = typedef
43 llvm::Optional<RefBundle> Refs;
267 template <> struct MappingTraits<RefBundle> {
268 static void mapping(IO &IO, RefBundle &Refs) { in mapping()
383 MappingTraits<RefBundle>::mapping(IO, *Variant.Refs); in mapping()
500 RefBundle Refs = {Data.first, Data.second}; in toYAML()