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);
240 bool parseMany(function_ref<bool()> parseOne, bool hasComma = true);
113 bool MCAsmParser::parseMany(function_ref<bool()> parseOne, bool hasComma) { in parseMany() argument117 if (parseOne()) in parseMany()
154 if (Error Err = parseOne()) in parse()186 Error parseOne() { in parseOne() function in llvm::object::Parser
522 auto parseOne = [&]() -> bool { in ParseLiteralValues() local529 return (parseMany(parseOne)); in ParseLiteralValues()
659 auto parseOne = [&]() -> bool { in parseLiteralValues() local666 return (parseMany(parseOne)); in parseLiteralValues()
9444 auto parseOne = [&]() -> bool { in parseLiteralValues() local9451 return (parseMany(parseOne)); in parseLiteralValues()10063 auto parseOne = [&]() -> bool { in parseDirectiveInst() local10103 if (parseMany(parseOne)) in parseDirectiveInst()10207 auto parseOne = [&]() -> bool { in parseDirectiveUnwindRaw() local10228 if (parseMany(parseOne)) in parseDirectiveUnwindRaw()