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

References

lib/Support/CommandLine.cpp
  439     GlobalParser->updateArgStr(this, S);
  440   assert((S.empty() || S[0] != '-') && "Option can't start with '-");
  440   assert((S.empty() || S[0] != '-') && "Option can't start with '-");
  441   ArgStr = S;