reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
924 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { 940 assert(!hasPendingError() && "unexpected error from parseStatement"); 1688 assert(!hasPendingError() && "parseStatement started with pending error"); 1911 if (hasPendingError()) 2236 if (hasPendingError() || ParseHadError) 5804 assert(!hasPendingError() && "unexpected error from parseStatement");lib/MC/MCParser/ELFAsmParser.cpp
251 while (!getParser().hasPendingError()) {
lib/Target/Mips/AsmParser/MipsAsmParser.cpp2082 return getParser().hasPendingError(); 2092 return getParser().hasPendingError(); 2096 return getParser().hasPendingError();