reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Option/ArgList.h
  397         SynthesizedStrings(std::move(RHS.SynthesizedStrings)),
  404     SynthesizedStrings = std::move(RHS.SynthesizedStrings);
  404     SynthesizedStrings = std::move(RHS.SynthesizedStrings);
lib/Option/ArgList.cpp
  212   SynthesizedStrings.push_back(String0);
  213   ArgStrings.push_back(SynthesizedStrings.back().c_str());