Searched refs:hasComma (Results 1 – 3 of 3) sorted by relevance
94 bool parseMany(function_ref<bool()> parseOne, bool hasComma = true) {95 return getParser().parseMany(parseOne, hasComma);
239 bool parseMany(function_ref<bool()> parseOne, bool hasComma = true);
113 bool MCAsmParser::parseMany(function_ref<bool()> parseOne, bool hasComma) { in parseMany() argument121 if (hasComma && parseToken(AsmToken::Comma)) in parseMany()