Searched refs:LastIgnoreState (Results 1 – 2 of 2) sorted by relevance
4810 bool LastIgnoreState = false; in parseDirectiveElseIf() local4812 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIf()4813 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIf()4850 bool LastIgnoreState = false; in parseDirectiveElseIfb() local4852 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfb()4853 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfb()4885 bool LastIgnoreState = false; in parseDirectiveElseIfdef() local4887 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIfdef()4888 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIfdef()4931 bool LastIgnoreState = false; in parseDirectiveElseIfidn() local[all …]
5279 bool LastIgnoreState = false; in parseDirectiveElseIf() local5281 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElseIf()5282 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIf()5311 bool LastIgnoreState = false; in parseDirectiveElse() local5313 LastIgnoreState = TheCondStack.back().Ignore; in parseDirectiveElse()5314 if (LastIgnoreState || TheCondState.CondMet) in parseDirectiveElse()