Lines Matching refs:Records
42 RecordKeeper &Records; member in __anon0cdd291e0111::DiagGroupParentMap
45 DiagGroupParentMap(RecordKeeper &records) : Records(records) { in DiagGroupParentMap()
47 = Records.getAllDerivedDefinitions("DiagGroup"); in DiagGroupParentMap()
97 RecordKeeper &Records; member in __anon0cdd291e0211::DiagCategoryIDMap
101 DiagCategoryIDMap(RecordKeeper &records) : Records(records) { in DiagCategoryIDMap()
102 DiagGroupParentMap ParentInfo(Records); in DiagCategoryIDMap()
109 Records.getAllDerivedDefinitions("Diagnostic"); in DiagCategoryIDMap()
484 void EmitClangDiagsDefs(RecordKeeper &Records, raw_ostream &OS, in EmitClangDiagsDefs() argument
497 Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagsDefs()
500 = Records.getAllDerivedDefinitions("DiagGroup"); in EmitClangDiagsDefs()
505 DiagCategoryIDMap CategoryIDs(Records); in EmitClangDiagsDefs()
506 DiagGroupParentMap DGParentMap(Records); in EmitClangDiagsDefs()
815 static void emitCategoryTable(RecordKeeper &Records, raw_ostream &OS) { in emitCategoryTable() argument
816 DiagCategoryIDMap CategoriesByID(Records); in emitCategoryTable()
824 void EmitClangDiagGroups(RecordKeeper &Records, raw_ostream &OS) { in EmitClangDiagGroups() argument
826 DiagGroupParentMap DGParentMap(Records); in EmitClangDiagGroups()
828 std::vector<Record *> Diags = Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagGroups()
831 Records.getAllDerivedDefinitions("DiagGroup"); in EmitClangDiagGroups()
858 emitCategoryTable(Records, OS); in EmitClangDiagGroups()
878 void EmitClangDiagsIndexName(RecordKeeper &Records, raw_ostream &OS) { in EmitClangDiagsIndexName() argument
880 Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagsIndexName()