| /external/llvm-project/clang-tools-extra/clang-doc/ |
| D | YAMLGenerator.cpp | 160 template <> struct MappingTraits<Location> { struct 161 static void mapping(IO &IO, Location &Loc) { in mapping() 167 template <> struct MappingTraits<Reference> { struct 168 static void mapping(IO &IO, Reference &Ref) { in mapping() 177 template <> struct MappingTraits<TypeInfo> { struct 178 static void mapping(IO &IO, TypeInfo &I) { TypeInfoMapping(IO, I); } in mapping() 181 template <> struct MappingTraits<FieldTypeInfo> { struct 182 static void mapping(IO &IO, FieldTypeInfo &I) { in mapping() 188 template <> struct MappingTraits<MemberTypeInfo> { struct 189 static void mapping(IO &IO, MemberTypeInfo &I) { in mapping() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | AMDGPUMetadata.cpp | 93 struct MappingTraits<Kernel::Attrs::Metadata> { struct 94 static void mapping(IO &YIO, Kernel::Attrs::Metadata &MD) { in mapping() 107 struct MappingTraits<Kernel::Arg::Metadata> { struct 108 static void mapping(IO &YIO, Kernel::Arg::Metadata &MD) { in mapping() 131 struct MappingTraits<Kernel::CodeProps::Metadata> { struct 132 static void mapping(IO &YIO, Kernel::CodeProps::Metadata &MD) { in mapping() 161 struct MappingTraits<Kernel::DebugProps::Metadata> { struct 162 static void mapping(IO &YIO, Kernel::DebugProps::Metadata &MD) { in mapping() 177 struct MappingTraits<Kernel::Metadata> { struct 178 static void mapping(IO &YIO, Kernel::Metadata &MD) { in mapping() [all …]
|
| /external/llvm-project/llvm/lib/Support/ |
| D | AMDGPUMetadata.cpp | 93 struct MappingTraits<Kernel::Attrs::Metadata> { struct 94 static void mapping(IO &YIO, Kernel::Attrs::Metadata &MD) { in mapping() 107 struct MappingTraits<Kernel::Arg::Metadata> { struct 108 static void mapping(IO &YIO, Kernel::Arg::Metadata &MD) { in mapping() 135 struct MappingTraits<Kernel::CodeProps::Metadata> { struct 136 static void mapping(IO &YIO, Kernel::CodeProps::Metadata &MD) { in mapping() 165 struct MappingTraits<Kernel::DebugProps::Metadata> { struct 166 static void mapping(IO &YIO, Kernel::DebugProps::Metadata &MD) { in mapping() 181 struct MappingTraits<Kernel::Metadata> { struct 182 static void mapping(IO &YIO, Kernel::Metadata &MD) { in mapping() [all …]
|
| /external/llvm-project/lld/lib/ReaderWriter/MachO/ |
| D | MachONormalizedFileYAML.cpp | 294 struct MappingTraits<Section> { struct 296 static void mapping(IO &io, Section §) { in mapping() 320 struct NormalizedContent { 350 struct MappingTraits<Relocation> { struct 351 static void mapping(IO &io, Relocation &reloc) { in mapping() 461 struct MappingTraits<Symbol> { struct 462 static void mapping(IO &io, Symbol& sym) { in mapping() 529 struct MappingTraits<Segment> { struct 530 static void mapping(IO &io, Segment& seg) { in mapping() 564 struct MappingTraits<DependentDylib> { struct [all …]
|
| /external/llvm-project/clang-tools-extra/clangd/index/ |
| D | YAMLSerialization.cpp | 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() [all …]
|
| /external/llvm-project/llvm/lib/InterfaceStub/ |
| D | TBEHandler.cpp | 73 template <> struct MappingTraits<ELFSymbol> { struct 74 static void mapping(IO &IO, ELFSymbol &Symbol) { in mapping() 90 static const bool flow = true; 108 template <> struct MappingTraits<ELFStub> { struct 109 static void mapping(IO &IO, ELFStub &Stub) { in mapping()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/ELF/ |
| D | TBEHandler.cpp | 95 template <> struct MappingTraits<ELFSymbol> { struct 96 static void mapping(IO &IO, ELFSymbol &Symbol) { in mapping() 112 static const bool flow = true; 130 template <> struct MappingTraits<ELFStub> { struct 131 static void mapping(IO &IO, ELFStub &Stub) { in mapping()
|
| /external/llvm-project/clang/lib/APINotes/ |
| D | APINotesYAMLCompiler.cpp | 119 template <> struct MappingTraits<Param> { struct 120 static void mapping(IO &IO, Param &P) { in mapping() 180 template <> struct MappingTraits<Method> { struct 181 static void mapping(IO &IO, Method &M) { in mapping() 221 template <> struct MappingTraits<Property> { struct 222 static void mapping(IO &IO, Property &P) { in mapping() 260 template <> struct MappingTraits<Class> { struct 261 static void mapping(IO &IO, Class &C) { in mapping() 301 template <> struct MappingTraits<Function> { struct 302 static void mapping(IO &IO, Function &F) { in mapping() [all …]
|
| /external/llvm-project/clang-tools-extra/clang-include-fixer/tool/ |
| D | ClangIncludeFixer.cpp | 36 template <> struct MappingTraits<tooling::Range> { struct 37 struct NormalizedRange { 50 static void mapping(IO &IO, tooling::Range &Info) { in mapping() 57 template <> struct MappingTraits<IncludeFixerContext::HeaderInfo> { struct 58 static void mapping(IO &io, IncludeFixerContext::HeaderInfo &Info) { in mapping() 64 template <> struct MappingTraits<IncludeFixerContext::QuerySymbolInfo> { struct 65 static void mapping(IO &io, IncludeFixerContext::QuerySymbolInfo &Info) { in mapping() 71 template <> struct MappingTraits<IncludeFixerContext> { struct 72 static void mapping(IO &IO, IncludeFixerContext &Context) { in mapping()
|
| /external/llvm-project/llvm/lib/Remarks/ |
| D | YAMLRemarkSerializer.cpp | 38 template <> struct MappingTraits<remarks::Remark *> { struct 39 static void mapping(IO &io, remarks::Remark *&Remark) { in mapping() 76 template <> struct MappingTraits<RemarkLocation> { struct 77 static void mapping(IO &io, RemarkLocation &RL) { in mapping() 99 static const bool flow = true; 135 template <> struct MappingTraits<Argument> { struct 136 static void mapping(IO &io, Argument &A) { in mapping()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
| D | YAMLRemarkSerializer.cpp | 38 template <> struct MappingTraits<remarks::Remark *> { struct 39 static void mapping(IO &io, remarks::Remark *&Remark) { in mapping() 76 template <> struct MappingTraits<RemarkLocation> { struct 77 static void mapping(IO &io, RemarkLocation &RL) { in mapping() 99 static const bool flow = true; 135 template <> struct MappingTraits<Argument> { struct 136 static void mapping(IO &io, Argument &A) { in mapping()
|
| /external/llvm/unittests/Support/ |
| D | YAMLIOTest.cpp | 56 struct MappingTraits<FooBar> { struct 57 static void mapping(IO &io, FooBar& fb) { in mapping() 63 template <> struct MappingTraits<FooBarContainer> { struct 64 static void mapping(IO &io, FooBarContainer &fb) { in mapping() 264 struct MappingTraits<BuiltInTypes> { struct 265 static void mapping(IO &io, BuiltInTypes& bt) { in mapping() 416 template <> struct MappingTraits<EndianTypes> { struct 417 static void mapping(IO &io, EndianTypes &et) { in mapping() 525 struct MappingTraits<StringTypes> { struct 526 static void mapping(IO &io, StringTypes& st) { in mapping() [all …]
|
| /external/llvm-project/lld/lib/ReaderWriter/YAML/ |
| D | ReaderWriterYAML.cpp | 508 template <> struct MappingTraits<ArchMember> { struct 509 static void mapping(IO &io, ArchMember &member) { in mapping() 571 template <> struct MappingTraits<const lld::File *> { struct 572 class NormArchiveFile : public lld::ArchiveLibraryFile { 624 class NormalizedFile : public lld::File { 692 static void mapping(IO &io, const lld::File *&file) { in mapping() 704 static void mappingAtoms(IO &io, const lld::File *&file) { in mappingAtoms() 726 static void mappingArchive(IO &io, const lld::File *&file) { in mappingArchive() 737 template <> struct MappingTraits<const lld::Reference *> { struct 738 class NormalizedReference : public lld::Reference { [all …]
|
| /external/llvm-project/llvm/lib/TextAPI/MachO/ |
| D | TextStub.cpp | 286 template <> struct MappingTraits<ExportSection> { struct 287 static void mapping(IO &IO, ExportSection &Section) { in mapping() 308 template <> struct MappingTraits<UndefinedSection> { struct 309 static void mapping(IO &IO, UndefinedSection &Section) { in mapping() 324 template <> struct MappingTraits<SymbolSection> { struct 325 static void mapping(IO &IO, SymbolSection &Section) { in mapping() 336 template <> struct MappingTraits<UmbrellaSection> { struct 337 static void mapping(IO &IO, UmbrellaSection &Section) { in mapping() 343 template <> struct MappingTraits<UUIDv4> { struct 344 static void mapping(IO &IO, UUIDv4 &UUID) { in mapping() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
| D | TextStub.cpp | 286 template <> struct MappingTraits<ExportSection> { struct 287 static void mapping(IO &IO, ExportSection &Section) { in mapping() 308 template <> struct MappingTraits<UndefinedSection> { struct 309 static void mapping(IO &IO, UndefinedSection &Section) { in mapping() 324 template <> struct MappingTraits<SymbolSection> { struct 325 static void mapping(IO &IO, SymbolSection &Section) { in mapping() 336 template <> struct MappingTraits<UmbrellaSection> { struct 337 static void mapping(IO &IO, UmbrellaSection &Section) { in mapping() 343 template <> struct MappingTraits<UUIDv4> { struct 344 static void mapping(IO &IO, UUIDv4 &UUID) { in mapping() [all …]
|
| /external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
| D | SymbolInfo.cpp | 28 template <> struct MappingTraits<SymbolAndSignals> { struct 29 static void mapping(IO &io, SymbolAndSignals &Symbol) { in mapping() 60 template <> struct MappingTraits<SymbolInfo::Context> { struct 61 static void mapping(IO &io, SymbolInfo::Context &Context) { in mapping()
|
| /external/llvm-project/llvm/unittests/Support/ |
| D | YAMLIOTest.cpp | 61 struct MappingTraits<FooBar> { struct 62 static void mapping(IO &io, FooBar& fb) { in mapping() 68 template <> struct MappingTraits<FooBarContainer> { struct 69 static void mapping(IO &io, FooBarContainer &fb) { in mapping() 265 template <> struct MappingTraits<WithStringField> { struct 266 static void mapping(IO &io, WithStringField &fb) { in mapping() 349 struct MappingTraits<BuiltInTypes> { struct 350 static void mapping(IO &io, BuiltInTypes& bt) { in mapping() 501 template <> struct MappingTraits<EndianTypes> { struct 502 static void mapping(IO &io, EndianTypes &et) { in mapping() [all …]
|
| /external/llvm-project/clang-tools-extra/clang-tidy/ |
| D | ClangTidyOptions.cpp | 45 template <> struct MappingTraits<FileFilter> { struct 46 static void mapping(IO &IO, FileFilter &File) { in mapping() 50 static std::string validate(IO &io, FileFilter &File) { in validate() 61 template <> struct MappingTraits<ClangTidyOptions::StringPair> { struct 62 static void mapping(IO &IO, ClangTidyOptions::StringPair &KeyValue) { in mapping() 84 template <> struct MappingTraits<ClangTidyOptions> { struct 85 static void mapping(IO &IO, ClangTidyOptions &Options) { in mapping()
|
| /external/llvm/unittests/ObjectYAML/ |
| D | YAMLTest.cpp | 23 struct MappingTraits<BinaryHolder> { struct 24 static void mapping(IO &IO, BinaryHolder &BH) { in mapping()
|
| /external/llvm-project/clang/tools/driver/ |
| D | cc1gen_reproducer_main.cpp | 53 template <> struct MappingTraits<UnsavedFileHash> { struct 54 static void mapping(IO &IO, UnsavedFileHash &Info) { in mapping() 60 template <> struct MappingTraits<ClangInvocationInfo> { struct 61 static void mapping(IO &IO, ClangInvocationInfo &Info) { in mapping()
|
| /external/llvm-project/llvm/unittests/ObjectYAML/ |
| D | YAMLTest.cpp | 22 struct MappingTraits<BinaryHolder> { struct 23 static void mapping(IO &IO, BinaryHolder &BH) { in mapping()
|
| /external/llvm-project/llvm/tools/llvm-ifs/ |
| D | llvm-ifs.cpp | 108 template <> struct MappingTraits<IFSSymbol> { struct 109 static void mapping(IO &IO, IFSSymbol &Symbol) { in mapping() 124 static const bool flow = true; 157 template <> struct MappingTraits<IFSStub> { struct 158 static void mapping(IO &IO, IFSStub &Stub) { in mapping()
|
| /external/llvm-project/clang/lib/Tooling/Refactoring/ |
| D | AtomicChange.cpp | 54 template <> struct MappingTraits<NormalizedAtomicChange> { struct 55 static void mapping(IO &Io, NormalizedAtomicChange &Doc) { in mapping() 67 template <> struct MappingTraits<clang::tooling::AtomicChange> { struct 68 static void mapping(IO &Io, clang::tooling::AtomicChange &Doc) { in mapping()
|
| /external/llvm-project/clang/tools/clang-rename/ |
| D | ClangRename.cpp | 55 template <> struct MappingTraits<RenameAllInfo> { struct 56 static void mapping(IO &IO, RenameAllInfo &Info) { in mapping()
|
| /external/llvm-project/llvm/lib/ObjectYAML/ |
| D | CodeViewYAMLSymbols.cpp | 208 template <> struct MappingTraits<LocalVariableAddrRange> { struct 209 static void mapping(IO &io, LocalVariableAddrRange &Range) { in mapping() 215 template <> struct MappingTraits<LocalVariableAddrGap> { struct 216 static void mapping(IO &io, LocalVariableAddrGap &Gap) { in mapping() 597 template <> struct MappingTraits<SymbolRecordBase> { struct 598 static void mapping(IO &io, SymbolRecordBase &Record) { Record.map(io); } in mapping()
|