Searched refs:TypesParser (Results 1 – 1 of 1) sorted by relevance
827 class TypesParser final : public BlockParserBaseClass { class828 TypesParser() = delete;829 TypesParser(const TypesParser &) = delete;830 TypesParser &operator=(const TypesParser &) = delete;833 TypesParser(unsigned BlockID, BlockParserBaseClass *EnclosingParser) in TypesParser() function in __anon013ef65f0111::TypesParser837 ~TypesParser() override { in ~TypesParser()865 void TypesParser::ProcessRecord() { in ProcessRecord()3134 TypesParser Parser(BlockID, this); in ParseBlock()