Searched refs:SynthesizedStrings (Results 1 – 2 of 2) sorted by relevance
381 mutable std::list<std::string> SynthesizedStrings; variable396 SynthesizedStrings(std::move(RHS.SynthesizedStrings)), in InputArgList()403 SynthesizedStrings = std::move(RHS.SynthesizedStrings);
212 SynthesizedStrings.push_back(std::string(String0)); in MakeIndex()213 ArgStrings.push_back(SynthesizedStrings.back().c_str()); in MakeIndex()