Lines Matching refs:LastIgnoreState
6288 bool LastIgnoreState = false; in parseDirectiveElseIf() local
6290 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIf()
6291 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIf()
6328 bool LastIgnoreState = false; in parseDirectiveElseIfb() local
6330 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfb()
6331 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfb()
6363 bool LastIgnoreState = false; in parseDirectiveElseIfdef() local
6365 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfdef()
6366 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfdef()
6409 bool LastIgnoreState = false; in parseDirectiveElseIfidn() local
6411 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfidn()
6412 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfidn()
6463 bool LastIgnoreState = false; in parseDirectiveElse() local
6465 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElse()
6466 if (LastIgnoreState || TheCondState.CondMet) in parseDirectiveElse()