Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Ret

75   std::vector<FlattenedSpelling> Ret;
80 Ret.emplace_back("GNU", Spelling->getValueAsString("Name"), "", true);
81 Ret.emplace_back("CXX11", Spelling->getValueAsString("Name"), "gnu",
84 Ret.push_back(FlattenedSpelling(*Spelling));
87 return Ret;
1452 std::string Ret(" enum Spelling {\n");
1481 Ret += ",\n";
1486 Ret += " " + EnumName + " = " + llvm::utostr(Idx);
1488 Ret += "\n };\n\n";
1489 return Ret;