Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Strings

29   std::vector<StringRef> Strings;
30 Strings.reserve(List->getSize());
37 Strings.push_back(S->getValue());
42 return Strings;