Searched defs:MappingContextTraits (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Multilib.cpp | 396 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 D | YAMLTraits.h | 86 template <class T, class Context> struct MappingContextTraits { struct
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 340 struct MappingContextTraits<MetadataSection, MetadataSection::Option> { struct 341 static void mapping(IO &IO, MetadataSection &Section, in mapping()
|