MCPcopy Create free account
hub / github.com/beefytech/Beef / ClearErrors

Method ClearErrors

IDEHelper/Compiler/BfSystem.cpp:1257–1269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1255}
1256
1257void BfPassInstance::ClearErrors()
1258{
1259 mFailedIdx = 0;
1260 for (auto bfError : mErrors)
1261 delete bfError;
1262 mErrors.Clear();
1263 mOutStream.Clear();
1264 mLastWasDisplayed = false;
1265 mLastWasAdded = false;
1266 mIgnoreCount = 0;
1267 mWarningCount = 0;
1268 mDeferredErrorCount = 0;
1269}
1270
1271bool BfPassInstance::HasFailed()
1272{

Callers 4

EvaluateInContextMethod · 0.80
GetReflectTypeMethod · 0.80
EvaluateInContextMethod · 0.80
DoEvaluateMethod · 0.80

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected