Home
last modified time | relevance | path

Searched defs:MappingContextTraits (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DYAMLTraits.h84 template <class T, class Context> struct MappingContextTraits { struct
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TextAPI/
DTextStub.cpp351 struct MappingContextTraits<MetadataSection, MetadataSection::Option> { struct
352 static void mapping(IO &IO, MetadataSection &Section, in mapping()