reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
200 bool hasPendingError() { return !PendingErrors.empty(); } 203 bool rv = !PendingErrors.empty(); 204 for (auto Err : PendingErrors) { 207 PendingErrors.clear(); 211 void clearPendingErrors() { PendingErrors.clear(); }lib/MC/MCParser/MCAsmParser.cpp
93 PendingErrors.push_back(PErr); 107 for (auto &PErr : PendingErrors)