Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Subject

2083   for (const auto *Subject : Subjects) {
2084 const Record &R = *Subject;
2116 PrintFatalError(R.getLoc(), "Unknown subject type: " + R.getName());
2172 static std::string GenerateCustomAppertainsTo(const Record &Subject,
2174 std::string FnName = "is" + Subject.getName();
2183 Record *Base = Subject.getValueAsDef("Base");
2187 PrintFatalError(Subject.getLoc(),
2196 OS << " return " << Subject.getValueAsString("CheckCode") << ";\n";
2229 // If the subject has custom code associated with it, generate a function
2231 // requires the subject to be of a specific type, and were that information
2430 // Look at the spellings for this subject; if there are any spellings which