Lines Matching refs:LastIgnoreState
6315 bool LastIgnoreState = false; in parseDirectiveElseIf() local
6317 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIf()
6318 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIf()
6356 bool LastIgnoreState = false; in parseDirectiveElseIfb() local
6358 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfb()
6359 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfb()
6392 bool LastIgnoreState = false; in parseDirectiveElseIfdef() local
6394 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfdef()
6395 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfdef()
6439 bool LastIgnoreState = false; in parseDirectiveElseIfidn() local
6441 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfidn()
6442 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfidn()
6494 bool LastIgnoreState = false; in parseDirectiveElse() local
6496 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElse()
6497 if (LastIgnoreState || TheCondState.CondMet) in parseDirectiveElse()