Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ValueName

169   /// ValueName - The name of the value this class represents; for a token this
172 std::string ValueName;
277 return ValueName < RHS.ValueName;
984 Entry->ValueName = Token;
1112 CI->ValueName = "";
1144 if (CI->ValueName.empty()) {
1147 CI->ValueName = RC.getName();
1149 CI->ValueName = CI->ValueName + "," + RC.getName();
1166 if (CI->ValueName.empty()) {
1169 CI->ValueName = Rec->getName();
1171 CI->ValueName = CI->ValueName + "," + Rec->getName();
1206 CI->ValueName = (*it)->getName();
1995 OS << "'" << CI.ValueName << "'\n";
1997 if (!CI.ValueName.empty())
1998 OS << "register class '" << CI.ValueName << "'\n";
2002 OS << "user defined class '" << CI.ValueName << "'\n";
2128 Matches.push_back(StringMatcher::StringPair(CI.ValueName,