Home | History | Annotate | Download | only in IR

Lines Matching defs:Sep

1412   const char *Sep;
1413 FieldSeparator(const char *Sep = ", ") : Skip(true), Sep(Sep) {}
1420 return OS << FS.Sep;