Lines Matching defs:TS
142 TypeSpec TS;
166 Type(TypeSpec TS, StringRef CharMods)
167 : TS(std::move(TS)), Kind(Void), Immediate(false),
275 /// Creates the type based on the typespec string in TS.
792 std::string S = TS;
1973 for (auto TS : TypeSpecs) {
1974 Type DefaultT(TS, ".");
1977 if (TS == SrcTS ||
1980 NewTypeSpecs.push_back(std::make_pair(TS, SrcTS));
1984 for (auto TS : TypeSpecs) {
1985 NewTypeSpecs.push_back(std::make_pair(TS, TS));
2258 for (auto &TS : TDTypeVec) {
2260 Type T(TS, ".");
2291 for (auto &TS : TDTypeVec) {
2293 Type T(TS, ".");
2307 Type VT(TS, Mods);