Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Comma

234     // We can have a list of comma separated checker names, e.g:
248 // We can have a list of comma separated config names, e.g:
1371 size_t Comma = Value.find(',');
1375 if (Comma == StringRef::npos ||
1376 Value.substr(0, Comma).getAsInteger(10, Bytes) ||
1377 Value.substr(Comma + 1).getAsInteger(10, EndOfLine))