Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Records

41   RecordKeeper &Records;
44 DiagGroupParentMap(RecordKeeper &records) : Records(records) {
46 = Records.getAllDerivedDefinitions("DiagGroup");
96 RecordKeeper &Records;
100 DiagCategoryIDMap(RecordKeeper &records) : Records(records) {
101 DiagGroupParentMap ParentInfo(Records);
108 Records.getAllDerivedDefinitions("Diagnostic");
477 void EmitClangDiagsDefs(RecordKeeper &Records, raw_ostream &OS,
490 Records.getAllDerivedDefinitions("Diagnostic");
493 = Records.getAllDerivedDefinitions("DiagGroup");
498 DiagCategoryIDMap CategoryIDs(Records);
499 DiagGroupParentMap DGParentMap(Records);
597 void EmitClangDiagGroups(RecordKeeper &Records, raw_ostream &OS) {
599 DiagGroupParentMap DGParentMap(Records);
602 Records.getAllDerivedDefinitions("Diagnostic");
605 = Records.getAllDerivedDefinitions("DiagGroup");
705 DiagCategoryIDMap CategoriesByID(Records);
741 void EmitClangDiagsIndexName(RecordKeeper &Records, raw_ostream &OS) {
743 Records.getAllDerivedDefinitions("Diagnostic");