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);
267 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()
11090 auto parseOne = [&]() -> bool { in parseLiteralValues() local11097 return (parseMany(parseOne)); in parseLiteralValues()11718 auto parseOne = [&]() -> bool { in parseDirectiveInst() local11758 if (parseMany(parseOne)) in parseDirectiveInst()11862 auto parseOne = [&]() -> bool { in parseDirectiveUnwindRaw() local11883 if (parseMany(parseOne)) in parseDirectiveUnwindRaw()