Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Comma

1049     // We can have a list of comma separated checker names, e.g:
1973 size_t Comma = Value.find(',');
1977 if (Comma == StringRef::npos ||
1978 Value.substr(0, Comma).getAsInteger(10, Bytes) ||
1979 Value.substr(Comma + 1).getAsInteger(10, EndOfLine))