Lines Matching refs:LastIgnoreState
6272 bool LastIgnoreState = false; in parseDirectiveElseIf() local
6274 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIf()
6275 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIf()
6312 bool LastIgnoreState = false; in parseDirectiveElseIfb() local
6314 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfb()
6315 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfb()
6347 bool LastIgnoreState = false; in parseDirectiveElseIfdef() local
6349 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfdef()
6350 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfdef()
6393 bool LastIgnoreState = false; in parseDirectiveElseIfidn() local
6395 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfidn()
6396 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfidn()
6447 bool LastIgnoreState = false; in parseDirectiveElse() local
6449 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElse()
6450 if (LastIgnoreState || TheCondState.CondMet) in parseDirectiveElse()