Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4742 bool StepFound = false; in ParseOpenMPVarList() local
4759 if (StepFound) in ParseOpenMPVarList()
4770 StepFound = parseStepSize(*this, Data, Kind, Tok.getLocation()); in ParseOpenMPVarList()
4771 if (StepFound) in ParseOpenMPVarList()
4784 StepFound = parseStepSize(*this, Data, Kind, Tok.getLocation()); in ParseOpenMPVarList()
4788 StepFound = parseStepSize(*this, Data, Kind, Tok.getLocation()); in ParseOpenMPVarList()
4796 if (!StepFound && !ModifierFound) in ParseOpenMPVarList()
4820 (MustHaveTail && !Data.DepModOrTailExpr && StepFound) || in ParseOpenMPVarList()