Searched refs:hasPendingError (Results 1 – 4 of 4) sorted by relevance
206 bool hasPendingError() { return !PendingErrors.empty(); } in hasPendingError() function
886 if (!hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in Run()899 assert(!hasPendingError() && "unexpected error from parseStatement"); in Run()1642 assert(!hasPendingError() && "parseStatement started with pending error"); in parseStatement()1862 if (hasPendingError()) in parseStatement()2183 if (hasPendingError() || ParseHadError) in parseStatement()5622 assert(!hasPendingError() && "unexpected error from parseStatement"); in parseMSInlineAsm()
252 while (!getParser().hasPendingError()) { in ParseSectionName()
2140 return getParser().hasPendingError(); in processInstruction()2150 return getParser().hasPendingError(); in processInstruction()2154 return getParser().hasPendingError(); in processInstruction()