Home
last modified time | relevance | path

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

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