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