Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DYAMLSerialization.cpp35 using RefBundle = typedef
40 llvm::Optional<RefBundle> Refs;
248 template <> struct MappingTraits<RefBundle> {
249 static void mapping(IO &IO, RefBundle &Refs) { in mapping()
364 MappingTraits<RefBundle>::mapping(IO, *Variant.Refs); in mapping()
484 RefBundle Refs = {Data.first, Data.second}; in toYAML()