Searched refs:MatchTableRecord (Results 1 – 1 of 1) sorted by relevance
426 struct MatchTableRecord { struct477 MatchTableRecord(const MatchTableRecord &Other) = default;478 MatchTableRecord(MatchTableRecord &&Other) = default;508 std::vector<MatchTableRecord> Contents;519 static MatchTableRecord LineBreak;521 return MatchTableRecord(None, Comment, 0, MatchTableRecord::MTRF_Comment); in Comment()530 return MatchTableRecord(None, Opcode, 1, in Opcode()627 MatchTableRecord MatchTable::LineBreak = {629 MatchTableRecord::MTRF_LineBreakFollows};780 std::set<MatchTableRecord> Values;[all …]