Searched refs:StepFound (Results 1 – 1 of 1) sorted by relevance
4801 bool StepFound = false; in ParseOpenMPVarList() local4819 if (StepFound) in ParseOpenMPVarList()4830 StepFound = parseStepSize(*this, Data, Kind, Tok.getLocation()); in ParseOpenMPVarList()4831 if (StepFound) in ParseOpenMPVarList()4844 StepFound = parseStepSize(*this, Data, Kind, Tok.getLocation()); in ParseOpenMPVarList()4845 if (!StepFound) { in ParseOpenMPVarList()4853 StepFound = parseStepSize(*this, Data, Kind, Tok.getLocation()); in ParseOpenMPVarList()4861 if (!Malformed && !StepFound && !ModifierFound) in ParseOpenMPVarList()4885 (MustHaveTail && !Data.DepModOrTailExpr && StepFound) || in ParseOpenMPVarList()