Home | History | Annotate | Download | only in TableGen

Lines Matching defs:ValueName

160   /// ValueName - The name of the value this class represents; for a token this
163 std::string ValueName;
266 return ValueName < RHS.ValueName;
871 Entry->ValueName = Token;
996 CI->ValueName = "";
1026 if (CI->ValueName.empty()) {
1029 CI->ValueName = RC.getName();
1031 CI->ValueName = CI->ValueName + "," + RC.getName();
1048 if (CI->ValueName.empty()) {
1051 CI->ValueName = Rec->getName();
1053 CI->ValueName = CI->ValueName + "," + Rec->getName();
1088 CI->ValueName = (*it)->getName();
1679 OS << "'" << CI.ValueName << "'\n";
1681 if (!CI.ValueName.empty())
1682 OS << "register class '" << CI.ValueName << "'\n";
1686 OS << "user defined class '" << CI.ValueName << "'\n";
1804 Matches.push_back(StringMatcher::StringPair(CI.ValueName,