Searched refs:parseOne (Results 1 – 7 of 7) sorted by relevance
94 bool parseMany(function_ref<bool()> parseOne, bool hasComma = true) {95 return getParser().parseMany(parseOne, hasComma);
268 bool parseMany(function_ref<bool()> parseOne, bool hasComma = true);
124 bool MCAsmParser::parseMany(function_ref<bool()> parseOne, bool hasComma) { in parseMany() argument128 if (parseOne()) in parseMany()
153 if (Error Err = parseOne()) in parse()185 Error parseOne() { in parseOne() function in llvm::object::Parser
538 auto parseOne = [&]() -> bool { in ParseLiteralValues() local545 return (parseMany(parseOne)); in ParseLiteralValues()
694 auto parseOne = [&]() -> bool { in parseLiteralValues() local701 return (parseMany(parseOne)); in parseLiteralValues()
11091 auto parseOne = [&]() -> bool { in parseLiteralValues() local11098 return (parseMany(parseOne)); in parseLiteralValues()11719 auto parseOne = [&]() -> bool { in parseDirectiveInst() local11759 if (parseMany(parseOne)) in parseDirectiveInst()11863 auto parseOne = [&]() -> bool { in parseDirectiveUnwindRaw() local11884 if (parseMany(parseOne)) in parseDirectiveUnwindRaw()