Searched refs:StepFound (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4797 bool StepFound = false; local
4814 if (StepFound)
4825 StepFound = parseStepSize(*this, Data, Kind, Tok.getLocation());
4826 if (StepFound)
4839 StepFound = parseStepSize(*this, Data, Kind, Tok.getLocation());
4843 StepFound = parseStepSize(*this, Data, Kind, Tok.getLocation());
4851 if (!StepFound && !ModifierFound)
4875 (MustHaveTail && !Data.DepModOrTailExpr && StepFound) ||

Completed in 386 milliseconds