Home | History | Annotate | Download | only in TableGen

Lines Matching refs:getAsUnquotedString

108     FilterClass = Filter->getValue()->getAsUnquotedString();
273 std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString();
274 std::string KeyColValue = KeyCol->getElement(j)->getAsUnquotedString();
334 std::string CurInstrVal = CurInstrInit->getAsUnquotedString();
336 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString());
443 std::string ColName = ColFields->getElement(j)->getAsUnquotedString();
446 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString();
478 std::string ColName = CF->getAsUnquotedString();
521 std::string ColName = ColFields->getElement(j)->getAsUnquotedString();
545 OS << "\t" << (*II).first << "_" << FieldValues[i]->getAsUnquotedString();