HomeSort by relevance Sort by last modified time
    Searched refs:getAsUnquotedString (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/TableGen/
TGParser.cpp 90 return Error(Loc, "Value '" + ValName->getAsUnquotedString()
107 return Error(Loc, "Value '" + ValName->getAsUnquotedString()
128 ValName->getAsUnquotedString() + "' more than once");
140 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + "' of type '"
180 + utostr(i) + " (" + TArgs[i]->getAsUnquotedString()
284 + utostr(i) + " (" + SMCTArgs[i]->getAsUnquotedString()
    [all...]
Record.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 508 /// getAsUnquotedString - Convert this value to a string form,
512 virtual std::string getAsUnquotedString() const { return getAsString(); }
764 virtual std::string getAsUnquotedString() const { return Value; }
    [all...]

Completed in 33 milliseconds