Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h2946 POS_R, enumerator
2960 void setR(Expr *R) { Data->getChildren()[DataPositionTy::POS_R] = R; } in setR()
3057 return cast_or_null<Expr>(Data->getChildren()[DataPositionTy::POS_R]); in getR()
3060 return cast_or_null<Expr>(Data->getChildren()[DataPositionTy::POS_R]); in getR()