Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Records

32 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS);
33 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS);
34 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS);
35 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS);
36 void EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS);
37 void EmitClangAttrSpellingList(RecordKeeper &Records, raw_ostream &OS);
38 void EmitClangAttrSpellingListIndex(RecordKeeper &Records, raw_ostream &OS);
39 void EmitClangAttrLateParsedList(RecordKeeper &Records, raw_ostream &OS);
40 void EmitClangAttrTemplateInstantiate(RecordKeeper &Records, raw_ostream &OS);
41 void EmitClangAttrParsedAttrList(RecordKeeper &Records, raw_ostream &OS);
42 void EmitClangAttrParsedAttrKinds(RecordKeeper &Records, raw_ostream &OS);
43 void EmitClangAttrDump(RecordKeeper &Records, raw_ostream &OS);
45 void EmitClangDiagsDefs(RecordKeeper &Records, raw_ostream &OS,
47 void EmitClangDiagGroups(RecordKeeper &Records, raw_ostream &OS);
48 void EmitClangDiagsIndexName(RecordKeeper &Records, raw_ostream &OS);
50 void EmitClangSACheckers(RecordKeeper &Records, raw_ostream &OS);
52 void EmitClangCommentHTMLTags(RecordKeeper &Records, raw_ostream &OS);
53 void EmitClangCommentHTMLTagsProperties(RecordKeeper &Records, raw_ostream &OS);
54 void EmitClangCommentHTMLNamedCharacterReferences(RecordKeeper &Records, raw_ostream &OS);
56 void EmitClangCommentCommandInfo(RecordKeeper &Records, raw_ostream &OS);
57 void EmitClangCommentCommandList(RecordKeeper &Records, raw_ostream &OS);
59 void EmitNeon(RecordKeeper &Records, raw_ostream &OS);
60 void EmitNeonSema(RecordKeeper &Records, raw_ostream &OS);
61 void EmitNeonTest(RecordKeeper &Records, raw_ostream &OS);
63 void EmitOptParser(RecordKeeper &Records, raw_ostream &OS, bool GenDefs);