Searched refs:MatchTableRecord (Results 1 – 1 of 1) sorted by relevance
373 struct MatchTableRecord { struct426 MatchTableRecord(const MatchTableRecord &Other) = default;427 MatchTableRecord(MatchTableRecord &&Other) = default;457 std::vector<MatchTableRecord> Contents;468 static MatchTableRecord LineBreak;470 return MatchTableRecord(None, Comment, 0, MatchTableRecord::MTRF_Comment); in Comment()479 return MatchTableRecord(None, Opcode, 1, in Opcode()576 MatchTableRecord MatchTable::LineBreak = {578 MatchTableRecord::MTRF_LineBreakFollows};730 std::set<MatchTableRecord> Values;[all …]