Home | History | Annotate | Download | only in TableGen

Lines Matching full:records

880 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS) {
886 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
983 void EmitClangAttrExprArgsList(RecordKeeper &Records, raw_ostream &OS) {
987 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1025 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS) {
1028 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1081 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS) {
1114 Record *InhClass = Records.getClass("InheritableAttr");
1115 Record *InhParamClass = Records.getClass("InheritableParamAttr");
1116 Record *MSInheritanceClass = Records.getClass("MSInheritanceAttr");
1117 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"),
1149 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS) {
1152 Record *InhClass = Records.getClass("InheritableAttr");
1153 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"),
1193 void EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS) {
1196 Record *InhClass = Records.getClass("InheritableAttr");
1197 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), Args;
1224 void EmitClangAttrSpellingList(RecordKeeper &Records, raw_ostream &OS) {
1228 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1242 void EmitClangAttrSpellingListIndex(RecordKeeper &Records, raw_ostream &OS) {
1253 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1303 void EmitClangAttrLateParsedList(RecordKeeper &Records, raw_ostream &OS) {
1307 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1332 void EmitClangAttrTemplateInstantiate(RecordKeeper &Records, raw_ostream &OS) {
1335 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1405 void EmitClangAttrParsedAttrList(RecordKeeper &Records, raw_ostream &OS) {
1412 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1443 void EmitClangAttrParsedAttrKinds(RecordKeeper &Records, raw_ostream &OS) {
1446 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1494 void EmitClangAttrDump(RecordKeeper &Records, raw_ostream &OS) {
1502 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), Args;