Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.h45 struct RecordsEntry { struct
51 RecordsEntry() {} in RecordsEntry() argument
52 RecordsEntry(std::unique_ptr<Record> Rec) : Rec(std::move(Rec)) {} in RecordsEntry() function
53 RecordsEntry(std::unique_ptr<ForeachLoop> Loop) in RecordsEntry() argument