Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h2944 POS_Cond, enumerator
2965 void setCond(Expr *C) { Data->getChildren()[DataPositionTy::POS_Cond] = C; } in setCond()
3077 return cast_or_null<Expr>(Data->getChildren()[DataPositionTy::POS_Cond]); in getCondExpr()
3080 return cast_or_null<Expr>(Data->getChildren()[DataPositionTy::POS_Cond]); in getCondExpr()