Home | History | Annotate | Download | only in IR

Lines Matching refs:Sep

1368   const char *Sep;
1369 FieldSeparator(const char *Sep = ", ") : Skip(true), Sep(Sep) {}
1376 return OS << FS.Sep;