Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Comma

243     // We can have a list of comma separated checker names, e.g:
257 // We can have a list of comma separated config names, e.g:
1414 size_t Comma = Value.find(',');
1418 if (Comma == StringRef::npos ||
1419 Value.substr(0, Comma).getAsInteger(10, Bytes) ||
1420 Value.substr(Comma + 1).getAsInteger(10, EndOfLine))