Searched refs:LastIgnoreState (Results 1 – 2 of 2) sorted by relevance
6304 bool LastIgnoreState = false; in parseDirectiveElseIf() local6306 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIf()6307 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIf()6344 bool LastIgnoreState = false; in parseDirectiveElseIfb() local6346 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfb()6347 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfb()6379 bool LastIgnoreState = false; in parseDirectiveElseIfdef() local6381 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfdef()6382 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfdef()6425 bool LastIgnoreState = false; in parseDirectiveElseIfidn() local[all …]
5310 bool LastIgnoreState = false; in parseDirectiveElseIf() local5312 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIf()5313 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIf()5342 bool LastIgnoreState = false; in parseDirectiveElse() local5344 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElse()5345 if (LastIgnoreState || TheCondState.CondMet) in parseDirectiveElse()