Searched refs:MatchTableRecord (Results 1 – 1 of 1) sorted by relevance
423 struct MatchTableRecord { struct474 MatchTableRecord(const MatchTableRecord &Other) = default;475 MatchTableRecord(MatchTableRecord &&Other) = default;505 std::vector<MatchTableRecord> Contents;516 static MatchTableRecord LineBreak;518 return MatchTableRecord(None, Comment, 0, MatchTableRecord::MTRF_Comment); in Comment()527 return MatchTableRecord(None, Opcode, 1, in Opcode()624 MatchTableRecord MatchTable::LineBreak = {626 MatchTableRecord::MTRF_LineBreakFollows};778 std::set<MatchTableRecord> Values;[all …]