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

References

tools/clang/tools/driver/driver.cpp
  190   while (*S) {
  191     const char *End = ::strchr(S, ' ');
  193       End = S + strlen(S);
  193       End = S + strlen(S);
  194     if (End != S)
  195       ApplyOneQAOverride(*OS, Args, std::string(S, End), SavedStrings);
  196     S = End;
  197     if (*S != '\0')
  198       ++S;