Searched refs:SynthesizedStrings (Results 1 – 4 of 4) sorted by relevance
329 mutable std::list<std::string> SynthesizedStrings; variable341 SynthesizedStrings(std::move(RHS.SynthesizedStrings)), in InputArgList()347 SynthesizedStrings = std::move(RHS.SynthesizedStrings);
381 mutable std::list<std::string> SynthesizedStrings; variable396 SynthesizedStrings(std::move(RHS.SynthesizedStrings)), in InputArgList()403 SynthesizedStrings = std::move(RHS.SynthesizedStrings);
228 SynthesizedStrings.push_back(String0); in MakeIndex()229 ArgStrings.push_back(SynthesizedStrings.back().c_str()); in MakeIndex()
359 SynthesizedStrings.push_back(String0); in MakeIndex()360 ArgStrings.push_back(SynthesizedStrings.back().c_str()); in MakeIndex()