Searched refs:LastIgnoreState (Results 1 – 2 of 2) sorted by relevance
6273 bool LastIgnoreState = false; in parseDirectiveElseIf() local6275 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIf()6276 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIf()6313 bool LastIgnoreState = false; in parseDirectiveElseIfb() local6315 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfb()6316 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfb()6348 bool LastIgnoreState = false; in parseDirectiveElseIfdef() local6350 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfdef()6351 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfdef()6394 bool LastIgnoreState = false; in parseDirectiveElseIfidn() local[all …]
5335 bool LastIgnoreState = false; in parseDirectiveElseIf() local5337 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIf()5338 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIf()5367 bool LastIgnoreState = false; in parseDirectiveElse() local5369 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElse()5370 if (LastIgnoreState || TheCondState.CondMet) in parseDirectiveElse()