Searched refs:HelperCond (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 570 OMPIfClause(OpenMPDirectiveKind NameModifier, Expr *Cond, Stmt *HelperCond, in OMPIfClause() argument 578 setPreInitStmt(HelperCond, CaptureRegion); in OMPIfClause() 646 OMPFinalClause(Expr *Cond, Stmt *HelperCond, in OMPFinalClause() argument 651 setPreInitStmt(HelperCond, CaptureRegion); in OMPFinalClause() 8256 OMPNovariantsClause(Expr *Cond, Stmt *HelperCond, in OMPNovariantsClause() argument 8262 setPreInitStmt(HelperCond, CaptureRegion); in OMPNovariantsClause() 8303 OMPNocontextClause(Expr *Cond, Stmt *HelperCond, in OMPNocontextClause() argument 8308 setPreInitStmt(HelperCond, CaptureRegion); in OMPNocontextClause()
|