Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3018 POS_R, enumerator
3032 void setR(Expr *R) { Data->getChildren()[DataPositionTy::POS_R] = R; } in setR()
3129 return cast_or_null<Expr>(Data->getChildren()[DataPositionTy::POS_R]); in getR()
3132 return cast_or_null<Expr>(Data->getChildren()[DataPositionTy::POS_R]); in getR()