Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h1022 IterationVariableOffset = 0, enumerator
1162 Data->getChildren()[IterationVariableOffset] = IV; in setIterationVariable()
1318 return cast<Expr>(Data->getChildren()[IterationVariableOffset]); in getIterationVariable()