Home | History | Annotate | Download | only in MCParser

Lines Matching refs:Ignore

530       TheCondState.Ignore != StartingCondState.Ignore)
1015 if (!TheCondState.Ignore)
1023 if (!TheCondState.Ignore)
1034 if (!TheCondState.Ignore)
1056 // If we are in a ".if 0" block, ignore this statement.
1057 if (TheCondState.Ignore) {
1337 // Ignore any trailing characters, they're just comment.
2298 if(TheCondState.Ignore) {
2312 TheCondState.Ignore = !TheCondState.CondMet;
2323 if (TheCondState.Ignore) {
2337 TheCondState.Ignore = !TheCondState.CondMet;
2354 LastIgnoreState = TheCondStack.back().Ignore;
2356 TheCondState.Ignore = true;
2369 TheCondState.Ignore = !TheCondState.CondMet;
2390 LastIgnoreState = TheCondStack.back().Ignore;
2392 TheCondState.Ignore = true;
2394 TheCondState.Ignore = false;