Home
last modified time | relevance | path

Searched refs:SynthesizedStrings (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DArgList.h381 mutable std::list<std::string> SynthesizedStrings; variable
396 SynthesizedStrings(std::move(RHS.SynthesizedStrings)), in InputArgList()
403 SynthesizedStrings = std::move(RHS.SynthesizedStrings);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/
H A DArgList.cpp212 SynthesizedStrings.push_back(std::string(String0)); in MakeIndex()
213 ArgStrings.push_back(SynthesizedStrings.back().c_str()); in MakeIndex()