reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

include/llvm/TableGen/Record.h
  617   std::string getAsUnquotedString() const override { return Value; }
  652   std::string getAsUnquotedString() const override { return Value; }

References

include/llvm/TableGen/Record.h
 1089     return getNameInit()->getAsUnquotedString();
 1409     return getNameInit()->getAsUnquotedString();
 1487     return getNameInit()->getAsUnquotedString();
lib/TableGen/Record.cpp
 1257           (UnquotedLHS ? LHS->getAsUnquotedString() : LHS->getAsString()) +
 1327           ", " + A->getAsUnquotedString() + ", " + B->getAsUnquotedString() +
 1327           ", " + A->getAsUnquotedString() + ", " + B->getAsUnquotedString() +
 2098                                       VR->getAsUnquotedString() + "\n");
lib/TableGen/TGParser.cpp
  168     return Error(Loc, "Value '" + ValName->getAsUnquotedString() +
  185       return Error(Loc, "Value '" + ValName->getAsUnquotedString() +
  200                      ValName->getAsUnquotedString() + "' more than once");
  218     return Error(Loc, "Value '" + ValName->getAsUnquotedString() +
  255                    Twine(i) + " (" + TArgs[i]->getAsUnquotedString() +
  326                          " (" + SMCTArgs[i]->getAsUnquotedString() +
 1873             ExpectedArgs[i]->getAsUnquotedString() + ")");
 3095                            Twine(i) + " (" + TArgs[i]->getAsUnquotedString() +
tools/clang/utils/TableGen/ClangDataCollectorsEmitter.cpp
   13     OS << Code->getAsUnquotedString() << "}\n)";
tools/lldb/utils/TableGen/LLDBOptionDefEmitter.cpp
   62       ArgType = A->getValue()->getAsUnquotedString();
   75       Description = D->getValue()->getAsUnquotedString();
tools/lldb/utils/TableGen/LLDBPropertyDefEmitter.cpp
   89       OS << D->getValue()->getAsUnquotedString();
  109     OS << D->getValue()->getAsUnquotedString();
utils/TableGen/AsmMatcherEmitter.cpp
  958       DepMask ? !DepMask->getValue()->getAsUnquotedString().empty() : false;
utils/TableGen/CodeGenMapTable.cpp
  107     FilterClass = Filter->getValue()->getAsUnquotedString();
  277     std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString();
  278     std::string KeyColValue = KeyCol->getElement(j)->getAsUnquotedString();
  338       std::string CurInstrVal = CurInstrInit->getAsUnquotedString();
  340       MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString());
  457         std::string ColName = ColFields->getElement(j)->getAsUnquotedString();
  460         OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString();
  492       std::string ColName = CF->getAsUnquotedString();
  534         std::string ColName = ColFields->getElement(j)->getAsUnquotedString();
  557       OS << "\t" << Entry.first << "_" << FieldValues[i]->getAsUnquotedString();