Home | History | Annotate | Download | only in Parse

Lines Matching refs:CommaLocs

1558       CommaLocsTy CommaLocs;
1568 if (ParseExpressionList(ArgExprs, CommaLocs, [&] {
1600 ArgExprs.size()-1 == CommaLocs.size())&&
2394 CommaLocsTy CommaLocs;
2396 if (!ParseSimpleExpressionList(ArgExprs, CommaLocs)) {
2656 SmallVectorImpl<SourceLocation> &CommaLocs,
2688 CommaLocs.push_back(ConsumeToken());
2711 SmallVectorImpl<SourceLocation> &CommaLocs) {
2723 CommaLocs.push_back(ConsumeToken());