reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2562 getOpenMPClauseName(Kind))) 2569 if (Kind == OMPC_reduction || Kind == OMPC_task_reduction || 2569 if (Kind == OMPC_reduction || Kind == OMPC_task_reduction || 2570 Kind == OMPC_in_reduction) { 2589 } else if (Kind == OMPC_depend) { 2594 Kind, Tok.is(tok::identifier) ? PP.getSpelling(Tok) : "")); 2616 } else if (Kind == OMPC_linear) { 2620 getOpenMPSimpleClauseType(Kind, PP.getSpelling(Tok))); 2625 } else if (Kind == OMPC_map) { 2659 } else if (Kind == OMPC_to || Kind == OMPC_from) { 2659 } else if (Kind == OMPC_to || Kind == OMPC_from) { 2662 if (Kind == OMPC_to) { 2664 getOpenMPSimpleClauseType(Kind, PP.getSpelling(Tok))); 2669 getOpenMPSimpleClauseType(Kind, PP.getSpelling(Tok))); 2688 } else if (Kind == OMPC_allocate) { 2716 (Kind != OMPC_reduction && Kind != OMPC_task_reduction && 2716 (Kind != OMPC_reduction && Kind != OMPC_task_reduction && 2717 Kind != OMPC_in_reduction && Kind != OMPC_depend && Kind != OMPC_map) || 2717 Kind != OMPC_in_reduction && Kind != OMPC_depend && Kind != OMPC_map) || 2717 Kind != OMPC_in_reduction && Kind != OMPC_depend && Kind != OMPC_map) || 2718 (Kind == OMPC_reduction && !InvalidReductionId) || 2719 (Kind == OMPC_map && Data.MapType != OMPC_MAP_unknown) || 2720 (Kind == OMPC_depend && Data.DepKind != OMPC_DEPEND_unknown); 2721 const bool MayHaveTail = (Kind == OMPC_linear || Kind == OMPC_aligned); 2721 const bool MayHaveTail = (Kind == OMPC_linear || Kind == OMPC_aligned); 2742 << ((Kind == OMPC_flush) ? getOpenMPDirectiveName(OMPD_flush) 2743 : getOpenMPClauseName(Kind)) 2744 << (Kind == OMPC_flush); 2770 return (Kind == OMPC_depend && Data.DepKind != OMPC_DEPEND_unknown && 2772 (Kind != OMPC_depend && Kind != OMPC_map && Vars.empty()) || 2772 (Kind != OMPC_depend && Kind != OMPC_map && Vars.empty()) ||