Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp396 struct llvm::yaml::MappingContextTraits<custom_flag::ValueDetail, struct in llvm::yaml
414 struct llvm::yaml::MappingContextTraits<custom_flag::Declaration,
416 static void mapping(llvm::yaml::IO &io, custom_flag::Declaration &V, in mapping()
431 static std::string validate(IO &io, custom_flag::Declaration &V, in validate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h86 template <class T, class Context> struct MappingContextTraits { struct
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp340 struct MappingContextTraits<MetadataSection, MetadataSection::Option> { struct
341 static void mapping(IO &IO, MetadataSection &Section, in mapping()