Searched defs:SynthesizedStrings (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Option/
H A DArgList.h329 mutable std::list<std::string> SynthesizedStrings; member in class:llvm::opt::final
341 SynthesizedStrings(std::move(RHS.SynthesizedStrings)),
347 SynthesizedStrings = std::move(RHS.SynthesizedStrings);

Completed in 97 milliseconds