Lines Matching refs:OMPClause
31 OMPClause::child_range OMPClause::children() {
41 llvm_unreachable("unknown OMPClause");
44 OMPClause::child_range OMPClause::used_children() {
55 llvm_unreachable("unknown OMPClause");
58 OMPClauseWithPreInit *OMPClauseWithPreInit::get(OMPClause *C) {
59 auto *Res = OMPClauseWithPreInit::get(const_cast<const OMPClause *>(C));
63 const OMPClauseWithPreInit *OMPClauseWithPreInit::get(const OMPClause *C) {
171 OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(OMPClause *C) {
172 auto *Res = OMPClauseWithPostUpdate::get(const_cast<const OMPClause *>(C));
176 const OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(const OMPClause *C) {
281 OMPClause::child_range OMPIfClause::used_children() {
287 OMPClause::child_range OMPGrainsizeClause::used_children() {
293 OMPClause::child_range OMPNumTasksClause::used_children() {
299 OMPClause::child_range OMPFinalClause::used_children() {
305 OMPClause::child_range OMPPriorityClause::used_children() {
311 OMPClause::child_range OMPNovariantsClause::used_children() {
317 OMPClause::child_range OMPNocontextClause::used_children() {
603 OMPClause::child_range OMPLinearClause::used_children() {