Lines Matching defs:MappingTraits
123 template <> struct MappingTraits<YPosition> { struct
124 static void mapping(IO &IO, YPosition &Value) { in mapping()
162 template <> struct MappingTraits<SymbolLocation> { struct
163 static void mapping(IO &IO, SymbolLocation &Value) { in mapping()
176 template <> struct MappingTraits<SymbolInfo> { struct
177 static void mapping(IO &io, SymbolInfo &SymInfo) { in mapping()
185 struct MappingTraits<clang::clangd::Symbol::IncludeHeaderWithReferences> { struct
186 static void mapping(IO &io, in mapping()
193 template <> struct MappingTraits<Symbol> { struct
194 static void mapping(IO &IO, Symbol &Sym) { in mapping()
267 template <> struct MappingTraits<RefBundle> { struct
268 static void mapping(IO &IO, RefBundle &Refs) { in mapping()
285 template <> struct MappingTraits<Ref> { struct
286 static void mapping(IO &IO, Ref &R) { in mapping()
304 template <> struct MappingTraits<SymbolID> { struct
305 static void mapping(IO &IO, SymbolID &ID) { in mapping()
311 template <> struct MappingTraits<Relation> { struct
312 static void mapping(IO &IO, Relation &Relation) { in mapping()
354 template <> struct MappingTraits<IncludeGraphNode> { struct
355 static void mapping(IO &IO, IncludeGraphNode &Node) { in mapping()
367 template <> struct MappingTraits<CompileCommandYAML> { struct
368 static void mapping(IO &IO, CompileCommandYAML &Cmd) { in mapping()
374 template <> struct MappingTraits<VariantEntry> { struct
375 static void mapping(IO &IO, VariantEntry &Variant) { in mapping()